

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


textarea{
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #191C1D;
    padding: 0.2em 0;
}

body *,
*::after{
padding:0;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
-webkit-tap-highlight-color:rgba(0,0,0,0);
text-shadow:1px 1px 1px rgba(0,0,0,0.004);
-webkit-background-clip:padding-box;
        background-clip:padding-box;
text-rendering:optimizeLegibility;
-webkit-font-smoothing:antialiased;
-moz-font-smoothing:antialiased;
font-smoothing:antialiased;
font-smooth:always;
font-family: 'Source Sans Pro', sans-serif;
}
body{
    font-size: 16px;
}
.header{
    position: fixed;
    top: 0;
    width: 100%;
    max-height: 50px;
    padding: 10px 30px;
    z-index: 5;
    background: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -moz-box-shadow:0px 1px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.15);
    box-shadow:0px 1px 1px rgba(0,0,0,0.15);
}

.logo{
    position:relative;
    z-index: 4
}
.Kntviewing-empresa .header{
    padding: 30px;
    height:auto;
    //background: transparent;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.Kntviewing-empresa .header .logo img{
    position: relative;
    height: 50px;
    width: auto;
    top: -25px;
}
.Kntviewing-empresa .menuTrigger {
    top: -15px;
}
.Kntviewing-empresa .langMenu {
    top: -15px;
}
.header .logo img{
    height: 30px;
    width: auto;
}
.langMenu{
    position: relative;
    z-index: 4;
    float: left;
}
.langMenu ul{
    padding: 0;
    margin: 0;
    border-radius: 4px;
    background-color:#F4F4F4;
    overflow: hidden
}
.langMenu li{
    position: relative;
    float:left;
    padding: 10px;
    cursor: pointer;
    border-right: 1px solid #E4E4E4;
}
.langMenu li:last-child{
    border-right: 0;
}
.langMenu li.chooseOne{
    background-color: #E4E4E4
}

.langMenu .flag{
    float:left;
    height: 15px;
    width: 20px;
}
.langMenu .pt .flag{
   background-position: -3px -3px; 
}
.langMenu .es .flag{
   background-position: -3px -21px; 
}
.langMenu .en .flag{
   background-position: -3px -39px; 
}
/*
.langMenu .arrow{
  position: absolute;
  right: 0px;
  top: 15px;    
  height: 8px;
  width: 14px;
  background-position: -3px -57px;
}
*/
.langMenu.opened {
    -moz-box-shadow:0px 1px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.15);
    box-shadow:0px 1px 1px rgba(0,0,0,0.15);    
}
.langMenu.opened li{
    padding: 10px 20px 10px 10px;
    display: table;
    border-bottom: 1px solid #F0F0F0;
}
.langMenu.opened li:last-child{
    border-bottom: none;
}
.langMenu span{
    float: left;
    padding-right: 5px;
    font-size:14px;
    font-weight:600;
    line-height:110%;
    color:rgba(30,152,201,0.9);
    text-align:left;
}
.menuTrigger{
    position: relative;
    z-index: 999;
    margin:0 10px;
    float: left;
    padding:9px 10px;
    background: none;
    outline: none;
    border:0;
}
.menuTrigger span{
    margin-bottom: 4px;
    display: block;
    height: 3px;
    width: 30px;
    background:#5fb4d7;

}
.menuTrigger span{
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
}
.menuTrigger.active{
    margin-top:6px;
}
.menuTrigger.active span{
    margin-bottom: 0;
}
.menuTrigger.active span.b1{
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
}
.menuTrigger.active span.b2{
    display: none;
}
.menuTrigger.active span.b3{
    margin-top:-3px;
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
  transform: translate3d(0, 0, 0) rotate(-45deg);    
}
.mMenuOpened{
    overflow: hidden;
}
.mMenuOpened #fullpage,
.mMenuOpened #Kntnav,
.mMenuOpened .maps,
#interna .mMenuOpened .section{
    -webkit-filter: url("#blur");
    filter: url("../index.html#blur");
    -webkit-filter: blur(6px);  
    filter: blur(6px);  
    -webkit-transition: filter .2s;
    -moz-transition: filter .2s;
    -o-transition: filter .2s;
    transition: filter .2s;
    cursor: none;    
}
.mMenuOpened #Kntnav{
    opacity: 0.5
}
.mainMenu{
    position: fixed;
    top:0;
    left: 0;
    width: 0%;
    height: 0%;
    overflow: hidden;
    background: url(../img/dotsBlue2.png);
}
.mMenuOpened .mainMenu{
    z-index: 2;
    width: 100%;
    height: 100%;
}

.mainMenu ul{
    padding: 10%;
}
.mainMenu li{
    margin-bottom: 20px;
    opacity: 0.6;
 /*   -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;    */  
}
.mMenuOpened .mainMenu ul li{
/*  -webkit-animation: showUp .5s;
  animation: showUp .5s;*/
  opacity: 1;
}
.mainMenu a{
    position: relative;
    text-decoration: none;
    font-size:3.2em;
    font-weight:400;
    line-height:110%;
    color:#1f98c9;
    text-align:left;
}
/*.removeMenu .mainMenu{
    -webkit-animation: fadeOut .3s forwards;
    animation: fadeOut .3s forwards;    
}
.removeMenu .mainMenu ul li{
     -webkit-animation: rollDown .3s forwards;
    animation: rollDown .3s forwards;    
}
.removeMenu .overlay{
    -webkit-animation: fadeOut .3s forwards;
    animation: fadeOut .3s forwards;    
}
.removeMenu #fullpage{
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;   
}*/
.mainMenu a::after,
.globalNav a::after,
.serviLinks a::after{
    display: block;
    margin-top: -5px;
    content:'';
    height: 3px;
    width: 15px;
    background: #1f98c9;
    /*-webkit-transition: width .5s ease;
    -moz-transition: width .5s ease;
    -ms-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition:  width .5s ease;*/
}
.mainMenu a:hover::after,
.globalNav a:hover::after{
    width:100%;
}
html.Kntenabled,
.Kntenabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#waves{
    position: absolute;
    width: 100%;
    top:0;
    left: -5px;
    pointer-events: none;
    z-index: 0;
    opacity: 0.5;
    -ms-touch-action: none;
    touch-action: none;
}
#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
}

