/*
cinza -> 1A1A1A
cinzaclaro ->F1F2F2
verde -> 00A99D
verdeescuro -> 009287

roxo - 6F3B96
vermelhto - ED2027
azul - 2DAFE5
*/

html {
  font-size: 16px !important;
}

body {
  font-family: 'Frutiger LT Std', 'Roboto', sans-serif;
  overflow-x: hidden !important;
  font-size: 16px;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  line-height: 1.8;
}

.btn-primary {
  color: #fff !important;
  background-color: #00A99D !important;
  border-color: #00A99D !important;
  text-transform: uppercase;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #009287 !important;
  border-color: #009287 !important;
}

h1, h2, h3, h4 {
  color: #00A99D;
}

.container {
  position: relative
}

.navbar {
  border-radius: 0;
  margin-bottom: 0
}

.navbar-brand {
  height: auto
}

.navbar-top {
  padding-top: 75px;
  padding-bottom: 20px;
  background-color: #3b3a3c;
  border: 0;
  border-bottom: 5px solid #00A99D;
}

.navbar-nav > li > a {
  color: #FFF;
  font-size: 22px;
  padding: 15px 25px 15px;

}

.navbar-nav > li {
  margin-top: 55px;
  background: url('../images/divisao.png') no-repeat right center;
}

.navbar-nav > li:last-child {
  background: none
}

.nav > li.active > a,
.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
  color: #009287
}

.btn-restrito {
  position: absolute;
  right: 35px;
  top: 0;
  z-index: 9999;
}

#banner {
  position: relative;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  #banner {
    height: 578px;
    margin-bottom: 150px;
  }
}

#banner .container {
  background-size: 100%;
  height: 578px;
  z-index: 1050
}

.banncer-desc {
  margin-top: 130px;
}

.banncer-desc span {
  color: #00A99D;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
  display: block
}

.banncer-desc p {
  font-size: 28px;
  line-height: 1.3;
}

.banner-img {
  position: absolute;
  width: 100%;
  bottom: -100px;
  text-align: center;
}

.banner-img img {
  display: inline-block
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0.4;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#selos-home .icone {
  margin-right: 25px;
  margin-bottom: 25px;
  float: left;
}

#selos-home .selo-home {

  background: url('../images/divisao-home.png') no-repeat right center;
}

#selos-home .selo-home:last-child {
  background: none
}

#selos-home .selo-home h3 {
  margin-top: 0;
  font-size: 28px;
  font-weight: bold
}

#selos-home .selo-home p {
  margin-top: 0;
  font-size: 19px;
  line-height: 1.1
}

/*banner do topo das paginas*/
#banner-top {
  background-size: 100%;
  height: 450px;
}

#banner-top .sub-1, #banner-top .sub-2 {
  color: #FFF;
  font-weight: 700;
  font-size: 65px;
  text-shadow: 2px 2px 5px #555;
}

#banner-top .sub-1 {
  margin-top: 240px;
}

#banner-top.banner-servico .sub-2 {
  font-size: 28px;
}

/* conteudo das paginas*/

#empresa .texto p {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 18px
}

.texto {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .col-text-2 {
    -moz-column-count: 2;
    -moz-column-gap: 80px;
    -moz-column-rule: 1px solid #ccc;
    -webkit-column-count: 2;
    -webkit-column-gap: 80px;
    -webkit-column-rule: 1px solid #ccc;
  }
}

/* textos extras (missão, valor, visão,...) */
.textos-extra {
  display: flex;
}

.texto-extra {
  background: #00A99D
}

.texto-extra-esquerda {
  border-radius: 15px 0 0 15px
}

.texto-extra-direita {
  border-radius: 0 15px 15px 0
}

.texto-extra-meio {
  background: #009287
}

.texto-extra-conteudo {
  padding: 15px;
  color: #FFF
}

.texto-extra h2 {
  color: #FFF; /* text-shadow: 2px 2px 3px #000000; */
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
}

/* depoimentos dos clientes */
#depoimentos {
  margin-top: 50px;
  margin-bottom: 0px
}

#depoimentos h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px
}

.depoimentos {
  background: #F1F2F2;
  padding-top: 25px;
  padding-bottom: 25px;
}

.depoimentos .depoimento {
  font-size: 18px;
  font-style: italic;
  background: url('../images/divisao-depoimento.png') no-repeat center right
}

.depoimentos .depoimento:last-child {
  background: none
}

.depoimentos .depoimento strong {
  color: #000;
}

.depoimentos .depoimento p {
  color: #009287;
  line-height: 1.4
}

