@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,395;1,395&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-size: 14px;
  color: #091d3e;
  font-family: "Open Sans", sans-serif;
  color: #727272;
}

* {
  margin: 0;
  padding: 0;
  transition: all 0.3s;
  text-decoration: none !important;
}

.titulo {
  text-align: center;
  margin-bottom: 50px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
.titulo h2 {
  font-size: 36px;
  color: #3dbfe7;
  font-weight: 900;
}
.titulo h3 {
  font-size: 18px;
  color: #003e64;
  font-weight: 500;
}

.botaoWhatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2000;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #53a451;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  transition: all 0.5s;
}

header {
  box-shadow: 2px 0px 50px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 2px 0px 50px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 0px 50px 0px rgba(0, 0, 0, 0.6);
  z-index: 2;
  position: sticky;
  top: 0px;
}
header .topo {
  font-size: 12px;
  color: #666666;
  font-size: 12px;
  color: #666666;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
header .topo i {
  color: #3dbfe7;
}
header .topo .conteudo {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .topo .conteudo .atendimento {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
header .topo .conteudo .atendimento .horas {
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
header .topo .conteudo .atendimento .central {
  height: 75px;
  margin-bottom: -20px;
  background-color: #3dbfe7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 16px;
  font-size: 12px;
  color: #003e64;
  text-transform: uppercase;
  border-radius: 0px 0px 20px 20px;
  padding: 0px 30px;
  text-decoration: none !important;
}
header .topo .conteudo .atendimento .central strong {
  font-size: 16px;
}
header .topo .conteudo .links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
header .topo .conteudo .links .redes {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
header .topo .conteudo .links .redes a {
  color: #3dbfe7;
  font-size: 16px;
}
header .topo .conteudo .links .redes a:hover {
  color: #003e64;
}
header .topo .conteudo .links .grupo {
  color: #666666;
}
header .topo .conteudo .links .grupo:hover {
  text-decoration: underline !important;
}
header .topo .conteudo .links .cliente {
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
header .topo .conteudo .links .cliente .dropdown-toggle {
  border: 0px;
  background-color: transparent;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
header .topo .conteudo .links .cliente .ico {
  background-color: #3dbfe7;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
header .topo .conteudo .links .cliente .ico i {
  color: #fff;
}
header .topo .conteudo .links .cliente:hover {
  text-decoration: underline !important;
}
header nav {
  background-color: #003e64;
  height: 90px;
}
header nav .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 12px;
}
header nav .navbar-nav .nav-item .nav-link:hover {
  color: #3dbfe7;
}

.banner .owl-banners .owl-nav {
  opacity: 0;
}
.banner .owl-banners .owl-nav .owl-next,
.banner .owl-banners .owl-nav .owl-prev {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #3dbfe7;
}
.banner .owl-banners .owl-nav .owl-next {
  right: 0;
  display: flex;
  margin-right: 2%;
  font-size: 45px !important;
}
.banner .owl-banners .owl-nav .owl-prev {
  left: 0;
  display: flex;
  margin-left: 2%;
  font-size: 45px !important;
}
.banner .owl-banners:hover .owl-nav {
  opacity: 1;
}

.sobre {
  position: relative;
}
.sobre .imagem {
  position: absolute;
  width: calc(50vw - 50px);
  margin-right: 50px;
  height: 100%;
}
.sobre .imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sobre .conteudo {
  margin-top: 90px;
  margin-bottom: 90px;
}
.sobre .conteudo .titulo {
  text-align: left;
  margin-bottom: 20px;
}
.sobre .conteudo p {
  color: #727272;
}

.localizador {
  background-color: #dbf0f6;
  padding-top: 90px;
}
.localizador .conteudo {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 30px;
}
.localizador .conteudo .titulo {
  text-align: left;
  margin-bottom: 0px;
}
.localizador .conteudo .titulo h2 {
  color: #3dbfe7;
}
.localizador .conteudo p {
  margin-bottom: 0px;
  color: #727272;
}
.localizador .conteudo a {
  background-color: #3dbfe7;
  padding: 10px 50px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.localizador .conteudo a:hover {
  background-color: #003e64;
}
.localizador .conteudo img {
  border: 20px solid #fff;
  width: 100%;
  margin-bottom: -180px;
}

.produtos {
  padding-top: 90px;
  margin-top: 200px;
}
.produtos ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.produtos ul li {
  border: 0.5px solid #f3f3f3;
  outline: 0.5px solid #f3f3f3;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.produtos ul li img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 70px;
  -o-object-position: center;
     object-position: center;
}
.produtos ul li h2 {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  color: #003e64;
}
.produtos ul li h2 {
  margin: 0px;
  padding: 0px;
}

.app {
  padding-top: 90px;
  margin-bottom: -100px;
}
.app .titulo {
  margin-bottom: 0px;
}
.app .titulo h2 {
  color: #003e64;
  font-weight: 500;
}
.app img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.custo {
  background-size: cover;
  background-image: url("../img/bg-custo.jpg");
  padding-top: 130px;
}
.custo ul {
  margin: 0px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.custo ul li {
  background-color: #fff;
  height: 100%;
}
.custo ul li a {
  display: block;
  height: 100%;
  position: relative;
  padding: 30px 0px 0px 0px;
}
.custo ul li a .titulo {
  margin: 0px;
  padding: 0px 30px;
  height: 180px;
}
.custo ul li a .titulo h3 {
  font-size: 16px;
  color: #003e64;
  text-transform: none;
}
.custo ul li a .titulo h2 {
  font-size: 24px;
  color: #003e64;
}
.custo ul li a .valor {
  padding: 0px 30px;
  margin-bottom: 30px;
  color: #3dbfe7;
  text-align: center;
}
.custo ul li a .valor h2 {
  margin: 0px;
  font-size: 22px;
  font-weight: 500;
}
.custo ul li a .valor h2 strong {
  font-weight: 700;
  font-size: 28px;
}
.custo ul li a .valor h3 {
  margin: 0px;
  font-weight: 300;
  font-size: 16px;
}
.custo ul li a .descricao {
  padding: 0px 30px 30px 30px;
  font-size: 14px;
  text-align: center;
  color: #666666;
}
.custo ul li a .botao {
  position: absolute;
  bottom: 0px;
  margin-top: 30px;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3dbfe7;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin-bottom: -150px;
}
.custo ul li a:hover {
  background-color: #003e64;
}
.custo ul li a:hover .titulo h3,
.custo ul li a:hover .titulo h2 {
  color: #fff;
}
.custo ul li a:hover .descricao {
  color: #fff;
}
.custo .barra {
  height: 250px;
  background-color: #003e64;
}

.sistema {
  padding: 130px 0px 0px 0px;
}
.sistema .titulo {
  text-align: left;
}
.sistema img {
  width: 100%;
  height: 100%;
  background-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.estaoconosco {
  padding-top: 90px;
  margin-top: 90px;
  background-color: #012a43;
}
.estaoconosco .titulo h3 {
  color: #fff;
}
.estaoconosco .depoimentos {
  margin-bottom: -130px;
  background-color: #003e64;
  padding: 90px;
}
.estaoconosco .depoimentos .item {
  display: grid;
  -moz-column-gap: 30px;
       column-gap: 30px;
  grid-template-columns: 160px 1fr;
  align-items: center;
}
.estaoconosco .depoimentos .item .imagem {
  width: 160px;
  height: 160px;
  border-radius: 160px;
  border: 10px solid #0097c6;
  background-color: #3dbfe7;
}
.estaoconosco .depoimentos .item .descricao {
  color: #fff;
}
.estaoconosco .depoimentos .item .descricao p {
  color: #fff;
  font-size: 14px;
}
.estaoconosco .depoimentos .item .descricao .pessoa strong {
  font-size: 18px;
}
.estaoconosco .depoimentos .item .descricao .pessoa span {
  color: #3dbfe7;
}
.estaoconosco .depoimentos .owl-dots {
  margin-top: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.estaoconosco .depoimentos .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #3dbfe7;
  border-radius: 15px;
  opacity: 0.3;
}
.estaoconosco .depoimentos .owl-dots .owl-dot.active {
  opacity: 1;
}
.estaoconosco .clientes {
  background-color: #012a43;
  padding-bottom: 90px;
}
.estaoconosco .clientes h2 {
  font-size: 18px;
  margin: 30px 0px 10px 0px;
  color: #fff;
}
.estaoconosco .clientes ul {
  margin: 0px;
  margin-bottom: 60px;
  padding: 0px;
  list-style: none;
  padding-top: 15px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.estaoconosco .clientes ul li img {
  width: 100%;
}

.contato {
  padding: 90px 0px;
}
.contato form {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.contato form input,
.contato form textarea,
.contato form select {
  border: 1px solid #003e64;
  padding: 10px;
  color: #003e64;
  border-radius: 0px;
}
.contato form .form-check {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.contato form .form-check .form-check-label {
  color: #003e64;
}
.contato form .acao {
  display: flex;
  justify-content: space-between;
}
.contato form .acao button {
  background-color: #3dbfe7;
  padding: 10px 50px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  height: -moz-min-content;
  height: min-content;
  border: 0px;
  margin-top: 40px;
}
.contato form .acao button:hover {
  background-color: #003e64;
}
.contato .contatos {
  padding-top: 90px;
  font-size: 14px;
  color: #666666;
}
.contato .contatos h4 {
  font-size: 18px;
  margin: 0px;
  color: #003e64;
}

.obrigado {
  background-image: url(../img/bg-obrigado.jpg);
  background-position: center center;
  background-size: cover;
  padding: 90px 0px;
  color: #fff;
}
.obrigado form {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.obrigado form input,
.obrigado form textarea,
.obrigado form select {
  border: 1px solid #003e64;
  padding: 10px;
  color: #003e64;
  border-radius: 0px;
}
.obrigado form .form-check {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.obrigado form .form-check .form-check-label {
  color: #fff;
}
.obrigado form .acao {
  display: flex;
  justify-content: space-between;
}
.obrigado form .acao button {
  background-color: #3dbfe7;
  padding: 10px 50px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  height: -moz-min-content;
  height: min-content;
  border: 0px;
  margin-top: 40px;
}
.obrigado form .acao button:hover {
  background-color: #003e64;
}
.obrigado .informacao {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  height: 100%;
}
.obrigado h1 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  width: 90%;
}
.obrigado h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 100;
  line-height: 50px;
}
.obrigado h2 strong {
  font-weight: 400;
}
.obrigado p {
  color: #fff;
}

footer {
  background-color: #003e64;
  padding: 30px 0px;
  color: #fff;
  height: 80px;
}
footer .conteudo {
  display: flex;
  justify-content: space-between;
  opacity: 0.6;
}
footer .conteudo a {
  color: #fff;
}
footer .conteudo a:hover {
  color: #3dbfe7;
  opacity: 1;
}

@media (max-width: 990px) {
  header .conteudo {
    height: 40px !important;
  }
  header .atendimento .horas {
    display: none !important;
  }
  header .atendimento .central {
    text-align: center !important;
    padding: 0px 5px !important;
    height: 50px !important;
    margin-bottom: -5px !important;
    font-size: 10px !important;
    line-height: 12px !important;
    border-radius: 0px 0px 10px 10px !important;
  }
  header .atendimento .central strong {
    margin-top: 5px;
    font-size: 12px !important;
    text-wrap: nowrap !important;
  }
  header .links {
    margin-left: 15px !important;
    -moz-column-gap: 15px !important;
         column-gap: 15px !important;
  }
  header .links .redes {
    -moz-column-gap: 5px !important;
         column-gap: 5px !important;
  }
  header .links .grupo,
  header .links .cliente {
    line-height: 12px !important;
  }
  header .links .grupo .ico,
  header .links .cliente .ico {
    display: none !important;
  }
  header .links .grupo {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  header nav {
    height: 70px !important;
  }
  header nav .navbar-brand img {
    height: 45px !important;
  }
  header nav button {
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 0px !important;
    height: 40px;
  }
  header #navbarMenuHeader {
    margin-left: -12px !important;
    margin-right: -12px !important;
    background-color: #3dbfe7 !important;
    padding: 0px 30px !important;
    margin-top: 7px !important;
  }
  .titulo h2 {
    font-size: 24px !important;
    margin: 0px !important;
  }
  .titulo h3 {
    font-size: 16px !important;
  }
  .sobre .imagem {
    position: relative !important;
    margin-right: 0px !important;
    height: 200px !important;
    width: 100% !important;
  }
  .sobre .conteudo {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .localizador {
    padding-top: 30px !important;
  }
  .localizador .conteudo {
    margin-bottom: 50px !important;
    row-gap: 15px !important;
  }
  .localizador .conteudo img {
    margin-bottom: auto !important;
    display: none !important;
  }
  .produtos {
    padding: 30px 0px 0px 0px !important;
  }
  .produtos .titulo {
    margin-bottom: 30px !important;
  }
  .produtos ul {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .produtos ul li {
    padding: 10px !important;
  }
  .produtos ul li img {
    height: 40px !important;
  }
  .produtos ul li h2 {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .produtos ul li p {
    font-size: 12px !important;
  }
  .app {
    padding: 30px 0px !important;
  }
  .custo .titulo {
    margin-bottom: 30px !important;
  }
  .custo .owl-produtos {
    margin: 0px !important;
    padding: 0px !important;
  }
  .custo .owl-produtos a .titulo {
    height: auto !important;
  }
  .custo .owl-produtos a .botao {
    position: static !important;
    margin-bottom: auto !important;
  }
  .custo .barra {
    display: none !important;
  }
  .sistema {
    padding: 30px 0px !important;
  }
  .sistema .titulo {
    margin-bottom: 30px !important;
  }
  .estaoconosco {
    padding: 30px 0px !important;
  }
  .estaoconosco .titulo {
    margin-bottom: 30px !important;
  }
  .estaoconosco .depoimentos {
    padding: 30px 15px !important;
  }
  .estaoconosco .depoimentos .item {
    align-items: center !important;
    justify-content: center !important;
    row-gap: 15px !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: center !important;
  }
  .estaoconosco .clientes {
    padding-top: 160px !important;
    padding-bottom: 30px !important;
  }
  .estaoconosco .clientes h2 {
    margin-bottom: 15px !important;
  }
  .contato {
    padding: 30px 0px !important;
  }
  .contato .titulo {
    margin-bottom: 30px !important;
  }
  .contato form {
    row-gap: 10px !important;
  }
  .contato form .row {
    row-gap: 10px !important;
  }
  .contato form .acao {
    flex-direction: column !important;
  }
  .contato form .acao .h-captcha {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .contato form .acao button {
    margin-top: 15px !important;
  }
  .contato .contatos {
    padding-top: 30px !important;
  }
  .contato .contatos .row {
    row-gap: 15px !important;
  }
  .contato .contatos h4 {
    font-size: 14px !important;
  }
  footer .conteudo {
    flex-direction: column !important;
    text-align: center !important;
  }
}/*# sourceMappingURL=style.css.map */