.Kntslide {
    float: left;
}
.Kntslide, .KntslidesContainer {
    height: 100%;
    display: block;
}
.Kntslides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.Kntsection.Knttable, .Kntslide.Knttable {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.KnttableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.KntslidesContainer {
    float: left;
    position: relative;
}
.KntcontrolArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.KntcontrolArrow.Kntprev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.KntcontrolArrow.Kntnext {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.Kntscrollable {
    overflow: scroll;
}
.Kntnotransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#Kntnav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#Kntnav i{
    position: absolute;
    top:1%;
    left: 50%;
    margin-left: -1px;
    width: 1px;
    height: 98%;
    background: #191C1D;
}
#Kntnav.right {
    right: 40px;
}
#Kntnav.left {
    left: 17px;
}
.KntslidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.KntslidesNav.bottom {
    bottom: 17px;
}
.KntslidesNav.top {
    top: 17px;
}
#Kntnav ul {
    width:30px;
    top: -300px;
}
#Kntnav ul,
.KntslidesNav ul {
  margin: 0;
  padding: 0;
}
#Kntnav ul li,
.KntslidesNav ul li {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 0 60px;
    position:relative;
}
#Kntnav ul li:last-child{
    margin-bottom: 0;
}
.KntslidesNav ul li {
    display: inline-block;
}
#Kntnav ul li a,
.KntslidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#Kntnav ul li a.active span,
.KntslidesNav ul li a.active span,
#Kntnav ul li:hover a.active span,
.KntslidesNav ul li:hover a.active span{
    border-radius: 100%;
    background: #1e98c9;
    border: 1px solid transparent
 }
#Kntnav ul li a span,
.KntslidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 11px;
    width:11px;
    border: 0;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 2px;
    border:1px solid #1e98c9;
    background: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#Kntnav ul li .Knttooltip {
    position: absolute;
    top: -2px;
    right: 25px;
    color: #1e98c9;
    font-size: 14px;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}

#Kntnav ul:hover li .Knttooltip,
#Kntnav.Kntshow-active a.active + .Knttooltip {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    width: auto;
    opacity: 1;
    right: 20px;
}
.Kntviewing-empresa #Kntnav ul li .Knttooltip{
    opacity: 1;
    width: auto;
}
#Kntnav ul li:hover .Knttooltip{
    font-weight: bold
}
#Kntnav ul li .Knttooltip.left {
    left: 20px;
}

body{
    background: #FCFCFC
}
.section{
    position: relative;
    overflow: hidden
}
section.table, .slide.table {
  display: table;
  width: 100%;
}
.tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.section .wrp,
.menuInterna .wrp{
    position: relative;
    margin: 0 auto;
    width: 74%;
}
.menuInterna .wrp{
    display: table;
    width: auto;
}
.section{
    color:#1e98c9;  
}
.section.whiteAll{
    color: #fff;
}
.section h2{
    margin: 0 0 .8em;
    font-size:4em;
    line-height:80%;
    color: inherit;
    text-align:left;
    font-weight: 300;
}
.section.whiteAll h2{
  color: inherit;
}
.Knttable{
    display:table;
    width:100%;
}
.Knttable{
    display:table-cell;
    vertical-align: middle;
    width:100%;
    height: 100%;
}
.section .button{
    padding: 6px 16px;
    font-size:1em;
    font-weight:700;
    line-height:120%;
    color:rgb(50,70,95);
    text-align:left;
    border:3px solid #1e98c9;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    border-radius:30px; 
    background-color:transparent;
    outline: none;
      box-shadow: inset 0 0 1px rgba(0,0,0,.12),inset 0 2px 4px rgba(0,0,0,.20);
}
.section.whiteAll .button{
    color:#fff;
    border:3px solid #fff;  
}
.content{
  position: absolute;
  top: 45%;
  margin: 0 auto;
  max-width: 1300px;
  min-width:320px;
 /* background-color: rgba(0,0,0,0.4);*/c
  -webkit-transform: translate3d(0,-50%,0);
  -moz-transform: translate3d(0,-50%,0);
  -ms-transform: translate3d(0,-50%,0);
  -o-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}
.content .globalNav a{
    font-size:16px;
    font-weight:600;
    line-height:110%;
    color:rgba(30,152,201,0.9);
    text-align:left;
}
.globalNav a::after{
    margin-top: 0;
}

.content .globalNav li{
    float: left;
    margin-right: 20px;
}
.quemsomos .halfLeft {
    position: absolute;
    top:0;
    left: 0;
    width: 50%;
    height: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #1e98c9;
    background-image: url(../img/pattern.png);
}
.quemsomos .halfLeft{
    width: 100%;
}
.quemsomos.active .halfLeft{
      -webkit-transform: translate3d(0,0,0);
      -moz-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
      -o-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
}
.quemsomos .left h2,
.quemsomos .left article{
    color: #fff;
}

