@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
* {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  list-style: none;
}

a {
  text-decoration: none;
}

section, header, footer {
  text-align: center;
  display: block;
}

h2 {
  font-size: 40px;
  letter-spacing: 8px;
}

.chamada {
  color: #a9a9a9;
  font-weight: 300;
  font-size: 16px;
  padding: 5px 0;
  display: block;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.ir {
  text-indent: -999px;
  overflow: hidden;
}

.limite {
  position: relative;
  margin: 0 auto;
  max-width: 1160px;
  text-align: left;
}

.msgErro {
  color: red;
}

.msgSucesso {
  color: green;
}

/* topo */
header {
  height: 120px;
  width: 100%;
  z-index: 10;
  position: fixed;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: background-color 0.5s ease;
  background-color: transparent;
}
header.bg-transition {
  transition: background-color 0.5s ease;
  background-color: #004A8B;
}
header #bt-menu {
  display: none;
}
header #logo-revenda {
  width: 260px;
  height: 120px;
  float: left;
  margin-right: 65px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FFF;
  background-size: contain;
}
header #logo-revenda h1 {
  height: 100%;
}
header #logo-revenda h1 a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
header #menu {
  width: 455px;
  float: left;
}
header #menu ul li {
  display: inline-block;
  height: 120px;
  line-height: 120px;
  padding-left: 19px;
  padding-right: 19px;
  text-align: center;
  position: relative;
}
header #menu ul li a {
  color: #FFF;
}
header #menu ul li a:hover {
  font-weight: 500;
}
header #menu ul li a:first-child::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}
header #menu ul li hr {
  display: none;
  position: relative;
  bottom: 3px;
  border: none;
  border-bottom: 4px solid #00AFDF;
}
header #menu ul li:hover hr, header #menu ul li.hover hr {
  display: block;
}
header #menu ul li:hover a, header #menu ul li.hover a {
  font-weight: 500;
}
header #menu ul li:first-child {
  padding-left: 0;
}
header #menu ul li:last-child {
  padding-right: 0;
}
header .logo-valley {
  height: 120px;
  line-height: 120px;
  float: right;
}

/* banner */
#banner {
  height: 645px;
  width: 100%;
  padding-bottom: 95px;
  background-color: #ededed;
}
#banner #linha-banner {
  width: 1px;
  height: 645px;
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 10;
}
#banner ul {
  height: 645px;
  width: 100%;
}
#banner ul li {
  height: 645px;
  width: 100%;
}
#banner ul li a {
  display: block;
  height: 645px;
  width: 100%;
  background-position: center;
  background-repeat: 0;
}
#banner ul li a .limite {
  display: block;
}
#banner ul li a .limite strong {
  display: block;
  padding-top: 250px;
  color: #FFF;
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: 85px;
}
#banner ul li a .limite .texto {
  font-size: 30px;
  color: #FFF;
  font-weight: 300;
  margin-bottom: 30px;
  display: block;
  margin-left: 85px;
}
#banner ul li a .limite .btn {
  width: 212px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  color: #FFF;
  background-color: #004A8B;
  font-weight: 700;
  display: block;
  margin-left: 85px;
}
#banner #nav-banners {
  position: relative;
  bottom: 30px;
  z-index: 50;
  text-align: right;
}
#banner #nav-banners a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #5ccbfa;
  border-radius: 50%;
  color: transparent;
  font-size: 6px;
  text-align: center;
  margin: 0 10px;
}
#banner #nav-banners a:hover, #banner #nav-banners a.activeSlide {
  background-color: #5ccbfa;
  color: #5ccbfa;
}

#produtos {
  background-color: #ededed;
  position: relative;
}
#produtos #scroll-produtos {
  position: absolute;
  top: -150px;
}
#produtos h2 {
  color: #5291cd;
  float: left;
  margin-bottom: 50px;
}
#produtos .chamada {
  float: left;
  margin-left: 50px;
}
#produtos ul {
  clear: both;
}
#produtos ul .produto {
  height: 510px;
  line-height: 510px;
  margin-top: -42px;
}
#produtos ul .produto .info {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 500px;
  height: 331px;
  padding-left: 80px;
  padding-top: 95px;
}
#produtos ul .produto .info:nth-child(odd) {
  background-color: #00385D;
}
#produtos ul .produto .info:nth-child(even) {
  background-color: #004A8B;
}
#produtos ul .produto .info h3 {
  color: #FFF;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#produtos ul .produto .info span {
  display: block;
  color: #FFF;
  font-size: 16px;
  line-height: 28px;
  width: 370px;
  margin-bottom: 50px;
}
#produtos ul .produto .info a {
  font-size: 14px;
  color: #00AFDE;
  font-weight: 700;
  letter-spacing: 3px;
}
#produtos ul .produto .imagem {
  width: 580px;
  height: 510px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
#produtos ul .produto .imagem img {
  max-width: 100%;
  max-height: 100%;
}

