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

body, html {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

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: red;
}

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

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

h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
}

.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;
}
@media (max-width: 768px) {
  #whatsapp {
    right: 10px;
  }
}
#whatsapp i {
  font-size: 36px;
  color: #fff;
  float: left;
}
@media (max-width: 768px) {
  #whatsapp i {
    font-size: 26px;
  }
}

.btn-orcamento-online {
  padding: 7px 30px;
  border-radius: 50px;
  background: red;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 99;
  cursor: pointer;
  font-size: 14px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
@media (max-width: 768px) {
  .btn-orcamento-online {
    right: 10px;
  }
}

.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: red;
  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;
}

.barra-topo {
  width: 100%;
  padding: 10px 0;
  float: left;
  background: rgba(41, 48, 55, 0.95);
}
.barra-topo .item {
  float: left;
  color: #fff;
  font-size: 14px;
}
.barra-topo .item a, .barra-topo .item i {
  color: #fff;
}

.produtos {
  width: 100%;
  float: left;
  background: #fff;
  display: block;
}
.produtos h1 {
  padding: 30px 0;
  color: rgb(49, 67, 119);
}
.produtos .desc {
  width: 100%;
  float: left;
  color: rgb(49, 67, 119);
  font-weight: 500;
  border-bottom: 4px solid rgb(49, 67, 119);
  padding-bottom: 20px;
  margin-bottom: 50px;
  font-size: 17px;
  line-height: 25px;
}
.produtos .desc p {
  color: rgb(49, 67, 119);
  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: rgb(49, 67, 119);
  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: rgb(49, 67, 119);
  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: #fff;
  padding-top: 120px;
}
.single-produto h1 {
  padding: 30px 0;
  margin-bottom: 30px;
  color: rgb(49, 67, 119);
}
.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 h3 {
  color: rgb(49, 67, 119);
}
.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: rgb(49, 67, 119);
}
.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: #fff;
  padding-top: 80px;
}
.quem-somos-interna h1 {
  color: rgb(49, 67, 119);
}
.quem-somos-interna .desc {
  font-size: 18.88px;
  color: rgb(49, 67, 119);
  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: rgb(49, 67, 119);
  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: rgb(52, 91, 165);
  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;
  background: red;
  color: #fff;
  display: inline;
  padding: 10px 30px;
  border-radius: 20px;
}

.depoimentos {
  width: 100%;
  float: left;
  background: #f4f4f4;
  padding: 70px 0;
}
.depoimentos h2 {
  width: 100%;
  text-align: center;
  font-size: 42px;
  color: rgb(49, 67, 119);
}
.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: rgb(49, 67, 119);
  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: rgb(49, 67, 119);
  font-weight: 300;
}

.page-template .top-bar, .single .top-bar {
  background: rgb(49, 67, 119) !important;
}
.page-template .produtos, .page-template .quem-somos-interna, .single .produtos, .single .quem-somos-interna {
  padding-top: 120px;
}

.btn-default {
  margin-top: 1rem;
  background: red;
  color: white;
  border: none;
  padding: 1rem;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.4s;
  display: inline-block;
}

.btn-default:hover {
  background: rgba(255, 0, 0, 0.5);
  transition: 0.4s;
}

.produtos-container .box-btn {
  width: 100%;
  display: flex;
  justify-content: center;
}

.produtos-home-carousel .owl-next {
  width: 55px;
  height: 55px;
  background: url(../../imagens/arrow.png) no-repeat top center !important;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 4px !important;
  margin: 0 0 0 32px !important;
  padding: 0px !important;
  position: absolute;
  right: 10px;
  top: 120px;
}
.produtos-home-carousel .owl-prev {
  width: 55px;
  height: 55px;
  background: url(../../imagens/arrow.png) no-repeat top center !important;
  border: 1px solid transparent;
  border-radius: 4px !important;
  transform: rotate(180deg);
  margin: 0px !important;
  padding: 0px !important;
  position: absolute;
  left: 10px;
  top: 120px;
}

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