.quemsomos .left article{
    padding-right: 10%;
}
.halfPage .right,
.halfPage .left{
    position: relative;
    height: 100%;
    width: 50%;
    padding:0 5%;
}
.quemsomos .right h2,
.quemsomos .right article{
    color: #1C90B0
}

.loja{
	height:295px;
}
.loja .halfLeft {
    top:0;
    left: 0;
    width: 50%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #1e98c9;
    background-image: url(../img/pattern.png);
}
.loja .halfLeft{
    width: 100%;
}
.loja.active .halfLeft{
      -webkit-transform: translate3d(0,0,0);
      -moz-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
      -o-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
}
.loja .left h2,
.loja .left article{
    color: #fff;
}

.loja .left article{}
.loja .right h2,
.loja .right article{
    color: #1C90B0
}

.serviLinks li{
    margin-bottom: 45px;
}

.serviLinks a{
    z-index: 1;
    font-size:30px;
    font-weight:900;
    line-height:120%;
    color:#1f98c9;
    text-decoration: none;
}
.serviLinks a::after{
    margin-left: 5px;
    margin-top: 11px;
    background:#1e98c9;
}
.serviLinks a:hover::after{
   width: 25% 
}

.produtos .button{
    margin-top: 1.8em;
}
.produtos .button:hover{
    background: #1e98c9;
    color: #fff;
}
.productList{
    margin:0 auto;
    width: 90%;
}
.otherProducts li{
    width: 25%;
}
.productList ul{
    margin: 0;
    padding: 0;
	padding-left: 8%;
}
.productList li{
    position: relative;
    display: block;
    float: left;
    margin-left:-1px;
    width: 150px;
    padding: 0 1%;
    overflow: hidden;
    max-width: 12%;
    min-width: 82px;
}
.otherProducts .productList li{
    width: 25%;
}
.productList .meeting{
    color: #1e98c9;
}
.productList .inquerito{
    color: #1e98c9
}
.productList .audiencia{
    color:#1e98c9
}
.productList .plenario{
    color: #1e98c9;
}
.productList .camaras{
    color: #1e98c9;
}
.productList li:last-child{
    //border-right: 1px solid 
}
.productList li .corner{
    position: absolute;
    top:-1px;
    right:-1px;
    border: 0;
    border-left: 15px solid transparent;
    border-top: 15px solid;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;    
    display:none;
}
.productList li:hover .corner{
    border:0;
    border-left:30px solid transparent;
    border-top: 30px solid;
    display:none;
}
.productList li img{
    display: block;
    width:96%;
    margin: 25% 2%;
    height: auto;
}
.productList li:hover img{
    opacity: 1;
}
.productList li a{
    position: relative;
    color: inherit
}
.productList li .plus{
    margin: 20px auto;
    display: table;
    padding: 0 5px;
    min-width: 24px;
    border: 1px solid;
    line-height: 22px;
    border-radius: 35px;
    text-align: center;
 
}
.productList li .plus i{
    float: right;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.2em;
    white-space: pre;
    color: inherit;
    -webkit-transition: width .5s ease;
    -moz-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease;   
}
.productList li:hover .plus i{
    width: 75px;
    height: 17px;
    -webkit-transition: width .2s ease;
    -moz-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease; 
}
.menor{
    transform: scale3d(0.8,.8,.8);
    -webkit-transform: scale3d(0.8,.8,.8);
    -moz-transform: scale3d(0.8,.8,.8);
    -o-transform: scale3d(0.8,.8,.8);
    -ms-transform: scale3d(0.8,.8,.8);    
}
.clientes .right{
    padding: 3em 0;
}
.clientList{
    position: relative;
    max-width: 240px;
}
.clientList > li{
    font-size: 1em;
    line-height: 2em;
    cursor: pointer;
    border-bottom:1px solid #E2E9EF;
}
.clientList > li span{
    display:none;
    font-size: .8em;
}
.clientList > li:hover{
  font-weight: bolder
}
.clientList > li:hover span{
    display: inline-block
}
li .clientListIn{
    padding:1em;
    background: #004466;
    border-radius: 4px;
}
li .clientListIn li{
    font-weight: normal;
    font-size:1em;
    line-height: 1.2em;
    color: #fff;
}
.clientList li .clientListIn{
    position: absolute;
    top:0;
    right: -90%;
    min-width: 220px;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; 
}
.clientList li:hover .clientListIn{
    right: -98%;
    opacity: 1;
}
.quemsomos {
  background: #1C90B0;
  background-image: url(../img/pattern.png);
}
.noticia,
.quemsomosLi{
    float: left;
    width: 31%;
    max-width: 400px;
    min-width: 20px;
    margin: 0 1%
}
.noticia:first-child{
    margin-left: 0;
}
.noticia{
    position: relative;
    padding: 30px 2.5%;
    background: #fefefe;
    cursor:pointer;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.noticia:hover{
    background: none;
}
.noticia time,
.quemsomosLi li time{
    font-size:14px;
    font-weight:900;
    line-height:120%;
    color:#1C90B0;
    text-align:left;   
}
.noticia:hover time{
      color:#1e98c9;  
}

.noticia *{
    position: relative;
}
.bgN,
.noticia .bgN{
    position: absolute;
    background: none;
    border:1px solid #fff;
    left: 0;
    top:0;
    right: 0;
    bottom:0;
    transform:scale3d(1,1,1);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.noticia:hover .bgN{
    transform:scale3d(1,1,1);
    box-shadow: inset 0 0 1px rgba(0,0,0,.12),inset 0 2px 3px rgba(0,0,0,.20);
}
.noticia h3{
    margin-top: 5px;
    font-size:1.8em;
    font-weight:600;
    line-height:100%;
    color:#1e98c9;
    text-align:left;
}
.noticia:hover h3{
    color:#fff;
}

.noticia p{
    color:#1e98c9;
}
.noticia:hover p{
    color:#fff;
}
.noticia a i{
      float: left;
      margin-right: 9px;
      height: 15px;
      width: 15px;
      background-position: -29px -3px;
}
.noticia:hover a {
    color:#1f98c9;
}
.noticia:hover a i{
    background-position: -50px -3px; 
}
.noticia a{
    display: block;
    margin-top: 1.8em;
    font-size:14px;
    font-weight:900;
    line-height:120%;
    color:#1f98c9;
    text-align:left;
}
.noticia:hover a{
     color:#1e98c9;  
}
.interna .noticia{
    width: 31%;
    max-width: 300px;
    margin:0 10px 20px;
    border:1px solid #1e98c9;
}
.interna .quemsomosIn{
    max-width: 960px;
}
.noticia.shown,
.no-js .noticia,
.no-cssanimations .noticia {
    opacity: 1;
}

.noticiaItem.animate {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.80s ease forwards;
    animation: moveUp 0.80s ease forwards;
}
@-webkit-keyframes moveUp {
    0% { }
    100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
    0% { }
    100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

.interna .noticia h3{
    font-weight: 600;
}
.interna .noticia:hover{
    border:1px solid #1C90B0;
}
.interna .noticia:hover h3,
.interna .noticia:hover p{
    color:  #1C90B0;
}
.quemsomosLi ul{
    margin: 0;
    padding: 0;
}

.quemsomosLi li{
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #00719D;

}
.quemsomosLi li:first-child{
    padding:0 0 15px;
}
.quemsomosLi li:last-child{
    border-bottom:0;
}
.quemsomosLi li a{
    text-decoration: none;
    font-size:18px;
    font-weight:600;
    line-height:100%;
    color:#fff;
    text-align:left;
}
.quemsomosLi li h4{
    margin: 10px 0 0;
    font-weight: 600;
}
.quemsomosLi li:hover h4{
   color:#1e98c9;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.quemsomosLi li time{
     color:#1e98c9;
}
.quemsomosLi .bgN{
    position: absolute;
    top:0;
    left: 75%;
    right: 25%;
    width: 25%;
    height: 100%;
    opacity: 0;
    border:0;
    background: url(../img/forward.svg) no-repeat;
    background-size: contain;
    background-position: left center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.quemsomosLi li:hover .bgN{
    opacity: 0.2;
     left:96%;
}
.quemsomosingle h1{
    margin: 1.8em auto 1.2em;
    max-width: 650px;
    font-size: 5.5em;
    color: #fff;
    text-align: left;
    line-height: 1em;
    font-weight: 900;
}
.quemsomosingle .contentIn{
    padding: 3em 0 5em;
}
.quemsomosingle .contentIn time{
  font-size: 14px;
  font-weight: 900;
  line-height: 120%;
  color: #1C90B0;
  text-align: left;    
}
.quemsomosingle .article{
    width: 100%;
    max-width: 1920px
}
.quemsomosingle .textWrp{
    margin: 0 auto;
    width: 100%;
    max-width:650px;
    border:0;
    background: none;
    font-size:1em;
    line-height:1.5em;
    color:rgb(67,76,87);
    text-align:left;
}
.quemsomosingle .textWrp + img{
    margin: 2em auto;
}
.quemsomosingle img{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}
.quemsomosingle .quote{
    position: relative;
    margin: 2.5em auto;
    max-width: 750px;
    font-weight: 900;
    display: block;
    text-align: center;
    font-style: italic;
    font-size: 1.1em;
    z-index: 2;
}
.quemsomosingle .quote:before{
    position: absolute;
    top: 0;
    left:-0.2em;
    z-index: 0;
    content: 'Ã¢â‚¬Å“';
    color: #008EB6;
    opacity: .3;
    font-weight: 900;
    line-height: .5em;
    font-size: 9em;
    font-style: normal;
    pointer-events: none;
}
.quemsomosIntro{
  background-color: rgb(0,69,103)  
}
.Kntviewing-quemsomos #Kntnav ul li a.active span,
.Kntviewing-quemsomos .KntslidesNav ul li a.active span,
.Kntviewing-quemsomos #Kntnav ul li:hover a.active span,
.Kntviewing-quemsomos .KntslidesNav ul li:hover a.active span,
.Kntviewing-fale-conosco #Kntnav ul li a.active span,
.Kntviewing-fale-conosco .KntslidesNav ul li a.active span,
.Kntviewing-fale-conosco #Kntnav ul li:hover a.active span,
.Kntviewing-fale-conosco .KntslidesNav ul li:hover a.active span{
   background:#fff    
}
.Kntviewing-quemsomos  #Kntnav ul li .Knttooltip,
.Kntviewing-fale-conosco #Kntnav ul li .Knttooltip,
.Kntviewing-empresa #Kntnav ul li .Knttooltip,
.Kntviewing-quemsomos #Kntnav ul li .Knttooltip{
    color: #fff;
}
.Kntviewing-fale-conosco  #Kntnav ul li a span, 
.Kntviewing-fale-conosco  .KntslidesNav ul li a span,
.Kntviewing-quemsomos  #Kntnav ul li a span, 
.Kntviewing-quemsomos  .KntslidesNav ul li a span{
    border:1px solid #fff;
      background: #1C90B0;
}
.Kntviewing-fale-conosco  #Kntnav ul li a span, 
.Kntviewing-fale-conosco  .KntslidesNav ul li a span{
     background:#1e98c9
}
.Kntviewing-quemsomos #Kntnav i,
.Kntviewing-fale-conosco #Kntnav i{
    background: #fff;
}

.faleConosco{
    background: #1e98c9 url(../img/pattern.png);
}
.empresa{
    background: #1e98c9 url(../img/bg.jpg);
    background-size: cover;
}
.faleConosco .halfLeft{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.tabHeader{
    position:relative;
    top:40px;
}
.tabHeader ul{
    position: relative;
    border-bottom:2px solid #fff;
}
.tabHeader li{
    position: relative;
    float: left;
    width: 33%;
    height: 50px;
    padding: 0 1.5% .5em;
    line-height: 100%;
    font-size:1.4em;
    line-height:90%;
    color:rgb(255,255,255);
    text-align:center;
    cursor:pointer;
}
.tabHeader li.activeNow{
   font-weight:900; 
}
.tabHeader li.activeNow i{
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
    height: 14px;
    width: 20px;
    background: url(../img/arrow.png)
}
.address .pin{
    margin-bottom: 15px;
    display: block;
    height: 40px;
    width: 30px;
    background-position: -29px -21px;
}
.address,
.address h1{
    margin: 0;
    font-size:1.2em;
    line-height:120%;
    color:rgb(255,255,255);
    text-align:left;    
}
.address h1{
    font-weight: bolder
}
.address a.howToReach{
    margin: 21px 7px;
    font-size: .8em;
    display: inline;
    padding:6px 12px;
    background: #fff;
    border-radius:3px;
    color:#1e98c9
}
.contactWays .phone{
    font-size:26px;
    font-weight:900;
    line-height:120%;
    color:rgb(255,255,255);
    text-align:left;
}
.contactWays .email{
    display:  block;
    margin: 15px 0;
    font-size:1.2em;
    line-height:120%;
    color:rgb(255,255,255);  
}
.form{
    display: none;
}
.form.hey{
    display: block
}
.form .field{
    position: relative;
    margin-bottom:1.2em;
}
.form .field label{
    position: absolute;
    top: .7em;
    left: 12px;
    background: #1e98c9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}
.field label.fieldActive{
  display: inline-block;
  padding: 0 5px;
  top: -7px;
  left: 10px;
  font-size: 0.7em;
  z-index: 999;
}
.form .twoField{
    width: 100%;
    display: table;
}
.form .twoFields .field{
    width: 48%;
    float: left
}
.form .twoFields .field:last-child{
    float: right
}
.form .field input,
.form .field textarea,
.form .field select{
    display: block;
    width: 100%;
    border:1px solid #fff;
    border-radius: 4px;
    padding:6px;
    color: #fff;
    background: inherit;
    outline: none;
    margin: 0px;
}
.form .field textarea{
    max-height: 120px;
}
.form .field select{
    height: 2.6em;
    border-radius: 0;
}
.form .field .button{
    display: block;
    margin: 15px auto;
    background: #fff;
    color: #1e98c9;
    box-shadow:none;
    -webkit-box-shadow:none;
}
.form .field .button:hover{
    background:transparent;
    color:#fff;   
}
.fullpage-wrapper .wrp{
    opacity: 0;
    -ms-transform: translate3d(0,50px,0);  
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}
.fullpage-wrapper .active .wrp{  
    -webkit-transition: all 1.3s;
    -moz-transition: all 1.3s;
    -o-transition: all 1.3s;
    transition: all 1.3s; 
    opacity: 1;
    -ms-transform: translate3d(0,0,0);  
    -webkit-transform: translate3d(0,0,0);  
    transform: translate3d(0,0,0);  
}
.icon{
    background-image: url(../img/sprite.png);
    background-size: 400px 400px;
}

.right{
    float: right;
}
.left{
    float: left;
}
.half .left,
.half .right{
    width: 48%;
}
.button{
    -webkit-transition: all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;    
}

.intro{
    position: relative;
    background-image: url(../img/kentaTeamF.png);
    background-position: 50% 0;
    background-size:cover;
    background-repeat: no-repeat;
}
.intro:before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-image: url(../img/dotsImg.png);
    opacity: .6
}
.quemsomosIntro h2,
.intro h2{
    margin: 3em 0 1.5em;
    color: #fff;
    font-size: 6em;
    font-weight: 900;
    letter-spacing:-1pt;
}

.menuInterna{
    position: relative;
    z-index: 2;
    display: block;
    overflow: visible;
}
.menuInterna + .section{
  border-top:1px solid #D9DBDC    
}
.menuInterna ul{
    max-width: 940px;
    padding: 0;
    margin: 0;
}

.menuInterna li{
    position: relative;
    float: left;
    border-right:1px solid #E6E9EC;
}
.menuInterna li a{
    display: block;
    padding: 1.5em 1.5em 1.2em;
    font-size:1.5em;
    line-height:100%;
    text-align:center;
    letter-spacing: -1pt
}
.menuInterna li:hover{
   background:#E9E9EF;  
}
.menuInterna li.actual{
    font-weight: 600;
}
.menuInterna li.actual:after,
.menuInterna li.actual:before{
    position: absolute;
    bottom:-1px;
    content: '';
}
.menuInterna li.actual:after{
    left: 50%;
    margin-left: -2px;
    border:4px solid #fff;
    border-top:0;
    border-left:4px solid transparent;
    border-right: 4px solid transparent; 
}
.menuInterna li.actual:before{
    width: 100%;
    height: 5px;
    left: 0;
    background: #004772;  
}
.menuInterna li:last-child{
    border-right:0;
}
.menuInterna li a{
    color: #004772;  
}

.dk{
    margin: 2em 0;
    width: 100%;
    height: auto;
}

.tabs .tab{
    display: none;
}
.tabs .tab.hey{
    display: block;
}
.contentIn article,
.intro .wrp,
.quemsomosIntro .wrp{
    margin: 0 auto;
    max-width: 940px;
}
.contentIn{
    padding-top: 5em;
}
.contentIn h1{
    margin:0 0 .5em;
    font-size:3em;
    color: #1C90B0;
}
.contentIn h3,
.subTitle{
  font-size: 1.5em;
  margin: 1.5em 0 0.3em;
  font-weight: 400;
}
strong{
    font-weight: 900
}

.projetosIn{
    padding: 3em 0;
}
.projetosIn article img,
.projetosIn article h3{
    margin: 0;
    width: 22%;
    font-size:1.9em;
    font-weight:900;
    letter-spacing:-1pt;
    line-height:80%;
    color:rgb(0,141,184);
    text-align:left;
}
.projetosIn article div.left{
    margin-left: 2em;
    width: 70%
}
.projetosIn article{
    padding: 3em 0;
    border-bottom: 1px solid #D0D2D5
}
.projetosIn article:last-child{
    border-bottom: 0;
}
.projetosIn article a{
    font-weight: 400;
    font-style: italic;
    color:#008CB8 !important;
}
.subWrp .subTitle{
    display: block;
    margin: .8em 0;
    text-align: center
}
.contentIn article{
    color: #434C57
}
.single article{
    max-width: 640px;
}
/*/ produtos /*/
.productPage .contentIn .wrp{
  max-width: 960px;  
}
.productPage .prdResume{
    padding: 6em 0 0;
}
.productPage .prdResume .right{
    margin-left: 2%;
}
.productPage .contentIn h1{
    color: #fff;
    margin: .2em 0 .4em;
    font-size: 6em;
    line-height: 80%;
    font-weight: 300;
}
.productPage .contentIn p{
    margin-bottom: 3em
}
.productPage .contentIn{
    color: #fff;
}
.productPage.meeting .introProduct{
    background: url(../img/patternMeeting.png);
}
.productPage.inquerito .introProduct{
    background: url(../img/patternInquerito.png);
}
.productPage.audiencias .introProduct{
    background: url(../img/patternAudiencias.png);
}
.productPage.plenario .introProduct{
    background: url(../img/patternPlenario.png);
}
.productPage.camaras .introProduct{
    background: url(../img/patternCamaras.png);
}

.introProduct > div.clearfix{
    display: table;
    width: auto;
    margin: 8em auto;
}
.introProduct .left{
    width: 36%
}
.introProduct .left + .left{
    width: 60%;
    margin-left: 1%;
}
.introProduct img{
    height: auto;
    width: 100%;
    max-width: 380px;
}
.subTitle,
.introProduct .subTitle{
  line-height: 1em;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 3em;
  padding: 0.4em 2%;
  color: #35abd3;

}
.advantages{
    background: #F8F8F8;
}
.bullets {
    color: rgb(0,69,103);
}
.bullets li{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 2em 0;
    width: 48%;
    padding:0 2%;
    line-height: 1.2em;
}

.bullets li .itemTitle{
    font-weight: 900;
    font-size: 2em;
    color: rgb(0,69,103);
}
.bullets li i{
    font-style: normal;
    font-size: 3em;
    line-height: 1.2em;
    color: #1C90B0;
}
.carousel{
    width: 50%;
    position: relative;
    z-index: 2;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
    float: left;
    max-height: 550px;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
    cursor:move;
}

.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width:100%;
    text-align: center;
}
.owl-buttons{
    width: 100%;
}

.owl-theme .owl-controls .owl-buttons div{
    height: 100px;
    width: 50px;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-prev,
.owl-next{
    position: absolute;
    top:0;
    font-size: 0;
    opacity: 0.5
}
.owl-prev{
    left: 25px;
}
.owl-next{
    right: 25px;
}
.owl-pagination{
    display: none;
}
.carousel{
    margin-left: -3.2em;
}
.carousel img{
    display: block;
    height: auto;
}

.hidden {
    display: none !important;
}
#mapa,
#mapa body{
    position: relative;
    height: 100%;
    width: 100%;
}
.maps{
    position: relative;
    top: 40px;
    height: 100%;
}
.googleMap{
    position: absolute;
    width: 100%;
    height: 100%;

}
#mapCanvas {
    height: 100%;
    background-color: #fff !important;
    pointer-events: all;
}


.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}



