* {
  outline: none;
  box-sizing: border-box; }

body, html {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden; }

ul {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  -moz-margin-before: 0px;
  -moz-margin-after: 0px;
  -moz-margin-start: 0px;
  -moz-margin-end: 0px;
  -moz-padding-start: 0px; }

a {
  text-decoration: none;
  color: #27BBFF; }

p {
  font-size: 16px;
  color: #787878;
  line-height: 24px; }
  @media (max-width: 768px) {
    p {
      font-size: 16px; } }

::selection {
  background: #262626;
  color: #fff; }

::-moz-selection {
  background: #262626;
  color: #fff; }

h1, h2, h3, h4 {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px; }

h1 {
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase; }

h2 {
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase; }

h3 {
  font-weight: 700;
  font-size: 16px;
  color: #27BBFF; }

.centro {
  width: 1200px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .centro {
      width: 90%;
      margin: 0 5%; } }

#whatsapp {
  position: fixed;
  right: 20px;
  bottom: 60px;
  border-radius: 100px;
  z-index: 9;
  background: #3fba56;
  padding: 14px 16px;
  z-index: 99; }
  #whatsapp i {
    font-size: 36px;
    color: #fff;
    float: left; }

.btn-orcamento-online {
  padding: 10px 30px;
  border-radius: 50px;
  background: #dd3333;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 99;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s; }

.btn-orcamento-online:hover {
  transform: scale(1.1);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s; }

.orcamento-online {
  width: 400px;
  height: 100vh;
  position: fixed;
  right: -400px;
  top: 0px;
  background: #fff;
  z-index: 99;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }
  @media (max-width: 768px) {
    .orcamento-online {
      width: 100%; } }
  .orcamento-online .title {
    width: 100%;
    float: left;
    padding: 20px 30px;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .orcamento-online .close {
    position: absolute;
    right: 0px;
    padding: 14px 20px;
    font-size: 30px;
    color: #000;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s; }
  .orcamento-online .close:hover {
    background: #293037;
    color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s; }
  .orcamento-online form {
    width: 100%;
    padding: 0 30px;
    float: left;
    margin-top: 30px; }
    .orcamento-online form input[type="text"] {
      width: 100%;
      height: 45px;
      float: left;
      border-radius: 5px;
      margin-bottom: 10px;
      padding: 0 20px;
      border: 1px solid rgba(0, 0, 0, 0.2); }
    .orcamento-online form textarea {
      width: 100%;
      height: 145px;
      float: left;
      border-radius: 5px;
      margin-bottom: 10px;
      padding: 20px;
      border: 1px solid rgba(0, 0, 0, 0.2); }
    .orcamento-online form input[type="submit"] {
      background: #dd3333;
      padding: 10px 30px;
      border-radius: 5px;
      font-weight: 600;
      text-transform: uppercase;
      color: #fff;
      border: 0px;
      float: right;
      cursor: pointer;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s; }
    .orcamento-online form input[type="submit"]:hover {
      background: #293037;
      color: #fff;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s; }

#topo {
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 15px;
  position: relative;
  z-index: 9; }
  #topo .barra-topo {
    width: 100%;
    padding: 10px 0;
    float: left;
    background: rgba(41, 48, 55, 0.95); }
    #topo .barra-topo .item {
      float: left;
      color: #fff;
      font-size: 14px; }
      #topo .barra-topo .item a, #topo .barra-topo .item i {
        color: #fff; }
  #topo .logo {
    display: block;
    float: left;
    margin-top: 15px; }
    @media (max-width: 768px) {
      #topo .logo {
        width: 240px;
        float: none;
        margin: 0 auto;
        padding: 15px 0; } }
  #topo .ico-menu {
    display: none;
    position: absolute;
    right: 10px;
    top: 52px;
    width: 40px; }
    @media (max-width: 768px) {
      #topo .ico-menu {
        display: block; } }
  #topo .box {
    float: right; }
    #topo .box #menu {
      float: left;
      padding-top: 37px;
      font-weight: 400;
      position: relative;
      z-index: 9; }
      @media (max-width: 768px) {
        #topo .box #menu {
          width: 100%;
          padding-top: 5px;
          display: none; } }
      #topo .box #menu li {
        list-style: none;
        float: left;
        padding: 0 15px;
        font-size: 14px;
        position: relative;
        cursor: pointer;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s; }
        @media (max-width: 768px) {
          #topo .box #menu li {
            width: 100%;
            text-align: center;
            padding: 0px; } }
        #topo .box #menu li a {
          color: #555555;
          transition: 0.4s;
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s; }
        #topo .box #menu li ul {
          display: none;
          position: absolute;
          padding-top: 15px;
          width: 200px;
          z-index: 9; }
          @media (max-width: 768px) {
            #topo .box #menu li ul {
              position: static;
              width: 100%; } }
          #topo .box #menu li ul li {
            width: 100%;
            background: #293037;
            color: #fff;
            padding: 10px 15px;
            border-bottom: 1px solid #fff;
            position: relative; }
            #topo .box #menu li ul li a {
              color: #fff; }
            #topo .box #menu li ul li ul {
              display: none;
              position: absolute;
              top: 0px;
              left: 200px;
              padding-left: 1px;
              padding-top: 0px;
              width: 200px; }
      #topo .box #menu li:hover {
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s; }
      #topo .box #menu li:hover > a {
        color: #27BBFF;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s; }
      #topo .box #menu li:last-child {
        padding-right: 0px; }
      #topo .box #menu li:hover > ul {
        display: block; }