/* serviços */
.servico {
  padding: 25px
}

.servico h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 26px;
}

.servico-verde {
  background: #00A99D;
  color: #FFF
}

.servico-verde h2 {
  color: #FFF
}

.servico-cinza {
  background: #F1F2F2
}

.servico-cinza h2 {
}

#servicosselos {
  display: flex;
}

/* produtos */
.carousel-indicators {
  bottom: 60px;
  text-align: right
}

.desc-banner-produto {
  margin-top: 200px
}

.desc-banner-produto .linha-1 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1
}

.desc-banner-produto .linha-2 {
  color: #FFF200;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 35px;
  line-height: 1
}

.desc-banner-produto .pp p {
  font-size: 25px;
}

.desc-banner-produto p {
  color: #FFF;
  margin-top: 25px;
  line-height: 1.2;
}

.desc-banner-produto .btn-produto {
  padding: 15px 25px;
  font-size: 18px;
  margin-top: 25px;
  background: #20335E !important;
  border-color: #20335E !important;
  text-transform: uppercase;
}

.desc-banner-produto-t1 {
  font-size: 70px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 25px
}

.desc-banner-produto-t2 {
  font-size: 67px;
  font-weight: 400;
}

#selos-produtos {
  background: #F1F2F2;
  padding-top: 50px;
  padding-bottom: 30px;
}

#selos-produtos .icone {
  margin-right: 25px;
  margin-bottom: 35px;
  float: left;
}

#selos-produtos .icone img {
  /* max-width: 100px;
   max-height: 100px*/
}

#selos-produtos .selo-produto:last-child {
  background: none
}

#selos-produtos .selo-produto {
  background: url('../images/divisao-home.png') no-repeat right center;
  display: block
}

#selos-produtos .selo-produto h3 {
  margin-top: 0;
  font-size: 28px;
  min-height: 60px;
}

#selos-produtos .selo-produto p {
  margin-top: 0;
  font-size: 20px;
  line-height: 1.1
}

/* contato */

#contato {
  padding-top: 100px;
  padding-bottom: 50px;
}

#contato .form-group {
  margin-bottom: 25px;
}

#contato .form-group .form-control {
  border-radius: 0;
  border-color: #F1F2F2;
  box-shadow: none;
  background: #F1F2F2;
  font-size: 16px;
  padding: 10px 12px
}

#contato .form-group label {
  color: #00A99D;
  font-weight: 400;
}

.panel-default {
  background: #F1F2F2
}

.panel-group .panel + .panel {
  margin-top: 0px;
}

.panel-body {
  padding: 25px 15px;
}

.panel-default > .panel-heading a,
.panel-default > .panel-heading a:focus,
.panel-default > .panel-heading a:hover,
.panel-default > .panel-heading a:active {
  text-decoration: none;
  color: #FFF
}

#mais_info {
  margin-top: 35px;
  margin-bottom: 35px;
}

#mais_info .panel-default {
  border-color: #00A99D;
}

#mais_info .panel-default > .panel-heading {
  color: #fff;
  background-color: #00A99D;
  border-color: #00A99D;

}

#mais_info .panel-default > .panel-heading .panel-title {
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
}

#mais_info .panel-default.panel2 > .panel-heading {
  color: #fff;
  background-color: #009287;
  border-color: #009287;
}

#gases {
  margin-top: 35px;
  margin-bottom: 35px;
}

#gases .panel-default {
  border-color: #A7A9AC;
}

#gases .panel-default > .panel-heading {
  color: #fff;
  background-color: #A7A9AC;
  border-color: #A7A9AC;

  border-left: 15px solid #A7A9AC;
}

#gases .panel-default > .panel-heading .panel-title {

  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
}

#gases .panel-default.panel2 > .panel-heading {
  color: #fff;
  background-color: #939598;
  border-color: #939598;
}

#gases .panel-default.panel2 {
  border-color: #939598;
}

.video a {
  position: relative;
  display: block
}

.video a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../images/play.png') center center no-repeat;
  opacity: 0.8;
  transition-duration: 0.3s;
}

.video a:hover .overlay {
  background: url('../images/play.png') center center no-repeat #333;
  opacity: 0.8;
}

footer {
  background-color: #1A1A1A;
  color: #fff;
  margin-top: 50px;
  padding: 10px 0;
}

.text-software {
  margin-top: -120px;
}