.invisible {
    visibility: hidden;
}



.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

#partners
{
    margin: 0 auto;
}
.partner {
    max-height: 30px;
    width: auto;
    padding: 0px 15px;
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
    body{
        font-size:12px;
    }
}
@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #191C1D !important; 
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }


    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }


    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


footer
{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(255,255,255,1);
    padding: 10px 30px;
    z-index: 5;
    background: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -moz-box-shadow:0px 1px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.15);
    box-shadow:0px 1px 1px rgba(0,0,0,0.15);
    margin: 0 auto;
    clear: both;
}

.Kntviewing-empresa footer,
.Kntviewing-quemsomos footer,
.Kntviewing-produtos footer {
    padding: 30px;
    height:auto;
    background: transparent;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    opacity:0;
}

#par
{
    position:relative;
    width: 100%;
    background-color: rgba(255,255,255,1);
    padding: 2px 30px 30px 30px;
    z-index: 5;
    background: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -moz-box-shadow:0px 1px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.15);
    box-shadow:0px 1px 1px rgba(0,0,0,0.15);
    margin: 0 auto;
    clear: both;
    bottom: -300px;
}

.product img {
    width: 150px;
    max-width: 10%;
    height: auto;
}

#produto
{
    position: relative;
    width: 50%;
    min-width: 290px;
    margin: 0 auto;
    top: 100px;
    color: #35abd3;
    display:block;
}

