@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;300&display=swap");
div#wpadminbar {
  display: none; }

html {
  margin: 0 !important; }

body {
  margin: 0 !important;
  font-family: 'Poppins', sans-serif !important;
  position: relative; }

p, li {
  font-family: 'Heebo', sans-serif !important; }

a.btn.btn-primary {
  background-color: #ff000f;
  border: none;
  border-right: solid 5px #000;
  border-radius: 0px;
  padding: 15px 20px; }
  a.btn.btn-primary:hover {
    background-color: #000000;
    border-right: solid 5px #ff000f; }

.cookiealert p {
  color: #fff; }

a {
  text-decoration: none !important; }

img.img-center {
  margin: 0 auto;
  display: block; }

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.centerleft {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.ulflex {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  margin: 0; }

a.link {
  max-width: max-content;
  display: block; }

.show-for-small {
  display: none !important; }

@media screen and (max-width: 900px) {
  img {
    max-width: 100%; }

  br {
    display: none; }

  iframe {
    max-width: 100% !important; }

  .show-for-small {
    display: block !important; }

  .show-for-large {
    display: none !important; }

  .order-mobile-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }
header {
  padding: 0px 0;
  transition: all .5s; }
  header a {
    color: #000; }
  header .telefone {
    padding: 10px 15px 10px 0;
    border-right: solid 1px #dcdcdc; }
    header .telefone i {
      color: #e30016; }
  header .whats {
    padding: 10px 15px 10px 15px;
    border-right: solid 1px #dcdcdc; }
    header .whats i {
      color: #43971c; }
  header .email {
    padding: 10px 15px 10px 15px; }
    header .email i {
      color: #e30016; }
  header .d-flex {
    justify-content: flex-start;
    align-items: center;
    width: 100%; }
  header .redes-sociais ul li:first-child {
    border-left: solid 1px #dcdcdc; }
  header .redes-sociais ul li {
    padding: 10px 15px;
    border-right: solid 1px #dcdcdc; }
    header .redes-sociais ul li a {
      font-size: 18px;
      transition: all .3s; }
      header .redes-sociais ul li a:hover {
        opacity: 0.6;
        color: #ff000f; }
  @media screen and (max-width: 900px) {
    header {
      padding: 5px 0 !important; }
      header .nav-container {
        padding: 0 0px; }
      header .d-flex {
        align-items: flex-start;
        flex-direction: column; }
      header .redes-sociais {
        display: none; }
      header .telefone, header .whats {
        padding: 5px 0px 5px 0;
        border-right: none; }
      header .email {
        display: none; } }

.navgation-bottom {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 200;
  background-color: #fff;
  border-top: 1px solid #dcdcdc; }
  .navgation-bottom .brand {
    transition: all 1s; }
    .navgation-bottom .brand img {
      height: 70px; }
  .navgation-bottom .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .navgation-bottom nav {
    padding: 15px 0; }
  .navgation-bottom .cta a {
    padding: 33px 31.5px;
    background-color: #000;
    height: 92px;
    color: #fff;
    font-size: 18px;
    display: block; }
  .navgation-bottom .cta a:hover i {
    transform: translateX(10px); }
  .navgation-bottom .cta i {
    color: #ff000f;
    transform: translateX(0px);
    transition: all .5s; }
  @media screen and (max-width: 900px) {
    .navgation-bottom {
      padding: 10px 0; }
      .navgation-bottom .brand img {
        height: 50px;
        object-fit: contain; }
      .navgation-bottom .cta {
        display: none; } }

section.pageTitle {
  background-position: center;
  background-size: cover;
  padding: 180px 0 50px; }
  section.pageTitle h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    padding-left: 25px;
    position: relative; }
    section.pageTitle h1:before {
      content: '';
      border-left: solid 10px #ff000f;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%; }
  section.pageTitle p {
    color: #fff;
    font-size: 22px; }
  @media screen and (max-width: 900px) {
    section.pageTitle {
      padding: 160px 0 40px; }
      section.pageTitle h1 {
        font-size: 44px; } }

section.pageTitle._2 h1 {
  font-size: 40px;
  padding-right: 30%; }
@media screen and (max-width: 900px) {
  section.pageTitle._2 h1 {
    font-size: 30px;
    padding-right: 0%; } }

@media screen and (max-width: 900px) {
  section.pageTitle._3 h1 {
    font-size: 36px; } }

section.banner {
  height: 700px;
  position: relative; }
  section.banner .item {
    height: 100%;
    display: flex;
    align-items: center; }
  section.banner .bg-banner {
    position: absolute;
    height: 100%;
    background-color: #ff000f;
    width: 50%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    section.banner .bg-banner img {
      width: 90%;
      height: 90%;
      object-fit: contain;
      animation: hole-animation linear 5s forwards infinite; }
@-webkit-keyframes hole-animation {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
  section.banner .bg-image {
    position: absolute;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
    animation: bg-animation linear 8s forwards; }
@-webkit-keyframes bg-animation {
  0% {
    background-size: 175%; }
  100% {
    background-size: 150%; } }
  section.banner .bg-text {
    position: relative;
    color: #fff;
    z-index: 5; }
  section.banner h2 {
    font-size: 22px; }
  section.banner h1 {
    font-size: 42px;
    font-weight: 700; }
  @media screen and (max-width: 1366px) {
    section.banner {
      height: 600px; }
      section.banner h1 {
        font-size: 42px; }
      section.banner .bg-banner img {
        width: 100%;
        height: 100%;
        margin-left: -120px; } }
  @media screen and (max-width: 900px) {
    section.banner {
      height: auto; }
      section.banner .item {
        flex-direction: column; }
      section.banner .bg-banner {
        width: 100%;
        z-index: 2;
        background-color: transparent; }
        section.banner .bg-banner img {
          margin-left: 0;
          width: 90%; }
      section.banner .bg-image {
        width: 100%;
        filter: brightness(0.5); }
      section.banner .bg-text {
        padding-top: 50px;
        padding-bottom: 50px; }
      section.banner h2 {
        font-size: 18px; }
      section.banner h1 {
        font-size: 28px; } }
  @media screen and (max-width: 365px) {
    section.banner h2 {
      font-size: 16px; }
    section.banner h1 {
      font-size: 26px; } }

section.sobre {
  padding: 100px 0; }
  section.sobre .img-sobre {
    position: relative;
    margin-top: 9%; }
    section.sobre .img-sobre img {
      width: 450px;
      height: 500px;
      object-fit: cover;
      z-index: 2;
      position: relative;
      margin-left: 10%; }
    section.sobre .img-sobre:before {
      content: '';
      position: absolute;
      background-color: #ff000f;
      width: 45%;
      height: 116%;
      left: 0;
      top: -8%;
      z-index: 1; }
  section.sobre h3 {
    color: #ff000f;
    font-size: 22px; }
  section.sobre h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: 50px; }
  section.sobre .anos {
    position: relative;
    width: 200px;
    padding: 18px;
    margin: 20px 0; }
    section.sobre .anos:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url("../img/pont.png");
      background-repeat: repeat;
      z-index: 1; }
    section.sobre .anos h4 {
      font-size: 70px;
      color: #ff000f;
      margin-bottom: 0px;
      font-weight: 700;
      z-index: 2;
      position: relative; }
    section.sobre .anos p {
      margin-bottom: 0;
      z-index: 2;
      position: relative;
      font-size: 16px; }
  section.sobre a.btn.btn-primary {
    margin-top: 20px; }
  @media screen and (max-width: 900px) {
    section.sobre {
      padding: 50px 0; }
      section.sobre .img-sobre {
        margin-bottom: 18%; }
        section.sobre .img-sobre img {
          width: 300px;
          height: 350px; }
      section.sobre h2 {
        font-size: 40px;
        line-height: 45px; } }
  @media screen and (max-width: 365px) {
    section.sobre h3 {
      font-size: 18px; }
    section.sobre h2 {
      font-size: 36px;
      line-height: 36px; } }

section.sobre._2 .d-flex {
  margin-top: 30px; }
  section.sobre._2 .d-flex img {
    height: 50px;
    object-fit: contain;
    margin-right: 20px; }

section.certificados {
  padding: 50px 0 100px; }
  section.certificados img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 900px) {
    section.certificados {
      padding: 50px 0 50px; } }

section.clientes {
  padding: 50px 0 0; }
  section.clientes .box-clientes {
    background-color: #fff; }
    section.clientes .box-clientes ul {
      list-style-type: none;
      margin: 0px;
      padding: 0px;
      width: 100%;
      position: relative;
      display: flex;
      flex-wrap: wrap; }
      section.clientes .box-clientes ul li {
        list-style: none;
        display: flex;
        max-width: calc(100% / 5);
        flex: 0 0 calc(100% / 5);
        height: 140px;
        align-items: center;
        justify-content: center;
        opacity: 1; }
        section.clientes .box-clientes ul li img {
          width: 150px;
          height: 90px;
          object-fit: contain; }
    @media screen and (max-width: 900px) {
      section.clientes .box-clientes ul li {
        padding: 10px;
        max-width: calc(100% / 3);
        flex: 0 0 calc(100% / 3);
        height: 100px; }
        section.clientes .box-clientes ul li img {
          width: 75px;
          height: 75px; } }

section.clientesHome {
  padding: 15px 0 150px; }
  section.clientesHome .owl-clientes img {
    width: 130px;
    height: 80px;
    object-fit: contain; }
  section.clientesHome .owl-dots {
    position: absolute;
    bottom: -70px;
    width: 100%;
    display: flex !important;
    justify-content: center; }
    section.clientesHome .owl-dots button.owl-dot {
      width: 10px;
      height: 10px;
      border-radius: 50px;
      background: #85858580;
      outline: none;
      margin-right: 10px;
      transition: all 0.2s; }
    section.clientesHome .owl-dots button.owl-dot.active {
      background-color: #ff000f; }
  section.clientesHome .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 0px; }
  section.clientesHome .nav-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s; }
    section.clientesHome .nav-btn:hover {
      background-color: #ff000f;
      color: #fff; }
  section.clientesHome .prev-slide {
    left: -70px; }
  section.clientesHome .next-slide {
    right: -70px; }
  @media screen and (max-width: 900px) {
    section.clientesHome .owl-clientes img {
      width: 100%;
      padding: 10px; } }

section.numeros {
  padding: 100px 0; }
  section.numeros h3 {
    color: #ff000f;
    font-size: 26px; }
  section.numeros h2 {
    font-size: 58px;
    font-weight: 700;
    line-height: 65px;
    color: #fff;
    margin: 20px 0 30px; }
  section.numeros .box-numeros {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #484848;
    display: flex;
    align-items: center; }
  section.numeros .icon {
    margin-right: 12px; }
  section.numeros p {
    margin-bottom: 0px;
    font-size: 14px; }
  section.numeros h4 {
    font-size: 58px;
    line-height: 55px;
    margin-bottom: 0px;
    font-weight: 700;
    color: #ff000f; }
  @media screen and (max-width: 900px) {
    section.numeros {
      padding: 70px 0; }
      section.numeros h2 {
        font-size: 42px;
        line-height: 42px; } }
  @media screen and (max-width: 365px) {
    section.numeros h3 {
      font-size: 18px; }
    section.numeros h2 {
      font-size: 36px;
      line-height: 36px; } }

section.produtos {
  padding: 100px 0; }
  section.produtos h3 {
    color: #ff000f;
    font-size: 22px; }
  section.produtos h2 {
    font-size: 58px;
    font-weight: 700;
    line-height: 65px;
    margin: 0 0 15px; }
  section.produtos .btn-absolute {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%); }
  section.produtos .lista-produtos h2 {
    margin-bottom: 5px; }
  section.produtos .lista-produtos p {
    font-size: 20px;
    padding-left: 10px; }
  section.produtos .box-produto img {
    width: 100%;
    height: 250px;
    object-fit: contain; }
  section.produtos .box-produto .box-text-produto {
    box-shadow: 0 0 20px #0000001a;
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 90%;
    margin: -45px auto 0;
    z-index: 100;
    position: relative;
    background-color: #fff; }
    section.produtos .box-produto .box-text-produto h3 {
      font-size: 18px;
      font-weight: 700;
      color: #000;
      margin-bottom: 20px; }
    section.produtos .box-produto .box-text-produto p {
      font-size: 18px; }
  @media screen and (max-width: 900px) {
    section.produtos {
      padding: 70px 0; }
      section.produtos h2 {
        font-size: 46px;
        line-height: 48px; }
      section.produtos h3 {
        font-size: 18px; }
      section.produtos .lista-produtos p {
        font-size: 16px;
        padding-left: 0px; }
      section.produtos .btn-absolute {
        position: relative;
        right: 0;
        top: 15px;
        transform: none; } }
  @media screen and (max-width: 365px) {
    section.produtos h2 {
      font-size: 36px;
      line-height: 36px; } }

section.homeBlog {
  padding: 100px 0;
  position: relative; }
  section.homeBlog .bg_blog_home {
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 563px;
    background-color: #000; }
  section.homeBlog h3 {
    color: #ff000f;
    font-size: 22px; }
  section.homeBlog h2 {
    font-size: 58px;
    font-weight: 700;
    line-height: 65px;
    margin: 0 0 15px;
    color: #fff; }
  section.homeBlog .box-post-img img {
    width: 100%;
    height: 300px;
    object-fit: cover; }
  section.homeBlog .box-post-text {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 20px #0000001a; }
    section.homeBlog .box-post-text h3 {
      color: #1e1e1e;
      font-weight: 700;
      margin-bottom: 12px;
      font-size: 22px; }
    section.homeBlog .box-post-text a {
      color: #ff000f;
      font-weight: 700; }
  @media screen and (max-width: 900px) {
    section.homeBlog {
      padding: 50px 0; } }

section.missao {
  background-image: url("../img/bg_dots.png");
  padding: 100px 0; }
  section.missao .box-missao {
    background-color: #fff;
    position: relative;
    padding: 40px;
    border: 1px solid #e7e7e7; }
  section.missao h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 25px 0 15px; }
  section.missao p {
    margin-bottom: 0; }
  section.missao .box-visao {
    background-color: #000;
    color: #fff; }
  @media screen and (max-width: 900px) {
    section.missao {
      padding: 60px 0; }
      section.missao .box-missao {
        margin: 20px 0; } }

section.equipe {
  padding: 100px 0; }
  section.equipe .bg_equipe {
    background-position: center;
    background-size: cover; }
  section.equipe .box-equipe {
    margin: 90px -15px 90px -90px;
    background-color: #fff;
    padding: 50px; }
  section.equipe h3 {
    color: #ff000f;
    font-size: 22px; }
  section.equipe h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: 50px; }
  @media screen and (max-width: 900px) {
    section.equipe {
      padding: 15px 0 30px; }
      section.equipe .bg_equipe {
        height: 400px; }
      section.equipe .box-equipe {
        margin: 25px 0;
        padding: 0; }
      section.equipe h2 {
        font-size: 40px;
        line-height: 40px; } }

section.singleProduto {
  padding: 100px 0; }
  section.singleProduto img {
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 5px 10px 10px 6px #0000000d; }
  section.singleProduto select#select-opcao {
    width: 100%;
    height: 50px;
    padding: 10px;
    font-weight: 600; }
  section.singleProduto .article-wrapper p {
    font-size: 18px; }
  section.singleProduto .article-wrapper ul {
    padding: 0px 0 0 20px; }
    section.singleProduto .article-wrapper ul li {
      margin: 8px 0;
      font-weight: 600; }
  section.singleProduto .article-wrapper a.btn.btn-primary {
    margin-top: 30px;
    width: 100%; }
  @media screen and (max-width: 900px) {
    section.singleProduto img {
      margin-bottom: 40px; }
    section.singleProduto select#select-opcao {
      margin-bottom: 30px;
      font-size: 13px;
      margin-top: 5px !important; } }

section.produtosRelacionados {
  padding: 40px 0; }
  section.produtosRelacionados h2 {
    font-size: 38px;
    line-height: 38px; }

section.blogSingle {
  padding: 100px 0; }
  section.blogSingle img.imgthumbnail {
    width: 100%;
    height: auto;
    object-fit: cover; }
  section.blogSingle .d-flex.align-items-center {
    padding: 10px 0;
    font-size: 14px; }
  section.blogSingle p#categoria {
    margin-bottom: 0px; }
  section.blogSingle article h2, section.blogSingle article h3, section.blogSingle article h4 {
    font-weight: 700; }
  section.blogSingle article figcaption {
    text-align: center;
    font-size: 14px; }
  section.blogSingle .list-category {
    padding: 35px 25px;
    border: 2px solid #e7e7e7; }
    section.blogSingle .list-category h3 {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 10px; }
    section.blogSingle .list-category ul {
      list-style-type: none; }
      section.blogSingle .list-category ul li a {
        color: #000;
        font-weight: 500; }
  @media screen and (max-width: 900px) {
    section.blogSingle {
      padding: 50px 0; }
      section.blogSingle .d-flex.align-items-center {
        margin-bottom: 30px; } }

section.relacionados h2 {
  color: #212529; }

section.contato {
  padding: 100px 0; }
  section.contato .formulario {
    background-color: #e7e7e7;
    padding: 50px 100px 50px 50px; }
    section.contato .formulario h2 {
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 0px; }
    section.contato .formulario label {
      font-size: 14px;
      margin-bottom: 0px; }
    section.contato .formulario .form-control {
      box-shadow: none !important;
      border: none;
      border-radius: 0px;
      height: 50px; }
    section.contato .formulario textarea#f-mensagem {
      height: 150px; }
    section.contato .formulario .wpcf7-not-valid-tip {
      font-size: 14px; }
    section.contato .formulario input.btn.btn-enviar {
      background-color: #ff000f;
      border: none;
      border-right: solid 5px #000;
      border-radius: 0px;
      padding: 15px 45px;
      color: #fff; }
    section.contato .formulario .wpcf7 form .wpcf7-response-output {
      text-align: center; }
  section.contato .contatos {
    background-color: #000;
    color: #fff;
    margin-left: -50px;
    padding: 60px;
    position: relative;
    z-index: 1; }
    section.contato .contatos:before {
      content: "";
      position: absolute;
      left: 10px;
      top: 10px;
      width: 30px;
      height: 30px;
      border-color: #fff;
      border-style: solid;
      border-width: 0 2px 2px 0;
      z-index: -1; }
    section.contato .contatos:after {
      content: "";
      position: absolute;
      left: -15px;
      top: -15px;
      width: 50px;
      height: 50px;
      background-color: #ea130e;
      z-index: -1; }
    section.contato .contatos h2 {
      font-weight: 700; }
  section.contato .contato_2 {
    margin: 25px 0;
    padding-left: 30px; }
    section.contato .contato_2 p {
      font-size: 18px;
      font-weight: 300; }
    section.contato .contato_2 a {
      font-size: 18px;
      color: #fff;
      font-weight: 300; }
  @media screen and (max-width: 900px) {
    section.contato {
      padding: 60px 0; }
      section.contato .formulario {
        padding: 50px 25px 50px 25px; }
      section.contato .contatos {
        margin-left: 0;
        padding: 25px; }
        section.contato .contatos:before {
          left: auto;
          right: 10px; }
        section.contato .contatos:after {
          left: auto;
          right: 15px; }
      section.contato .contato_2 {
        margin: 20px 0;
        padding-left: 0px; }
        section.contato .contato_2 p, section.contato .contato_2 a {
          font-size: 16px; } }

section.mapa {
  margin-bottom: 100px; }
  section.mapa iframe {
    width: 100%;
    height: 400px; }

footer {
  background-color: #000;
  padding: 100px 0 0;
  background-position: center;
  background-repeat: no-repeat; }
  footer h3 {
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 22px;
    font-weight: 700; }
    footer h3:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100px;
      border-bottom: 2px solid #ff000f; }
  footer p, footer a {
    color: #aeaeae;
    font-family: 'Heebo', sans-serif !important; }
  footer a:hover {
    color: #ff000f; }
  footer ul:not(.ulflex) {
    list-style: none;
    padding-left: 20px; }
    footer ul:not(.ulflex) li {
      margin-bottom: 8px; }
    footer ul:not(.ulflex) li::before {
      content: "\2022";
      color: red;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em; }
  footer .redes-sociais ul li {
    margin-right: 10px; }
  footer .redes-sociais a {
    color: #ff000f; }
  footer .contato {
    margin-bottom: 10px; }
    footer .contato p {
      margin-bottom: 0; }
    footer .contato a i, footer .contato p i {
      color: #ff000f; }
  footer .copyright {
    padding: 30px 0;
    text-align: center;
    margin-top: 100px;
    background-color: #0c0c0c; }
    footer .copyright p {
      margin-bottom: 0; }
  @media screen and (max-width: 900px) {
    footer {
      padding: 60px 0 0; }
      footer .redes-sociais {
        margin-bottom: 30px; }
      footer ul:not(.ulflex) {
        margin-bottom: 30px; }
      footer .copyright {
        padding: 30px 30px;
        margin-top: 50px; } }

.whatsflutuante {
  background-repeat: no-repeat;
  text-indent: 9999px;
  z-index: 200;
  width: 90px;
  height: 90px;
  right: 3em;
  bottom: 3em;
  position: fixed;
  background-image: url("../img/whatsapp.png");
  background-size: contain; }
  @media screen and (max-width: 1600px) {
    .whatsflutuante {
      width: 80px;
      height: 80px;
      right: 2em;
      bottom: 2em; } }
  @media screen and (max-width: 900px) {
    .whatsflutuante {
      width: 75px;
      height: 82px;
      right: 1em;
      bottom: 1em; } }

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