@charset "UTF-8";


/* AJUSTES HEADER */
.top-header *:hover,
.top-header *:focus,
.top-header *:active {
  text-decoration: none;
  outline: 0;
}

section.top-header {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-header .logo {
  text-align: left;
  max-width: 65vw;
  padding: 0;
}

.top-header .logo a {
  display: inline-block;
}

.top-header .navigation .navbar-header {
  position: absolute;
  right: 15px;
  top: -40px;
}

.top-header .navbar-toggle .icon-bar {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
  transition: .25s ease-in-out;
  width: 22px;
}

.top-header .navbar-toggle.collapsed .icon-bar:nth-of-type(2),
.top-header .navbar-toggle.collapsed .icon-bar:nth-of-type(3),
.top-header .navbar-toggle.collapsed .icon-bar:nth-of-type(4) {
  transform-origin: center center;
}

.top-header .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2) {
  transform: translateY(5px) rotate(45deg);
}

.top-header .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3) {
  opacity: 0;
  width: 0;
}

.top-header .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(4) {
  transform: translateY(-7px) rotate(-45deg);
}

.navbar-toggle {
  position: absolute !important;
  float: unset !important;
  padding: 9px 10px;
  margin-top: 0 !important;
  margin-right: -22px;
  margin-bottom: 0 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  top: -20px !important;
  right: 50%;
}

.navbar-toggle .icon-bar {
  background: #0d657a;
}

.navigation {
  margin-bottom: 0;
  padding: 0;
  background: #fff;
}


.navigation .navbar-nav {
  float: none;
  display: inline-block;
}

.navigation .navbar-nav > li > a {
  color: #444;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 12px;
  text-transform: uppercase;
  transition: 0.2s ease-in-out 0s;
  border: 1px solid transparent;
  background: none;
}

.navigation .navbar-nav > li > a:hover, .navigation .navbar-nav > li > a.active, .navigation .navbar-nav > li > a:focus {
  color: #0e657b;
  background: none;
}

.navigation .navbar-nav > li {
  background: none;
  position: relative;
  padding-right: 7px;
}

.navigation .navbar-nav > li:after {
  content: '';
  display: none;
  width: 3px;
  height: 3px;
  background-color: #444;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 49%;
}

.navigation .navbar-nav > li:last-child {
  padding-right: 4px;
}

.navigation .navbar-nav > li:last-child:after {
  display: none;
}

.top-bar-phones {
  background: linear-gradient(90deg, rgba(255,255,255,1) 1%, rgba(233,233,233,1) 100%);
}

.nav-phone-numbers {
  text-align: center;
  display: block;
  padding: 6px 0;
}

.nav-phone-numbers p {
  color: #0e657b;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0;
}

.nav-phone-numbers p:last-child {
    margin-left: 20px;
  }

.nav-phone-numbers p a {
  text-decoration: none;
  color: #0e657b;
}

.nav-phone-numbers p i {
  color: #0e657b;
  vertical-align: middle;
  font-size: 20px;
}

.menu .navbar {
  min-height: 5px !important;
}

.copy-w3right {
  background: #fff;
  margin-top: 30px;
}

.top-nav.bottom-w3lnav {
  text-align:center;
  color:#0e657b;
  border-bottom: none;
  padding-bottom: 0;
}

.copy-w3right {
  border-top: 2px solid #0e657b;
  padding-bottom: 0;
  padding-top: 30px;
}

.copy-w3right p,
.copy-w3right p a {
  color:#0e657b;
}


.logo-footer {
  max-width: 140px;
  display: inline-block;
}

.copy-w3right p.copyright-text {
  color: #EEE;
  margin-top: 30px;
  font-size: 15px;
  padding: 10px;
  background-color: #0e657b;
}

.copy-w3right p.copyright-text a {
  color: #eee;
  text-decoration: none;
}

.copy-w3right p.copyright-text a:hover {
  color: #fc0;
}

.produto .desc-produto h3 {
  color: #444 !important;
}

.produto .desc-produto .button.btn-orcamento,
#formOrcamento .btn-orcamento {
  background: #444 !important;
  transition: all 0.4s linear 0s;
  transition-delay: 0s;
}

.produto .desc-produto .button.btn-orcamento:hover,
#formOrcamento .btn-orcamento:hover {
  background:#1c1c1c !important;
}

.produto .flex-control-paging li a {
  background: #777 !important;
}

.produto .flex-control-paging li a.flex-active {
  background: #444 !important;
}



@media (min-width: 768px) {
  .top-bar-phones {
    margin-bottom: 10px;
  }

  .nav-phone-numbers {
    text-align: right;
    display: inline-block;
  }

  .top-header .logo {
    text-align: center;
    max-width: 100%;
    padding: 10px;
  }
  
  .navigation .navbar-nav > li:after {
    display: block;
  }

  .nav-phone-numbers p {
    font-size: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