#servicos {
  height: auto;
  margin-top: -41px;
  background: url("../imagens/bg-servicos.jpg") center top no-repeat #FFF;
  padding-top: 115px;
  padding-bottom: 80px;
  position: relative;
}
#servicos #scroll-servicos {
  position: absolute;
  top: -50px;
}
#servicos h2 {
  color: #5291cd;
  float: left;
  margin-bottom: 50px;
}
#servicos .chamada {
  float: left;
  margin-left: 50px;
}
#servicos ul {
  clear: both;
}
#servicos ul li {
  border-bottom: 1px solid #dbdbdb;
}
#servicos ul li .servico {
  width: 735px;
  margin: 0 auto;
  padding-top: 65px;
}
#servicos ul li .servico .titulo {
  width: 340px;
  text-align: right;
  float: left;
  padding-bottom: 65px;
  position: relative;
}
#servicos ul li .servico .titulo h3 {
  font-size: 25px;
  color: #003b5c;
  line-height: 38px;
  font-weight: 500;
}
#servicos ul li .servico .titulo hr {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  border: none;
  border-bottom: 4px solid #00AFDF;
}
#servicos ul li .servico .texto {
  width: 340px;
  float: right;
  text-align: left;
}
#servicos ul li .servico .texto span {
  font-size: 16px;
  color: #a9a9a9;
  line-height: 26px;
  font-weight: 300;
}

#sobre {
  height: 577px;
  background: url("../imagens/bg-revenda.jpg") center top no-repeat #FFF;
  padding-bottom: 70px;
  position: relative;
}
#sobre #scroll-sobre {
  position: absolute;
  top: -150px;
}
#sobre .topo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#sobre .topo .limite {
  height: 154px;
  line-height: 155px;
  position: relative;
}
#sobre .topo .limite h2 {
  color: #FFF;
  display: inline-block;
  vertical-align: middle;
}
#sobre .topo .limite hr {
  border: none;
  border-bottom: 4px solid #00AFDF;
  position: absolute;
  width: 80px;
  bottom: -1px;
  left: 0;
}
#sobre .texto {
  width: 456px;
  float: left;
  padding-top: 85px;
}
#sobre .texto span {
  color: #FFF;
  font-size: 16px;
  line-height: 28px;
}
#sobre .imagem {
  float: right;
  width: 580px;
  height: 453px;
  text-align: center;
  line-height: 453px;
}
#sobre .imagem img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

#contato {
  background-color: #FFF;
  height: 514px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ededed;
  position: relative;
}
#contato #scroll-contato {
  position: absolute;
  top: -150px;
}
#contato h2 {
  color: #5291cd;
  float: left;
  margin-bottom: 50px;
}
#contato .chamada {
  float: left;
  margin-left: 50px;
}
#contato form {
  clear: both;
  text-align: center;
}
#contato form div {
  width: 623px;
  margin: 0 auto;
}
#contato form div input {
  width: 622px;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  font-weight: 300;
  text-indent: 16px;
  background-color: #ededed;
  border: none;
  margin-bottom: 8px;
}
#contato form div textarea {
  width: 606px;
  height: 160px;
  line-height: 26px;
  font-size: 18px;
  font-weight: 300;
  padding-left: 16px;
  background-color: #ededed;
  border: none;
  margin-bottom: 8px;
}
#contato form div button {
  width: 212px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  background-color: #0092D0;
  color: #FFF;
  border: none;
  border-bottom: 4px solid #00AFDF;
  cursor: pointer;
  display: block;
  float: right;
}
#contato form div #contato-email {
  width: 308px;
  margin-right: 3px;
}
#contato form div #contato-telefone {
  width: 308px;
}

#onde-estamos {
  background: url("../imagens/bg-onde-estamos.png") center top no-repeat;
  margin-bottom: 95px;
}
#onde-estamos .topo {
  height: 193px;
  line-height: 193px;
  border-bottom: 1px solid #dbdbdb;
}
#onde-estamos .topo h2 {
  color: #5291cd;
}
#onde-estamos .locais {
  padding-top: 30px;
  text-align: center;
}
#onde-estamos .locais .local {
  text-align: left;
  width: 360px;
  display: inline-block;
  position: relative;
}
#onde-estamos .locais .local hr {
  position: absolute;
  left: 0;
  top: -34px;
  border: none;
  border-bottom: 4px solid #00AFDF;
  width: 80px;
}
#onde-estamos .locais .local .cidade {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 35px;
  color: #003b5c;
}
#onde-estamos .locais .local .mapa {
  margin-bottom: 35px;
  width: 360px;
  height: 200px;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
}
#onde-estamos .locais .local .mapa iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#onde-estamos .locais .local table .icone {
  width: 65px;
  height: 45px;
}
#onde-estamos .locais .local table .icone img {
  vertical-align: middle;
}
#onde-estamos .locais .local table .texto {
  width: 65px;
  height: 45px;
}
#onde-estamos .locais .local table .texto address {
  color: #003b5c;
  font-style: normal;
}
#onde-estamos .locais .local:first-child {
  margin-right: 135px;
}

footer {
  background-color: #0092D0;
  height: 325px;
  padding-top: 130px;
}
footer .linha-1 {
  margin-bottom: 90px;
}
footer .linha-1 .texto {
  width: 340px;
  float: left;
}
footer .linha-1 .texto span {
  color: #FFF;
  font-size: 14px;
  line-height: 28px;
}
footer .linha-1 .imagem {
  float: right;
  margin-top: 10px;
}
footer .linha-2 .creditos span {
  color: #FFF;
  font-size: 14px;
}
footer .linha-2 #menu-social {
  width: 170px;
  float: right;
}
footer .linha-2 #menu-social li {
  float: right;
  margin-left: 15px;
}
footer .linha-2 #menu-social li img {
  width: 27px;
}
footer #agencia {
  clear: both;
  height: 40px;
  line-height: 40px;
  padding-top: 20px;
  text-align: center;
}
footer #agencia a {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
footer #agencia a img {
  width: 70px;
}

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