#produto-lista
{
    position:relative;
    width: 100%;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 14px;
    margin-bottom: 20px;
}
#produto-lista-shadow
{
    position:absolute;
    width: 100%;
    height: 200px;
    overflow: none;
    margin-top: 50px;
    z-index:100;
    pointer-events: none;
    right:12px;

    -webkit-box-shadow: inset 0px -25px 20px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px -25px 20px 0px rgba(255, 255, 255, 1);
    box-shadow: inset 0px -25px 20px 0px rgba(255, 255, 255, 1);
}

#produto-busca
{
    float:left;
}

#produtofull
{
    position: relative;
    width: 80%;
    min-width: 290px;
    margin: 0 auto;
    top: 100px;
    color: #35abd3;
    display:block;
}

.produto-img {
    position:relative;
    float: left;
    top: 20px;
    width: 100%;
}

.produto-label,
.produto-icon {
    position:relative;
    display:inline;
}
.produto-icon {
    width: 50px;
    height: auto;
    top: -10px;
}
.produto-menu {
    color:inherit;
}.produto-menu:hover{
    font-weight:bold;
}

div[class^="query-res"] {
    position: relative;
    width: 100%;
}
div[class^="query-res"]:hover {
    background-color: rgba(31,152,201,0.5);
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.produto-table {
    width:100%;
}
td[class^="query-title"] {
    position:relative;
    width: 90%;
}
td[class^="query-title"]:hover {
    color: #FFFFFF;
    -webkit-transition: color 500ms linear;
    -moz-transition: color 500ms linear;
    -o-transition: color 500ms linear;
    -ms-transition: color 500ms linear;
    transition: color 500ms linear;
}
td .cotar-main {
    position:relative;
    width: 30px;
    height:20px;
    right:0px;
}
input[class^="cotar-"] {
    float:right;
    border:none;
    width:30px;
}
.enviar-cotacao,
.apagar-cotacao,
.back {
    position:relative;
    float:right;
    margin-top: 0px;
    background-color: rgb(31,152,201);
    padding: 4px 8px;
    margin: 0px 4px;
    color:#FFFFFF;
    border-radius: 8px;
    top: -7px;
    left: 2px;
    cursor: pointer;
}
#cotar-email {
    display: none;
    color:#FFFFFF;
    background-color: rgba(31,152,201,0.95);
    padding: 5px 20px 20px 20px;
    font-family:'Source Sans Pro', sans-serif;
    border-radius:8px;
    top:190px;

    width: 30%;
    position: fixed;
    right: 35.5%;
    left: 35.5%;

    -webkit-box-shadow: 3px 4px 9px 1px rgba(0,0,0,0.16);
    -moz-box-shadow: 3px 4px 9px 1px rgba(0,0,0,0.16);
    box-shadow: 3px 4px 9px 1px rgba(0,0,0,0.16);

    z-index: 1000;
}

