@font-face{ 
  font-family: 'MarkaziText-SemiBold';
  src: url('../fonts/MarkaziText-SemiBold.ttf') format('truetype');
}

html, body {
  height: 100%;
}
body {
  background-image: url('../imagens/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  font-family: 'Open Sans', sans-serif;
	font-weight:400;
  position: static !important;
  top: 0 !important; 
}
.navbar-default {
  background-color: #fff;
  padding-top:20px;
  padding-bottom: 20px;
  border:none;
}
.navbar-default .navbar-nav > li > a {
  color:#007084;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
  color:#007084;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {

}
.dropdown-menu {
  padding:5px 5px;
}
.dropdown-menu > li > a {
  color:#007084;
  padding-left:15px;
}
@media (max-width: 600px) {
  .logo {
    max-height: 25px;
  }
}
.btn-default, .btn-default:hover {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(26,210,218,1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(26,210,218,1);
  box-shadow: 0px 0px 8px 0px rgba(26,210,218,1);
  background-color:#1ad2da;
  color:#fff;
  border:none;
  font-weight: 700;
  text-transform: uppercase;
  padding:12px 30px;
}

.btn-cinza, .btn-cinza:hover {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(26,210,218,1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(26,210,218,1);
  box-shadow: 0px 0px 8px 0px rgba(26,210,218,1);
  background: rgb(178,239,249); /* Old browsers */
  background: -moz-linear-gradient(bottom, rgb(178,239,249) 0%, rgb(255,255,255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgb(178,239,249) 0%,rgb(255,255,255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgb(178,239,249) 0%,rgb(255,255,255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2eff9', endColorstr='#ffffff',GradientType=0 );
  border:none;
  padding:12px 30px;
  color:#007084;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-tec, .btn-tec:hover {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(182,182,182,1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(182,182,182,1);
  box-shadow: 0px 0px 8px 0px rgba(182,182,182,1);
  background-color: #b6b6b6; 
  border:none;
  padding:12px 30px;
  color:#fff;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-wpp, .btn-wpp:hover {
  background-color: #27d145;
  padding-right: 0px;
  padding-top:0px;
  padding-bottom: 0px;
  font-size: 16px;
  color:#fff;
  font-weight: 700;
  border-radius: 11px;
}
.btn-wpp span {
  margin-top:8px;
  margin-right: 8px;
}

.btn-lang {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(26,210,218,0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(26,210,218,0.5);
  box-shadow: 0px 0px 8px 0px rgba(26,210,218,0.5);
  padding:10px !important;
  margin-left:10px;
}
.img-thumbnail {
  border:none;
}
.dropdown-menu {
  min-width: 50px;
}
.btn-busca {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(26,210,218,0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(26,210,218,0.5);
  box-shadow: 0px 0px 8px 0px rgba(26,210,218,0.5);
  padding:10px 20px !important;
  margin-left:10px;
  min-height: 46px;
}
.btn-busca i {
  margin-top:4px;
}
.verde {
  color:#00b7bf;
}
.branco {
  color:#fff;
}
.verde-bg {
  background-color:#00b7bf;
}
.branco-bg {
  background-color: #fff;
}
.border-left {
  height: 2px;
  width: 60px;
  margin-bottom:15px;
}
.border-center {
  height: 2px;
  width: 60px;
  margin:0 auto;
}
/****************** Pag. Inicial ******************/
.bg-servico {
  min-height: 260px;
  position: static;
  z-index: 100;
  background-color: #f3fafd;
  margin-top:-260px;
}
.tecnologia {
  margin-bottom:20px;
}
.tecnologia h1 {
  font-family: 'MarkaziText-SemiBold', sans-serif;
  color:#00b7bf;
  font-size: 68px;
}
.tecnologia p {
  color:#666666;
  font-weight: 400;
}
@media (max-width: 600px) {
  .tecnologia h1 {
    font-size: 46px;
  }
}

.produtos {
  margin-top:50px;
}
.produtos h2 {
  margin-top:0px;
  font-family: 'MarkaziText-SemiBold', sans-serif;
  font-size:48px;
}
@media (max-width: 600px) {
  .produtos h2 {
    font-size: 30px;
  }
}
.produtos .sobre {
  min-height: 280px;
  background-color: #efefef;
  padding:25px;
}
.produtos .sobre .img-cap {
  min-height:240px;
  background-size: cover;
}
.produtos .sobre p {
  margin-top:20px;
  margin-bottom:20px;
  color:#666666;
  font-weight: 400;
}

.produtos .inovacao {
  min-height: 290px;
  background-image: url('../imagens/bg2.jpg');
  background-size: cover;
  background-position: center;
  padding:25px;
}
.produtos .inovacao img {
  margin-top:30px;
}
.produtos .inovacao .btn {
  font-size: 12px;
}

.servicos {
  margin-top:25px;
  margin-bottom:30px;
}
.servicos h2 {
  margin-top:0px;
  font-family: 'MarkaziText-SemiBold', sans-serif;
  font-size:48px;
}
.servicos .servico-box {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(26,210,218,0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(26,210,218,0.2);
  box-shadow: 0px 0px 8px 0px rgba(26,210,218,0.2);
  margin-top:20px;
  margin-bottom:40px;
  background-color: #fff;
  border-radius: 7px;
  min-height: 275px;
}
.servicos .servico-box-img {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  min-height: 220px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.servicos .servico-box h4 {
  margin:0px;
  padding:10px 12px;
  font-weight: 600;
  font-size: 16px;  
}


/* Pag. Produtos */
ul.produtos li .produtos-box {
  background: #f3fafd;
  padding:25px;
  margin:10px 5px;
}
ul.produtos li .produtos-box h2 {
  margin:0px;
  font-family: 'MarkaziText-SemiBold', sans-serif;
  font-size:48px;
}
ul.produtos li .produtos-box p {
  color:#666666;
  font-weight: 400;
}
ul.produtos li .produtos-box .btn-default {
  padding:12px 15px;
}


/* Pag. Produtos ver */

.produto-ver {
  margin-bottom:50px;
}


/* Pag. Missão, visão e valores */
.missao-icones {
  background-color: #f3fafd;
  padding-top:30px;
  padding-bottom:30px;
}
.missao-icones h4 {
  font-family: 'MarkaziText-SemiBold', sans-serif;
  font-size: 32px;  
}
.missao-icones p {
  color:#666666;
  letter-spacing: 0.3px;
}

/* Pag. Serviços */

.servico-item {
  max-height: 220px;
  min-height: 220px;
  margin-bottom:20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(26,210,218,0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(26,210,218,0.2);
  box-shadow: 0px 0px 8px 0px rgba(26,210,218,0.2);
}
.servico-item-img {
  min-height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media(max-width: 600px) {
  .servico-item {
    margin-top:20px;
  }
}
.servico-item h2 {
  margin-top:0px;
  font-family: 'MarkaziText-SemiBold', sans-serif;
  font-size:36px;
}
.servico-item p {
  color:#666666;
}
.servico-item .servico-item-box.left {
  padding-top:15px;
  padding-right: 30px;
}
.servico-item .servico-item-box.right {
  padding-top:15px;
  padding-left:30px;
}

/* Pag. Quem somos */
.quem-somos-img {
  min-height: 350px;
  max-height: 350px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
}
.quem-somos-texto {
  background-color: #fff;
  position: static;
  bottom:0;
  margin-top:300px;
  padding:20px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(26,210,218,0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(26,210,218,0.2);
  box-shadow: 0px 0px 8px 0px rgba(26,210,218,0.2);
  margin-bottom:50px;
  color:#666666;
  letter-spacing: 0.2px;
  line-height: 25px;
}

@media(max-width: 600px) {
  .quem-somos-texto {
    margin-top:0px; 
  }
}

/*Pag. Inovação */
.inovacao-img {
  min-height: 200px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
}
.inovacao-texto {
  background-color: #fff;
  position: static;
  bottom:0;
  margin-top:30px;
  margin-left:-90px;
  padding:20px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(26,210,218,0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(26,210,218,0.2);
  box-shadow: 0px 0px 8px 0px rgba(26,210,218,0.2);
  margin-bottom:50px;
  color:#666666;
  letter-spacing: 0.2px;
  line-height: 25px;
  min-height: 200px;
  text-align: left;
}
@media(max-width: 600px) {
  .inovacao-texto {
    margin-left:0px;
  }
}
ul.logos {
  margin-left:15px;
}
ul.logos li {
  text-align: center;
  background-color: #fff;
  padding:20px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(26,210,218,0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(26,210,218,0.2);
  box-shadow: 0px 0px 8px 0px rgba(26,210,218,0.2);
  margin-bottom:50px;

}

/* Pag. Contato */
.contato {
  margin-bottom:50px;
}
.contato h4 {
  font-weight: 700;
}
.contato form {
  margin-top:50px;
}
.contato form input,
.contato form select {
  min-height: 50px;
  border:2px solid #1ad2da;
}
.contato form textarea {
  border:2px solid #1ad2da;
  margin-bottom:20px;
}
.contato form label {
  color:#00b7bf;
  text-transform: uppercase;
  font-weight: 700;
}
.contato small {
  margin-top:5px;
  color:#666666;
}

/* Pag. Geral */

.pagina-texto {
  margin-top:50px;
  margin-bottom:50px;
  letter-spacing: 0.2px;
  line-height: 25px;
  color:#666666;
}

footer {
  padding-top:50px;
  border-top:1px solid #00b7bf;
  background-color: #fff;
  color:#00b7bf;
}
footer a, footer a:hover {
  color:#00b7bf;
  text-decoration: none;
  font-size: 14px;
}
footer h5 {
  font-weight: 600;
  color:#00b7bf;
  text-transform: uppercase;
  font-size: 16px;
}
.ico {
  margin-top:5px;
  margin-right:8px;
}
footer ul.social li, footer p.direito {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
footer ul.social li img {
  margin-right: 5px;
}
#google_translate_element {
  display: none;
}

.goog-te-banner-frame {
  display: none !important;
}
.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important; 
    box-shadow: none !important;
}