#slider {
  width: 100%;
  height: 30vw;
  float: left;
  position: relative; }
  #slider .bxslider {
    width: 100%;
    float: left; }
    #slider .bxslider .item {
      width: 100%;
      height: 30vw;
      float: left; }
  #slider .bx-wrapper .bx-pager {
    bottom: 10px; }
  #slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5); }
  #slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #27BBFF; }

.produtos-home {
  width: 100%;
  float: left;
  background: #f4f4f4;
  padding: 70px 0 0 0; }
  .produtos-home h2 {
    width: 100%;
    text-align: center; }
  .produtos-home .text {
    width: 100%;
    float: left;
    text-align: center; }
  .produtos-home ul {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 40px; }
    .produtos-home ul li {
      color: #27BBFF;
      margin: 0 30px 10px 0; }
      @media (max-width: 768px) {
        .produtos-home ul li {
          list-style: none;
          margin: 0 0 10px 0;
          width: 100%; } }
      .produtos-home ul li a {
        color: #27BBFF; }
  .produtos-home .box {
    width: 100%;
    float: left;
    background: #27BBFF;
    padding: 30px 0; }
    .produtos-home .box ul {
      align-items: end; }
      .produtos-home .box ul li {
        width: calc(25% - 30px);
        float: left;
        margin: 15px; }
        @media (max-width: 768px) {
          .produtos-home .box ul li {
            width: 100%; } }
        .produtos-home .box ul li .title {
          width: 100%;
          float: left;
          text-align: center;
          color: #fff;
          font-weight: 500;
          padding: 0 0 20px 0;
          font-size: 18px; }
        .produtos-home .box ul li .box-img {
          width: 100%;
          height: 270px;
          float: left;
          border-radius: 8px; }
    .produtos-home .box .box-btn {
      width: 100%;
      display: flex;
      justify-content: center;
      padding: 30px 0; }
      .produtos-home .box .box-btn .btn {
        background: #fff;
        padding: 10px 30px;
        border-radius: 5px;
        font-weight: 600;
        text-transform: uppercase;
        color: #27BBFF;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s; }
      .produtos-home .box .box-btn .btn:hover {
        background: rgba(255, 255, 255, 0.5);
        color: #fff;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s; }

.diferenciais {
  width: 100%;
  height: 665px;
  float: left; }
  @media (max-width: 768px) {
    .diferenciais {
      background-size: auto !important; } }
  .diferenciais .box {
    float: left;
    width: 520px;
    margin-top: 80px; }
    @media (max-width: 768px) {
      .diferenciais .box {
        width: 100%; } }
    .diferenciais .box h2 {
      font-size: 30px; }
    .diferenciais .box .text {
      width: 100%;
      float: left; }
      .diferenciais .box .text p {
        color: #000;
        font-size: 17px; }
    .diferenciais .box ul {
      width: 100%;
      float: left; }
      .diferenciais .box ul li {
        list-style: none;
        width: 100%;
        float: left;
        font-size: 18px;
        font-weight: 500;
        padding: 10px 0; }
        .diferenciais .box ul li i {
          color: #fff; }

.quem-somos {
  width: 100%;
  height: 565px;
  float: left; }
  @media (max-width: 768px) {
    .quem-somos {
      height: auto;
      padding: 60px 0;
      background-size: auto !important; } }
  .quem-somos .box {
    float: left;
    width: 680px;
    margin-top: 160px; }
    @media (max-width: 768px) {
      .quem-somos .box {
        width: 100%;
        margin: 0px; } }
    .quem-somos .box h2 {
      font-size: 30px; }
    .quem-somos .box .text {
      width: 100%;
      float: left; }
      .quem-somos .box .text p {
        color: #000;
        font-size: 17px;
        line-height: 28px; }

.segmentos {
  width: 100%;
  padding: 70px 0;
  background: #293037;
  float: left; }
  .segmentos h2 {
    color: #27BBFF;
    width: 100%;
    text-align: center; }
  .segmentos .text {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 40px; }
    .segmentos .text p {
      font-size: 17px;
      color: #fff; }
  .segmentos ul {
    width: 300px;
    float: left; }
    @media (max-width: 768px) {
      .segmentos ul {
        width: 100%;
        padding-bottom: 40px; } }
    .segmentos ul li {
      list-style: none;
      width: 100%;
      float: left;
      font-size: 18px;
      font-weight: 400;
      padding: 10px 0;
      color: #fff; }
      @media (max-width: 768px) {
        .segmentos ul li {
          text-align: center; } }
      .segmentos ul li i {
        color: #fff; }
  .segmentos img {
    float: right; }
    @media (max-width: 768px) {
      .segmentos img {
        width: 90%;
        margin: 0 5%; } }

.depoimentos {
  width: 100%;
  float: left;
  background: #f4f4f4;
  padding: 70px 0; }
  .depoimentos h2 {
    width: 100%;
    text-align: center; }
  .depoimentos .text {
    width: 100%;
    float: left;
    text-align: center; }
  .depoimentos .owl-carousel {
    margin-top: 50px; }
  .depoimentos .item {
    width: 100%;
    text-align: center;
    padding: 0 40px; }
    .depoimentos .item .text {
      color: #27BBFF;
      padding-bottom: 30px;
      font-size: 20px;
      position: relative;
      padding-top: 28px; }
      .depoimentos .item .text .aspas {
        font-size: 30px;
        display: inline; }
    .depoimentos .item span {
      width: 100%;
      text-align: center;
      color: #27BBFF;
      font-weight: 300; }

.parceiros {
  width: 100%;
  float: left;
  background: #eeebeb;
  padding: 70px 0; }
  .parceiros h2 {
    width: 100%;
    text-align: center; }
  .parceiros ul {
    width: 100%;
    float: left;
    margin-top: 70px; }
    .parceiros ul li {
      list-style: none;
      width: calc(33.33% - 60px);
      margin: 0 30px;
      float: left;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      @media (max-width: 768px) {
        .parceiros ul li {
          width: 100%;
          margin: 0 0 30px 0; } }

footer {
  width: 100%;
  padding: 50px 0;
  float: left;
  background: #000;
  position: relative; }
  footer .mapa-site {
    width: 100%;
    float: left; }
    footer .mapa-site .title {
      color: #fff;
      padding-bottom: 40px; }
    footer .mapa-site .menu-mapa-site-container {
      width: 100%;
      float: left; }
      footer .mapa-site .menu-mapa-site-container ul {
        width: 100%;
        float: left;
        font-size: 13px; }
        footer .mapa-site .menu-mapa-site-container ul li {
          float: left;
          padding: 7px 50px 7px 0; }
          footer .mapa-site .menu-mapa-site-container ul li a {
            color: #fff; }
          footer .mapa-site .menu-mapa-site-container ul li a:hover {
            color: #27BBFF; }
          footer .mapa-site .menu-mapa-site-container ul li ul li {
            width: 100%; }
        footer .mapa-site .menu-mapa-site-container ul li:nth-child(2) {
          width: 320px; }
          footer .mapa-site .menu-mapa-site-container ul li:nth-child(2) ul li {
            padding-left: 15px; }
        footer .mapa-site .menu-mapa-site-container ul li:nth-child(3), footer .mapa-site .menu-mapa-site-container ul li:nth-child(4) {
          width: 270px; }
          footer .mapa-site .menu-mapa-site-container ul li:nth-child(3) ul li, footer .mapa-site .menu-mapa-site-container ul li:nth-child(4) ul li {
            padding-left: 15px; }
  footer .box {
    float: right;
    position: absolute;
    top: 200px;
    right: 50%;
    margin-right: -680px; }
    @media (max-width: 768px) {
      footer .box {
        width: 100%;
        position: static;
        margin: 20px 0 0 0;
        padding-bottom: 50px; } }

.produtos {
  width: 100%;
  float: left;
  background: #f4f4f4; }
  .produtos h1 {
    padding: 30px 0; }
  .produtos .desc {
    width: 100%;
    float: left;
    color: #27BBFF;
    font-weight: 500;
    border-bottom: 4px solid #27BBFF;
    padding-bottom: 20px;
    margin-bottom: 50px;
    font-size: 17px;
    line-height: 25px; }
    .produtos .desc p {
      color: #27BBFF;
      margin-block-start: 0px; }
  .produtos .categorias {
    float: left;
    width: 100%;
    margin-bottom: 30px; }
    .produtos .categorias li {
      list-style: none;
      padding: 10px 20px;
      float: left;
      margin-right: 10px;
      background: #eee;
      cursor: pointer;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s; }
      @media (max-width: 768px) {
        .produtos .categorias li {
          margin-bottom: 5px;
          width: 100%;
          text-align: center; } }
    .produtos .categorias li:hover {
      background: #27BBFF;
      color: #fff;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s; }
    .produtos .categorias .active {
      background: #27BBFF;
      color: #fff; }
  .produtos .lista-produtos {
    float: left;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 60px; }
    .produtos .lista-produtos li {
      list-style: none;
      width: 199px;
      float: left;
      padding: 10px;
      border-radius: 5px;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s; }
      @media (max-width: 768px) {
        .produtos .lista-produtos li {
          width: 50%; } }
      .produtos .lista-produtos li .box-img {
        width: 100%;
        height: 180px;
        float: left;
        border-radius: 8px;
        margin-bottom: 15px; }
      .produtos .lista-produtos li .title {
        width: 100%;
        float: left;
        color: #000;
        font-weight: 500;
        padding: 0 0 20px 0;
        font-size: 14px;
        line-height: 22px; }
    .produtos .lista-produtos li:hover {
      background: rgba(0, 0, 0, 0.05);
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s; }

.single-produto {
  width: 100%;
  float: left;
  background: #f4f4f4; }
  .single-produto h1 {
    padding: 30px 0;
    margin-bottom: 30px; }
  .single-produto .box-conteudo {
    width: 100%;
    padding: 0 150px;
    float: left; }
    @media (max-width: 768px) {
      .single-produto .box-conteudo {
        padding: 0px; } }
    .single-produto .box-conteudo table {
      margin: 0;
      border-collapse: collapse;
      width: 100%;
      color: #111;
      font-size: 1em;
      line-height: 1.8; }
      .single-produto .box-conteudo table thead {
        text-align: left;
        color: #FFFFFF;
        font-family: "Montserrat", Sans-serif;
        font-size: 14px;
        font-weight: 100;
        background-color: #27BBFF; }
        .single-produto .box-conteudo table thead tr th {
          padding: 7px 7px 7px 7px;
          border-style: dashed;
          border-width: 0px 0px 0px 0px; }
  .single-produto .box-img {
    width: 300px;
    height: 300px;
    float: left; }
    @media (max-width: 768px) {
      .single-produto .box-img {
        width: 280px;
        height: 280px;
        float: none;
        display: block;
        margin: 0 auto; } }
  .single-produto .resumo {
    width: 600px;
    float: left;
    padding-left: 30px;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    margin-top: 15px; }
    @media (max-width: 768px) {
      .single-produto .resumo {
        width: 100%;
        padding: 10px 0; } }
  .single-produto .content {
    width: 100%;
    float: left;
    margin-top: 60px;
    padding-bottom: 50px; }
  .single-produto .produtos-relacionados {
    width: 100%;
    float: left;
    padding-bottom: 40px; }
    .single-produto .produtos-relacionados h2 {
      padding-bottom: 20px; }
    .single-produto .produtos-relacionados .lista-produtos {
      float: left;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      padding-bottom: 60px; }
      .single-produto .produtos-relacionados .lista-produtos li {
        list-style: none;
        width: 199px;
        float: left;
        padding: 10px;
        border-radius: 5px;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s; }
        @media (max-width: 768px) {
          .single-produto .produtos-relacionados .lista-produtos li {
            width: 50%; } }
        .single-produto .produtos-relacionados .lista-produtos li .box-img {
          width: 100%;
          height: 180px;
          float: left;
          border-radius: 8px;
          margin-bottom: 15px; }
        .single-produto .produtos-relacionados .lista-produtos li .title {
          width: 100%;
          float: left;
          color: #000;
          font-weight: 500;
          padding: 0 0 20px 0;
          font-size: 14px;
          line-height: 22px; }
      .single-produto .produtos-relacionados .lista-produtos li:hover {
        background: rgba(0, 0, 0, 0.05);
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s; }

.quem-somos-interna {
  width: 100%;
  float: left;
  background: #eee;
  padding-top: 80px; }
  .quem-somos-interna h1 {
    color: #27BBFF; }
  .quem-somos-interna .desc {
    font-size: 18.88px;
    color: #27BBFF;
    font-weight: 500; }
  .quem-somos-interna .text {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #787878;
    line-height: 28px;
    margin-top: 25px;
    padding-bottom: 100px; }
  .quem-somos-interna .sobre {
    width: 100%;
    padding: 80px 0;
    float: left;
    background: url("../../imagens/paralax.jpeg") no-repeat top center;
    background-size: cover;
    background-attachment: fixed; }
    .quem-somos-interna .sobre ul {
      width: 100%;
      float: left; }
      .quem-somos-interna .sobre ul li {
        list-style: none;
        width: calc(33.33% - 40px);
        margin: 0 20px;
        float: left;
        background: #fff;
        height: 275px;
        padding: 0 15px; }
        @media (max-width: 768px) {
          .quem-somos-interna .sobre ul li {
            width: 100%;
            height: auto;
            margin: 0 0 20px 0; } }
        .quem-somos-interna .sobre ul li .desc {
          width: 100%;
          float: left;
          text-align: center;
          font-size: 30px;
          color: #27BBFF;
          padding: 15px 0; }
        .quem-somos-interna .sobre ul li .title {
          width: 100%;
          float: left;
          text-align: center;
          font-size: 24px;
          color: #293037;
          font-weight: 600; }
        .quem-somos-interna .sobre ul li .text-desc {
          width: 100%;
          float: left;
          text-align: center; }
  .quem-somos-interna .box {
    width: 100%;
    padding: 100px 0;
    background: #27BBFF;
    float: left;
    text-align: center; }
    .quem-somos-interna .box h2 {
      text-transform: initial;
      color: #fff;
      font-size: 32px; }
      .quem-somos-interna .box h2 span {
        color: #000; }
    .quem-somos-interna .box .btn {
      font-size: 22px;
      margin-top: 30px;
      cursor: pointer; }

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