.cotar-email-close {
    position:absolute;
    right:8px;
    top:8px;
    width:16px;
    height:16px;
    background-image:url(../img/close.png);
    background-size:cover;
}

.notification
{
    display: none;
    position: fixed;
    top: 50px;
    background-color: rgba(31,152,201,0.7);
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    width: 100%;
    text-align:center;
    padding: 8px 0px;
}

.cotar-lista
{
    font-size:12px;
    max-height: 150px;
    overflow-y:scroll;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: rgba(31,152,201,0.7);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(31,152,201,0.7);
}

select {
    border-radius: 6px;
    border-color: rgba(31,152,201,0.7);
    background: url(../img/dropdown.png) no-repeat right;
    -webkit-appearance: none;
    font-size: 18px;
    padding-right: 18px;
}

.product img {
    width: 100px;
}
.forms {
    position: relative;
    top: 50px;
}
select.dropdown option {
    background-color: rgba(0,0,0,0);
    color: rgb(31,152,201);
}

#Cassunto {
    border-radius: 4px;
}

.produto-sub {
    text-transform: lowercase;
}

.langMenu {
    display: none;
}

.button2{
    padding: 4px 12px;
    font-size:1em;
    font-weight:700;
    line-height:120%;
    color:#1e98c9;
    text-align:left;
    border:3px solid #1e98c9;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    border-radius:30px; 
    background-color:transparent;
    outline: none;
    position: relative;
    top: -8px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.button2:hover{
    background: #1e98c9;
    color: #fff;
}

.biglink {
    color: inherit;
    text-decoration: none;
}

#form {
    width: 400px;
}