@media (max-width: 767px) {
  .text-software {
    margin-top: 0
  }

  .navbar-top {
    padding-top: 0;
  }

  .navbar-nav > li {
    margin-top: 0
  }

  #selos-produtos .selo-produto,
  #selos-home .selo-home {
    background: none;
    display: block;
    margin-top: 25px;
    margin-bottom: 35px;
    text-align: center;
  }

  #selos-produtos .icone,
  #selos-home .icone {
    margin: 0;
    text-align: center;
    float: none;
    margin-bottom: 15px

  }

  #selos-produtos .selo-produto h3,
  #selos-home .selo-produto h3 {
    min-height: 10px
  }

  #carousel-example-generic .item {
    background-position: left center !important;
  }

  #banner {
    margin-bottom: 15px
  }

  #banner-top .sub-1 {
    margin-top: 140px;
    font-size: 40px;
  }

  #banner-top .sub-2 {
    font-size: 40px;
  }

  #banner-top.banner-servico .sub-1 {
    margin-top: 140px;
    font-size: 55px;
  }

  #banner-top.banner-servico .sub-2 {
    font-size: 28px;
  }

  #servicosselos {
    display: block;
  }

  .desc-banner-produto {
    margin-top: 100px;
  }

  .desc-banner-produto-t1 {
    font-size: 50px;
    margin-bottom: 35px;
  }

  .desc-banner-produto-t2 {
    font-size: 47px;
  }

  .textos-extra {
    display: block;
  }

  .texto-extra-esquerda {
    border-radius: 0
  }

  .texto-extra-direita {
    border-radius: 0
  }

  .depoimento {
    margin: 15px 0
  }
}

.navbar-toggle {
  border: 2px solid #FFF;
  margin-top: 45px;
}

.navbar-toggle .icon-bar {
  background: #FFF
}

/* area-restrita */
#area-restrita {
  padding-top: 100px;
  padding-bottom: 50px;
  color: #FFF;
}

#area-restrita .btn-area {
  border-radius: 10px;
  border: solid 2px #000;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  padding: 15px;
}

#area-restrita .btn-area:hover {
  background: rgba(0, 0, 0, 0.7);
}

#area-restrita h1 {
  color: #FFF;
  margin-bottom: 35px;
  font-weight: bold;
}

#area-restrita h1.title-secao {
  vertical-align: middle;
  color: #009287;
  margin-top: 0;
}

#area-restrita .btn-area img {
  max-width: 100%;
  margin-bottom: 15px
}

#area-restrita .pull-left .btn-area {
  display: inline-block;
  padding: 5px;
}

#area-restrita .pull-left .btn-area img {
  margin: 0;
}

#area-restrita .form-login {
  background: #00A99D;
  padding: 25px;
  border-radius: 15px;
  border: 2px solid #FFF
}

#area-restrita .form-login legend {
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px
}

#area-restrita .form-login .form-group .form-control {
  border-radius: 0;
  border-color: #F1F2F2;
  box-shadow: none;
  background: #F1F2F2;
  font-size: 16px;
  padding: 10px 12px;
}

#area-restrita .form-login .form-group label {
  font-weight: 400;
}

#area-restrita .form-save .form-group .form-control {
  border-radius: 0;
  border-color: #000;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.3);;
  font-size: 16px;
  padding: 10px 12px;
  height: auto;
  color: #FFF;
}

.btn-show {
  color: #FFF;
  outline: 0 !important;
}

.btn-show:hover, .btn-show:focus, .btn-show:active {
  color: #00A99D;
  outline: 0;
}

.modal-body label {
  color: #000 !important;
}

.table-inverse {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.3);;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #000;
}

.table-inverse.table-bordered {
  border: 0;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.3);
  border-color: #000;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.3);
  border-color: #000;
}

.pagination > li > a, .pagination > li > span, .pagination > li > a, .pagination > li > span {
  z-index: 2;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.3);
  border-color: #000;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  color: #FFF;
  background-color: #00A99D;
  border-color: #00A99D;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #ccc;
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.3);
  border-color: #000;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #00A99D;
  border-color: #00A99D;
}

/* busca */

#custom-search-input {
  margin: 0;
  margin-top: 20px;
  padding: 0;
}

#custom-search-input .search-query {
  border-radius: 10px;
  border: solid 2px #000;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  padding: 15px 25px;
  color: #FFF;
  font-size: 18px;
  height: auto;
}

#custom-search-input .search-query::-webkit-input-placeholder {
  color: #FFF;
}

#custom-search-input button {
  border: 0;
  background: none;
  /** belows styles are working good */
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -35px;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #FFF;
  font-size: 20px;
}

.search-query:focus + button {
  z-index: 3;
}

.table-responsive {
  border: 0 !important;
}

input[type="date"] {
  height: 44px !important;
}