#produto-busca input {
    width: 100%;
    top: 0px;
}

#buscar {
    max-width: 100%;
}

form select {
	background: transparent;
}

option {
	color: #FFFFFF;
	background-color: #299dcc;
}

.pinput {
    padding: 4px 12px;
    font-size:1em;
    top: -8px;
    line-height:120%;
    color:#1e98c9;
    text-align:left;
    border:2px solid rgba(30,152,201,0.4);
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    border-radius:8px; 
    background-color:transparent;
    outline: none;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}
.pinput:focus {
    padding: 4px 12px;
    font-size:1em;
    top: -8px;
    line-height:120%;
    color:#1e98c9;
    text-align:left;
    border:2px solid rgba(30,152,201,1);
    border-radius:12px; 

}
#title1 {
    display:inline;
    color: #FFFFFF;
}

#title2 {
    position:relative;
    display:inline;
    color: #FFFFFF; 
    margin-left: 210px;
    top: -70px
}

#title3 {
    display:inline;
    color: #FFFFFF;
}


#t2us {
    display: none;
}

.floatwhp{
	position: fixed;
	width: 203px;
	height: 39px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 25px;
	box-shadow: 2px 2px 3px #7a7979;
	z-index: 100;
}

.my-floatwhp{
	margin-top:0px;
}
.textwhp{
	font-size: 17px;
	margin-left: 5px;
}

.goloja{
    width: 250px;
    height: 37px;
    right: 40px;
    background-color: #fff;
    color: #1f98c9;
    border: 2px #1f98c9 solid;
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    float: right;
    margin-top: -3px;
}
body.Kntviewing-empresa .goloja.homeloja{
    margin-top: -17px;	
}
.my-goloja{
	margin-top:0px;	
	color: #1f98c9;
}
.textloja{
	font-size: 17px;
	margin-left: 5px;
	color: #1f98c9;
	font-weight: 600;
}

.fullwids{
	width:100% !important;
}

.productList.fullwids ul{
	padding-left:0px !important;
}
@media only screen and (max-width: 960px) {
	
	.goloja,.floatwhp{
		margin-top:3px;
		zoom:70%;
	}

    .mainMenu a { font-size: 1em; }

    #Kntnav ul {
        display: none;
    }

    .section h2 {
        margin: 0 0 .8em;
        font-size:2.6em;
        line-height:80%;
        color: inherit;
        text-align:left;
        font-weight: 300;
    }

    #title1 {
    }

    #title2 {
        top: -44px;
        margin-left: 30%;
    }

    img.main-logo {
        width: 25%;
    }

    .content{
      position: absolute;
      top: 45%;
      margin: 0 auto;
      max-width: 1300px;
      min-width:320px;
      width: 100%;
    }

    .section .wrp,
    .menuInterna .wrp{
        width: 95%;
    }

    .Kntviewing-empresa .header .logo img {
        height: 35px;
        width: auto;
        position: relative;
        top: -14px;
    }

    .productList ul {
        margin: 0 auto;
    }

    .productList li .plus {
        display: none;
    }

    .productList li {
        font-size: 0.5em;
    }

    #par { display: none; }

    #produto { width: 90%; }

    #precont {
        position: relative;
        top: 100px;
    }

    #cotar-email {
        top: 40px;
        width: 90%;
        right: 5%;
        left: 5%;
        position: relative;
    }

    .mMenuOpened .mainMenu ul li{
      -webkit-animation: showUp 0s;
      animation: showUp 0s;
      opacity: 1;
    }
}

@media only screen and (max-width: 960px)  and (orientation: landscape) {

    .mainMenu a { font-size: 1em; }

    #Kntnav ul {
        display: none;
    }

    .section h2 {
        margin: 0 0 .8em;
        font-size:2.6em;
        line-height:80%;
        color: inherit;
        text-align:left;
        font-weight: 300;
        display: none;
    }

    #title1 {
        position: relative;
        top: 40px;
    }

    #title2 {
        top: -4px;
        margin-left: 30%;
    }

    img.main-logo {
        position: relative;
        top: 40px;
        width: 25%;
    }

    .content{
      position: absolute;
      top: 45%;
      margin: 0 auto;
      max-width: 1300px;
      min-width:320px;
      /*background-color: rgba(0,0,0,0.4);*/
      width: 100%;
    }

    .section .wrp,
    .menuInterna .wrp{
        width: 95%;
    }

    .Kntviewing-empresa .header .logo img {
        height: 35px;
        width: auto;
        position: relative;
        top: -14px;
    }

    .productList ul {
        margin: 0 auto;
    }

    .productList li .plus {
        display: none;
    }

    .productList li {
        font-size: 0.5em;
    }

    .section h2 {
        display: none;
    }

    #who, #prods {
        position: relative;
        top: 32px;
    }

    #precont {
        position: relative;
        top: 64px;
    }

    #par { display: none; }

    #produto { width: 90%; }

    #cotar-email {
        top: 60px;
        width: 75%;
        right: 12.5%;
        left: 12.5%;
        position: relative;
    }

    .mMenuOpened .mainMenu ul li{
      -webkit-animation: showUp 0s;
      animation: showUp 0s;
      opacity: 1;
    }
}

@media only screen and (max-width: 777px) {
	.goloja,.floatwhp{
		margin-top:3px;
		zoom:70%;
	}
}

@media only screen and (max-width: 380px) {

    .section h2 {
        margin: 0 0 .8em;
        font-size:2em;
        line-height:80%;
        color: inherit;
        text-align:left;
        font-weight: 300;
    }

    #title2 {
        top: -34px;
        margin-left: 30%;
    }

  /*  .quemsomos .left article{
        max-height: 420px;
        overflow-x: scroll;
    }*/

}