@charset "UTF-8";
/* CLASSES GLOBAIS */
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
.has-error {
  border-color: red !important;
}

html.resize {
  width: 100%;
  height: 100%;
}
html.resize body {
  width: 100%;
  height: 100%;
}
html.resize body main {
  width: 100%;
  height: 100%;
}

@media (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

.container {
  max-width: 1350px;
}
.container.big {
  max-width: 1595px;
}
.container.grandao {
  max-width: 1900px;
}

ul.no-list-style {
  list-style: none;
  padding: 0;
  margin: 0;
}

.order-6 {
  order: 6;
}

a {
  text-decoration: none;
}
a:hover, a:focus, a:active, a:focus {
  text-decoration: none;
}

.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: #cacaca;
  margin-right: 10px;
  border: none;
  outline: none;
  transition: 0.3s all;
}
.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #8f8f8f;
}

/*  Validação   */
.ng-invalid-required.ng-touched,
.campo-invalido {
  border-color: #dc3545 !important;
}

/* VARIAVEIS GLOBAIS DO PROJETO */
.card-produto {
  border: 1px solid gainsboro;
  background-color: white;
}
.card-produto.destaque {
  background-color: transparent;
  border: none;
}
.card-produto.destaque .foto {
  background-color: transparent;
}
.card-produto.destaque .info {
  margin-top: -100px;
  padding-top: 100px;
  height: 300px;
}
.card-produto.destaque .info h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 24px;
}
.card-produto.destaque .info h3 else {
  overflow: hidden;
  height: 58px;
}
.card-produto.destaque .info .botoes a {
  padding: 12px 16px;
}
.card-produto.destaque .info .botoes a.cart {
  background-color: #091336;
  border-color: #091336;
}
.card-produto.destaque .info .botoes a.cart:hover {
  color: white;
  background-color: #d28f0d;
}
.card-produto .foto {
  height: 200px;
  width: 100%;
  padding: 10px;
  background-color: white;
}
.card-produto .foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.card-produto .btn-zap {
  background-color: #4baa2b;
  color: white;
  text-align: center;
  display: block;
  padding: 12px 10px;
  font-weight: 700;
}
.card-produto .info {
  background-color: #002859;
  border-top-left-radius: 50px;
  text-align: center;
  color: white;
  padding: 30px;
  padding-bottom: 10px;
  height: 210px;
}
.card-produto .info .main-cta i {
  color: white;
}
.card-produto .info .botoes {
  margin-bottom: 10px;
}
.card-produto .info .botoes a {
  color: white;
  border: 1px solid #d28f0d;
  padding: 8px 14px;
  display: inline-block;
  font-size: 14px;
  border-radius: 7px;
  transition: 0.3s all;
}
.card-produto .info .botoes a:hover {
  background-color: #d28f0d;
}
.card-produto .info .botoes a.cart {
  background-color: #d28f0d;
}
.card-produto .info .botoes a.cart .fa-spin {
  display: none;
}
.card-produto .info .botoes a.cart.loading .fa-shopping-cart {
  display: none;
}
.card-produto .info .botoes a.cart.loading .fa-spin {
  display: inline-block;
}
.card-produto .info .botoes a.cart:hover {
  color: #002859;
}
.card-produto .info h3 {
  color: #d28f0d;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.card-produto .info h3 else {
  overflow: hidden;
  height: 50px;
}
@media (max-width: 991px) {
  .card-produto.destaque .info {
    margin-top: -80px;
    padding-top: 75px;
    height: auto;
  }
  .card-produto.destaque .info h3 {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .card-produto.destaque .info h3 else {
    overflow: hidden;
    height: 48px;
  }
  .card-produto .foto {
    height: 160px;
  }
  .card-produto .btn-zap {
    font-size: 14px;
  }
  .card-produto .info {
    padding: 20px;
    padding-bottom: 10px;
    height: auto;
  }
  .card-produto .info h3 {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .card-produto .info h3 else {
    overflow: hidden;
    height: 43px;
  }
}

.row-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-cta {
  outline: none;
  border: none;
  background: none;
  display: inline-flex;
  align-items: center;
  font-family: "Rubik", sans-serif;
  justify-content: center;
  position: relative;
  background-image: url("../image/btn-azul.png");
  background-size: 100% 100%;
  color: white;
  padding: 13px 25px 18px 40px;
  font-weight: 600;
  width: 230px;
  margin-left: 5px;
  font-size: 15px;
  transition: 0.3s all;
}
.main-cta:hover {
  opacity: 0.7;
  color: white;
}
.main-cta i {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 18px;
  color: #002859;
}
.main-cta.vermelho {
  background-image: url("../image/btn-vermelho.png");
}
.main-cta.gradiente {
  background-image: url("../image/btn-gradiente.png");
}
@media (max-width: 991px) {
  .main-cta {
    font-size: 13px;
  }
}

.small-cta {
  background-color: #ff8f36;
  color: #002859;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 7px;
  font-weight: 700;
  font-size: 13px;
  transition: 0.3s all;
}
.small-cta:hover {
  transform: translateY(-3px);
  opacity: 0.8;
  color: #002859;
}
.small-cta.primary {
  background-color: #002859;
  color: white;
}
.small-cta.primary:hover {
  color: white;
}

.main-phone {
  display: inline-flex;
  text-align: left;
  color: black;
  font-size: 15px;
  align-items: center;
  transition: 0.3s all;
}
.main-phone:hover {
  transform: translateY(-3px);
  color: dimgray;
}
.main-phone.zap .icon {
  color: #4baa2b;
}
.main-phone .icon {
  color: #002859;
  width: 40px;
  font-size: 22px;
  margin-right: 7px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main-phone .icon::before {
  content: url("../image/biricutico.png");
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  right: 0;
  bottom: -5px;
}
.main-phone .txt strong {
  display: block;
  font-size: 16px;
}
@media (max-width: 991px) {
  .main-phone {
    font-size: 13px;
  }
  .main-phone .txt strong {
    font-size: 14px;
  }
}

.owl-produtos .owl-nav .owl-prev,
.owl-produtos .owl-nav .owl-next {
  position: absolute;
  top: calc(50% + 20px);
  width: 40px;
  height: 40px;
  font-size: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #002859 !important;
  color: white !important;
  border-radius: 100%;
}
.owl-produtos .owl-nav .owl-prev {
  left: -90px;
}
.owl-produtos .owl-nav .owl-next {
  left: auto;
  right: -90px;
}
@media (max-width: 991px) {
  .owl-produtos .owl-nav {
    display: flex;
    justify-content: center;
    margin: 25px 0;
  }
  .owl-produtos .owl-nav .owl-prev,
  .owl-produtos .owl-nav .owl-next {
    top: 0;
    left: 0;
    position: relative;
    margin: 0 10px;
  }
}

body {
  font-size: 1em;
  font-family: "Archivo", sans-serif;
  text-rendering: optimizeLegibility;
  line-height: 1.3;
  /* MODAL */
}
body div#lightbox {
  position: fixed !important;
  top: 10px !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body section.header .main-phone {
  color: dimgray;
}
body section.header .frete {
  width: 150px;
}
body section.header .topo {
  padding: 20px 0 10px 0;
  background-image: url("../image/bg-footer.png");
  background-size: cover;
}
body section.header .topo .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body section.header .topo .menu.fixo {
  border-bottom: 1px solid #d28e0d;
  position: fixed;
  width: 100%;
  background-color: #002859;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 20px 250px;
  font-weight: 600;
}
body section.header .topo .menu.fixo a {
  color: white;
}
body section.header .topo .menu a {
  color: black;
  text-transform: uppercase;
  transition: 0.3s all;
}
body section.header .topo .menu a:hover {
  color: #d28e0d;
}
body section.header .topo .botoes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body section.header .topo hr {
  margin: 10px 0;
}
body section.header .topo .logo {
  width: 100%;
}
body section.header .topo .social a {
  color: #002859;
  font-size: 18px;
  margin: 0 10px;
}
body section.header .topo form {
  position: relative;
}
body section.header .topo form input {
  background-color: #f0f0f0;
  outline: none;
  border: 1px solid gainsboro;
  padding: 12px 25px;
  padding-right: 60px;
  border-radius: 10px;
  width: 100%;
}
body section.header .topo form button {
  color: #002859;
  position: absolute;
  right: 20px;
  background-color: transparent;
  outline: none;
  border: none;
  top: 12px;
}
body section.header .categorias-mobile {
  display: none;
  font-family: "Rubik";
}
body section.header .categorias-mobile .btn-open {
  display: block;
  color: white;
  font-weight: 500;
  background: #002859;
  font-size: 15px;
  text-align: center;
  padding: 12px 20px;
}
body section.header .categorias-mobile .in-categorias {
  background-color: #07274e;
  padding: 10px;
}
body section.header .categorias-mobile .in-categorias a {
  color: white;
  padding: 5px 20px;
  display: block;
  text-align: center;
  font-weight: 400;
  transition: 0.3s all;
  font-size: 15px;
}
body section.header .categorias-mobile .in-categorias a i {
  color: #ff8f36;
}
body section.header .categorias {
  background-color: #013d64;
  background-image: url("../image/fundo-todes.png");
  background-position: top left;
  background-repeat: no-repeat;
  font-family: "Rubik";
}
body section.header .categorias .in-categorias {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body section.header .categorias .cat,
body section.header .categorias .todas {
  font-size: 15px;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: white;
  max-width: 260px;
  flex: 0 0 260px;
  transition: 0.3s all;
}
body section.header .categorias .cat:hover,
body section.header .categorias .todas:hover {
  color: gainsboro;
}
body section.header .categorias .cat strong,
body section.header .categorias .todas strong {
  color: #d38e0d;
  font-weight: 700;
  display: block;
}
body section.header .categorias .cat img,
body section.header .categorias .todas img {
  margin-right: 20px;
}
body section.header .categorias .todas {
  background-color: transparent;
  color: #002859;
  flex: 0 0 250px;
  cursor: pointer;
  position: relative;
}
body section.header .categorias .todas:hover .dropdown-categorias {
  opacity: 1;
  pointer-events: all;
}
body section.header .categorias .todas .dropdown-categorias {
  transition: 0.3s all;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  background: #d28e0d;
  width: 310px;
  padding: 10px 0;
  pointer-events: none;
  opacity: 0;
}
body section.header .categorias .todas .dropdown-categorias a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 20px;
  color: #002859;
}
body section.header .categorias .todas strong {
  color: #002859;
  font-weight: 700;
}
body section.header .categorias .todas:hover {
  color: #002859;
}
@media (max-width: 991px) {
  body section.header .categorias-mobile {
    display: block;
  }
  body section.header .topo {
    padding: 10px 0;
  }
  body section.header .topo form input {
    font-size: 14px;
    padding: 7px 12px;
    border-radius: 5px;
    padding-right: 49px;
    margin-bottom: 15px;
  }
  body section.header .topo form button {
    top: 6px;
    right: 10px;
  }
  body section.header .topo .social a {
    margin: 0 5px;
  }
  body section.header .logo {
    max-width: 150px;
    margin: auto;
  }
}
body section.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: white;
}
body section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #002859;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}
body .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body .modal-lg {
  max-width: 600px;
}
body .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body .modal-content {
  border-radius: 10px !important;
  background-color: white;
}
body .modal-content .closebtn {
  outline: none;
  color: white;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: -40px;
  border: none;
  cursor: pointer;
  z-index: 2;
  text-shadow: none;
  font-weight: 500;
  opacity: 1;
  font-size: 15px;
}
body .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
body .modal-body {
  padding: 30px 40px;
  border-radius: 15px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
body .modal-body .conteudo-modal {
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
  color: dimgray;
}
body .modal-body .conteudo-modal h1 {
  color: #002859;
  font-size: 32px;
  font-family: "Rubik";
  font-weight: 700;
}
body .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  body .modal-body.video {
    min-height: 360px;
  }
}
body .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
body .modal-body form label {
  display: block;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 17px;
}
body .modal-body form input,
body .modal-body form select,
body .modal-body form textarea {
  width: 100%;
  border: 1px solid gainsboro;
  padding: 10px 25px;
  font-size: 18px;
  outline: none;
}
body .modal-body form select {
  padding-top: 12px;
  padding-bottom: 12px;
}
body .modal-body form textarea {
  min-height: 100px;
  resize: vertical;
}
@media screen and (max-width: 991px) {
  body .modal-body {
    padding: 15px 0px;
    background-image: none;
  }
  body .modal-body h4 {
    font-size: 18px;
    text-align: center;
  }
  body .modal-body .conteudo-modal {
    font-size: 14px;
  }
  body .modal-body .conteudo-modal h1 {
    font-size: 22px;
  }
  body .modal-body form label {
    font-size: 16px;
  }
  body .modal-body form input,
  body .modal-body form select,
  body .modal-body form textarea {
    font-size: 15px;
    padding: 10px;
  }
}
body section.formulario-enviado {
  padding: 60px 0;
  background-image: url("../image/bg-branco.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
body section.formulario-enviado .box-in h5 {
  font-size: 17px;
  font-weight: 400;
  max-width: 400px;
  margin-top: 20px;
  color: gray;
}
body section.formulario-enviado .box-in a {
  color: #002859;
  font-weight: 500;
}
body section.formulario-enviado .box-in .btn-voltar {
  color: #002859;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #002859;
  transition: 0.3s all;
}
body section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #002859;
  color: white;
}
body section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body section.formulario-enviado .box-in h3 {
  font-size: 20px;
  font-weight: 300;
  color: gray;
  font-family: "Rubik";
}
body section.formulario-enviado .box-in .logo {
  width: 70px;
  margin-bottom: 25px;
}
body section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 600;
  line-height: 1;
  color: #002859;
  font-family: "Rubik";
}
body section.formulario-enviado .box-in h1 strong {
  display: block;
  font-weight: 400;
  color: #ff8f36;
}
body section.formulario-enviado img {
  width: 100%;
}
@media (max-width: 991px) {
  body section.formulario-enviado {
    padding: 30px 0;
    text-align: center;
  }
  body section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body section.formulario-enviado img {
    margin: auto;
    display: block;
    margin-top: 15px;
    max-width: 200px;
  }
  body section.formulario-enviado .box-in .logo {
    width: 50px;
    margin-top: 0;
  }
  body section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
  body section.formulario-enviado .box-in h1 strong {
    display: inline;
  }
}
body .politica-termos {
  padding: 60px 0px;
}
body .politica-termos h1,
body .politica-termos h2,
body .politica-termos h3,
body .politica-termos h4,
body .politica-termos h5,
body .politica-termos h6 {
  color: #002859;
  font-weight: 700;
  font-family: "Rubik";
}
body .politica-termos strong,
body .politica-termos b {
  color: #002859;
}
@media (max-width: 991px) {
  body .politica-termos {
    padding: 20px 0px;
    font-size: 15px;
  }
  body .politica-termos h1 {
    font-size: 22px;
  }
}
body header section.barra-lgpd {
  padding: 0 15px;
  background-color: #eeeeee;
  border-bottom: 1px solid gainsboro;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: gray;
  display: none;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body header section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 57px;
    position: fixed;
    top: auto;
  }
  body header section.barra-lgpd .container {
    padding: 0;
  }
}
body header section.barra-lgpd.exibir {
  display: block;
}
body header section.barra-lgpd .row,
body header section.barra-lgpd .container {
  max-width: 1330px !important;
  margin: auto;
  justify-content: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in,
body header section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: gray;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted gray;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  cursor: pointer;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: gray;
  border: 1px solid gray;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: all 0.3s;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button:hover,
body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button:hover {
  background-color: #f9f9f9;
}
@media screen and (max-width: 991px) {
  body header section.barra-lgpd .row .conteudo-lgpd-in,
  body header section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .button-in,
  body header section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
  body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}
body main section.header-conteudo {
  background-size: cover;
  background-position: bottom;
  padding: 40px 0;
  color: white;
  font-size: 18px;
  font-weight: 300;
}
body main section.header-conteudo.small {
  background: #091336;
  padding-bottom: 10px;
}
body main section.header-conteudo h1 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 20px;
}
body main section.header-conteudo h1 strong {
  font-weight: 800;
  color: #ff8f36;
}
@media (max-width: 991px) {
  body main section.header-conteudo {
    background-color: #081336;
    border-bottom: 3px solid #d08f24;
    background-image: none !important;
    padding: 30px 10px 20px 10px;
    font-size: 15px;
  }
  body main section.header-conteudo.small {
    padding-bottom: 0;
  }
  body main section.header-conteudo h1 {
    font-size: 22px;
  }
}
body main section.itens-topo {
  max-width: 1100px;
  margin: auto;
  position: relative;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.itens-topo .item {
  display: flex;
  font-size: 15px;
  color: #002859;
  align-items: center;
}
body main section.itens-topo .item img {
  margin-right: 15px;
}
body main section.itens-topo .item strong {
  display: block;
}
body main section.itens-topo:before {
  content: "";
  background-image: url("../image/separador.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: -15px;
}
@media (max-width: 991px) {
  body main section.itens-topo {
    flex-flow: column;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: auto;
    align-items: flex-start;
    padding: 10px;
  }
  body main section.itens-topo .item {
    font-size: 13px;
    margin-bottom: 10px;
  }
  body main section.itens-topo .item img {
    height: 20px;
    margin-right: 10px;
  }
  body main section.itens-topo::before {
    display: none;
  }
}
body main section.box-contato {
  background-color: #f3f3f3;
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid lightgray;
}
body main section.box-contato h2 {
  text-align: center;
  font-weight: 800;
  font-size: 28px;
  margin: 0;
  padding: 20px;
  background-color: #ececec;
}
body main section.box-contato h2 strong {
  font-weight: 800;
  color: #de9c10;
}
body main section.box-contato .phones {
  text-align: center;
  padding: 30px 40px;
}
@media (max-width: 991px) {
  body main section.box-contato h2 {
    font-size: 20px;
  }
  body main section.box-contato .phones {
    padding: 20px;
  }
}
body main section.breadcrumb {
  margin-bottom: 30px;
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  position: relative;
}
body main section.breadcrumb a {
  color: white;
  text-decoration: underline;
  margin: 0 5px;
  font-weight: 500;
  text-transform: lowercase;
  font-size: 15px;
}
body main section.breadcrumb a:first-child {
  margin-left: 0;
}
body main section.breadcrumb a:last-child {
  margin-right: 0;
}
body main section.breadcrumb a.active {
  color: white;
  text-decoration: none;
}
@media (max-width: 991px) {
  body main section.breadcrumb {
    font-size: 12px;
  }
  body main section.breadcrumb a {
    font-size: 12px;
  }
}
body main ul.paginacao {
  display: flex;
  margin: 0 5px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 0;
}
body main ul.paginacao li {
  list-style: none;
}
body main ul.paginacao li a {
  background-color: white;
  border: 1px solid lightgray;
  width: 45px;
  height: 40px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: gray;
  font-size: 18px;
  transition: all 0.3s;
}
body main ul.paginacao li a.active, body main ul.paginacao li a:hover {
  color: white;
  border-color: #002859;
  background-color: #002859;
}
body main section.index-banner {
  position: relative;
}
body main section.index-banner .owl-carousel .owl-prev,
body main section.index-banner .owl-carousel .owl-next {
  position: absolute;
  bottom: 50%;
  outline: none;
  color: gray;
  font-size: 42px;
  padding: 2px 5px !important;
}
@media (max-width: 991px) {
  body main section.index-banner .owl-carousel .owl-prev,
  body main section.index-banner .owl-carousel .owl-next {
    color: white;
    background-color: rgba(128, 128, 128, 0.65);
    font-size: 30px;
    padding: 2px 5px !important;
  }
}
body main section.index-banner .owl-carousel .owl-prev:hover,
body main section.index-banner .owl-carousel .owl-next:hover {
  opacity: 0.8;
}
body main section.index-banner .owl-carousel .owl-prev {
  border-radius: 0 5px 5px 0;
  left: 25px;
}
@media (max-width: 991px) {
  body main section.index-banner .owl-carousel .owl-prev {
    left: 0px;
  }
}
body main section.index-banner .owl-carousel .owl-next {
  border-radius: 5px 0 0 5px;
  right: 25px;
}
@media (max-width: 991px) {
  body main section.index-banner .owl-carousel .owl-next {
    right: 0px;
  }
}
body main section.index-banner .owl-carousel .bann {
  position: relative;
}
body main section.index-banner .owl-carousel .bann:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 5;
  background-color: rgba(104, 94, 94, 0.1);
}
@media (max-width: 991px) {
  body main section.index-banner::after {
    display: none;
  }
}
body main section.index-categorias {
  background-image: url("../image/bg-linha.png");
  background-size: cover;
  padding: 40px 0;
}
body main section.index-categorias .texto {
  text-align: center;
  margin-top: 80px;
  color: #002859;
}
body main section.index-categorias .texto h3 {
  font-size: 18px;
  max-width: 700px;
  margin: auto;
}
body main section.index-categorias .texto h1 {
  font-size: 28px;
  font-family: "Rubik", sans-serif;
}
body main section.index-categorias .texto h1 strong {
  color: #ff8f36;
}
body main section.index-categorias .owl-categorias .cat {
  text-align: center;
  display: block;
  color: #002859;
  padding: 20px 30px;
  font-weight: 600;
  text-transform: uppercase;
}
body main section.index-categorias .owl-categorias .cat strong {
  color: #016098;
  font-weight: 500;
  display: block;
}
body main section.index-categorias .owl-categorias .cat img {
  height: auto;
  width: auto;
  display: block;
  margin: auto;
  filter: brightness(0);
  margin-bottom: 20px;
}
body main section.index-categorias .owl-categorias .owl-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
body main section.index-categorias .owl-categorias .owl-nav .owl-prev,
body main section.index-categorias .owl-categorias .owl-nav .owl-next {
  color: white;
  font-size: 18px;
  background: #002859;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
body main section.index-categorias .categorias {
  background-color: #002859;
  margin: 40px 0;
}
body main section.index-categorias .categorias .in-categorias {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
body main section.index-categorias .categorias a {
  text-align: center;
  text-transform: uppercase;
  display: block;
  color: white;
  padding: 30px 40px;
  background-color: #016098;
  transform: skewX(-13deg);
  transition: 0.3s all;
}
body main section.index-categorias .categorias a:nth-child(even) {
  background: #002859;
}
body main section.index-categorias .categorias a:hover {
  background: #ff8f36 !important;
}
body main section.index-categorias .categorias a .skew {
  transform: skewX(13deg);
}
body main section.index-categorias .categorias a strong {
  color: #d38e0d;
  font-weight: 500;
  display: block;
}
body main section.index-categorias .categorias a img {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.index-categorias {
    padding: 20px 0;
  }
  body main section.index-categorias .texto {
    margin-top: 10px;
  }
  body main section.index-categorias .texto h1 {
    font-size: 20px;
  }
  body main section.index-categorias .texto h3 {
    font-size: 15px;
  }
}
body main section.index-destaque {
  background-image: url("../image/bg-destaque.png");
  background-size: cover;
  padding: 40px 0;
}
body main section.index-destaque .owl-destaque .owl-stage-outer {
  height: calc(100% + 10px);
  margin: -5px -5px;
  padding: 5px 5px;
  width: calc(100% + 10px);
}
body main section.index-destaque .owl-destaque:before {
  content: url("../image/destaque1.png");
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 0;
  top: calc(50% - 140px);
}
body main section.index-destaque .owl-destaque:after {
  content: url("../image/destaque2.png");
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  right: -80px;
  top: calc(50% - 140px);
}
body main section.index-destaque .owl-destaque .owl-prev,
body main section.index-destaque .owl-destaque .owl-next {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #002859;
  color: white;
  border-radius: 100%;
}
body main section.index-destaque .owl-destaque .owl-prev {
  left: 450px;
}
body main section.index-destaque .owl-destaque .owl-next {
  left: auto;
  right: 300px;
}
body main section.index-destaque .item {
  position: relative;
  max-width: 900px;
  margin: auto;
}
body main section.index-destaque .item .foto {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 450px;
  height: 350px;
  padding: 10px;
  background-color: white;
  transform: skewX(-12deg);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
}
body main section.index-destaque .item .foto img {
  transform: skewX(12deg);
  width: 300px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
body main section.index-destaque .item .info {
  background-color: #002859;
  color: white;
  position: absolute;
  right: 50px;
  top: 40px;
  width: 250px;
  font-weight: 600;
  border-radius: 20px;
  font-size: 14px;
  padding-bottom: 10px;
}
body main section.index-destaque .item .info h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  color: white;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 36px;
}
body main section.index-destaque .item .info h4 else {
  overflow: hidden;
  height: 36px;
}
body main section.index-destaque .item .info .main-cta i {
  color: white;
}
body main section.index-destaque .item .info .texto {
  padding: 20px 30px 10px 30px;
}
body main section.index-destaque .item .info .botoes {
  display: flex;
  align-items: center;
}
body main section.index-destaque .item .info .botoes a {
  color: white;
  border: 1px solid #d28f0d;
  padding: 7px 10px;
  border-radius: 7px;
}
body main section.index-destaque .item .info .botoes a .fa-spin {
  display: none;
}
body main section.index-destaque .item .info .botoes a.loading .fa-shopping-cart {
  display: none;
}
body main section.index-destaque .item .info .botoes a.loading .fa-spin {
  display: inline-block;
}
body main section.index-destaque .item .info span {
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 38px;
}
body main section.index-destaque .item .info span else {
  overflow: hidden;
  height: 38px;
}
body main section.index-destaque .item .info strong {
  display: block;
  font-weight: 600;
  color: #d28f0d;
}
body main section.index-destaque .titulo {
  color: white;
  text-align: center;
}
body main section.index-destaque .titulo h1 {
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 10px;
  color: #002859;
  font-family: "Rubik";
}
body main section.index-destaque .titulo h1 strong {
  font-size: 38px;
  font-weight: 700;
  display: block;
}
body main section.index-destaque .titulo h3 {
  font-size: 18px;
  max-width: 450px;
  margin: auto;
  text-align: center;
}
body main section.index-destaque .titulo hr {
  opacity: 1;
  background-color: white;
  margin: 35px auto;
  max-width: 1000px;
}
@media (max-width: 991px) {
  body main section.index-destaque {
    padding: 20px 0;
  }
  body main section.index-destaque .titulo hr {
    margin-bottom: 10px;
  }
  body main section.index-destaque .titulo h1 {
    font-size: 20px;
  }
  body main section.index-destaque .titulo h1 strong {
    font-size: 20px;
  }
  body main section.index-destaque .titulo h3 {
    font-size: 16px;
  }
}
body main section.index-produtos {
  padding: 50px 0;
  background-image: url("../image/bg-produtos.png");
  background-size: cover;
}
body main section.index-produtos h1 {
  color: #ff8f36;
  font-family: "Rubik";
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 30px;
}
body main section.index-produtos h1 strong {
  color: #002859;
}
body main section.index-produtos .titulo {
  font-size: 26px;
  color: #002859;
  font-weight: 700;
}
body main section.index-produtos .titulo strong {
  font-weight: 700;
  color: #ff8f36;
}
body main section.index-produtos .titulo img {
  margin-right: 15px;
}
@media (max-width: 991px) {
  body main section.index-produtos {
    padding: 30px 0;
  }
  body main section.index-produtos h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  body main section.index-produtos .titulo {
    font-size: 20px;
    text-align: center;
  }
  body main section.index-produtos .titulo img {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 5px;
  }
}
body main section.index-clientes {
  padding: 50px 0;
  background-image: url("../image/bg-clientes.png");
  background-size: cover;
}
body main section.index-clientes.marcas {
  margin-top: -28px;
}
body main section.index-clientes img {
  display: block;
  width: 100%;
  border: 1px solid gainsboro;
  background-color: white;
  padding: 20px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.index-clientes .owl-carousel {
  margin-top: 30px;
}
body main section.index-clientes .owl-carousel .owl-nav .owl-prev,
body main section.index-clientes .owl-carousel .owl-nav .owl-next {
  position: absolute;
  bottom: calc(50% - 25px);
  outline: none;
  color: lightgray;
  font-size: 40px;
}
body main section.index-clientes .owl-carousel .owl-nav .owl-prev {
  left: -60px;
}
body main section.index-clientes .owl-carousel .owl-nav .owl-next {
  right: -60px;
}
@media (max-width: 991px) {
  body main section.index-clientes .owl-carousel .owl-nav .owl-prev {
    left: 30px;
  }
  body main section.index-clientes .owl-carousel .owl-nav .owl-next {
    right: 30px;
  }
}
body main section.index-clientes h3 {
  font-size: 18px;
  max-width: 700px;
  margin: auto;
  text-align: center;
}
body main section.index-clientes h1 {
  font-size: 28px;
  font-family: "Rubik", sans-serif;
  text-align: center;
}
body main section.index-clientes h1 strong {
  color: #ff8f36;
}
@media (max-width: 991px) {
  body main section.index-clientes {
    padding: 20px 0;
  }
  body main section.index-clientes.marcas {
    margin-top: 0;
  }
  body main section.index-clientes h1 {
    font-size: 20px;
  }
  body main section.index-clientes h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  body main section.index-clientes img {
    max-width: 150px;
    height: 130px;
    margin: auto;
    display: block;
  }
}
body main section.index-diferenciais {
  background-image: url("../image/bg-diferenciais.png");
  background-size: cover;
  color: white;
  padding: 50px 0;
  position: relative;
}
body main section.index-diferenciais:before {
  content: url("../image/ingrenage.png");
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  left: 0;
  top: -280px;
}
body main section.index-diferenciais .foto {
  width: 100%;
}
body main section.index-diferenciais .item {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
body main section.index-diferenciais .item:last-child {
  margin-bottom: 0;
}
body main section.index-diferenciais .item h3 {
  font-weight: 700;
  font-size: 22px;
}
body main section.index-diferenciais .item h3 strong {
  font-weight: 700;
  color: #ff8f36;
  display: block;
}
body main section.index-diferenciais .item img {
  margin-right: 20px;
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.index-diferenciais h1 {
  font-family: "Rubik";
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 40px;
}
body main section.index-diferenciais h1 strong {
  font-size: 52px;
  color: #ff8f36;
  display: block;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-diferenciais {
    padding: 20px 0;
  }
  body main section.index-diferenciais .foto {
    display: none;
  }
  body main section.index-diferenciais .item {
    font-size: 14px;
    margin-bottom: 20px;
  }
  body main section.index-diferenciais .item:last-child {
    margin-bottom: 20px;
  }
  body main section.index-diferenciais .item img {
    height: 30px;
    width: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body main section.index-diferenciais .item h3 {
    font-size: 16px;
  }
  body main section.index-diferenciais h1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  body main section.index-diferenciais h1 strong {
    font-size: 24px;
  }
  body main section.index-diferenciais:before {
    display: none;
  }
}
body main section.index-contato {
  padding: 40px 0;
  background-image: url("../image/bg-produtos.png");
  background-position: center;
  background-size: cover;
}
body main section.index-contato .titulo {
  display: flex;
  align-items: center;
  color: #002859;
  font-family: "Rubik";
}
body main section.index-contato .titulo img {
  margin-right: 50px;
}
body main section.index-contato .titulo h1 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 0;
}
body main section.index-contato .titulo h3 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 24px;
}
@media (min-width: 992px) {
  body main section.index-contato .main-phone {
    font-size: 20px;
  }
  body main section.index-contato .main-phone .icon {
    margin-right: 13px;
  }
  body main section.index-contato .main-phone strong {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  body main section.index-contato {
    padding: 20px 0;
  }
  body main section.index-contato .row-flex {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }
  body main section.index-contato .main-phone {
    margin-bottom: 7px;
  }
  body main section.index-contato .titulo {
    justify-content: center;
  }
  body main section.index-contato .titulo img {
    height: 40px;
    margin-right: 15px;
  }
  body main section.index-contato .titulo h1 {
    font-size: 20px;
  }
  body main section.index-contato .titulo h3 {
    font-size: 15px;
  }
}
body main section.index-areas {
  padding: 50px 0 70px 0;
  background-image: url("../image/bg-destaque.png");
  background-size: cover;
  color: white;
}
body main section.index-areas .owl-carousel {
  margin-top: 40px;
}
body main section.index-areas .owl-carousel .owl-nav .owl-prev,
body main section.index-areas .owl-carousel .owl-nav .owl-next {
  position: absolute;
  bottom: calc(50% - 10px);
  outline: none;
  color: white;
  font-size: 40px;
}
body main section.index-areas .owl-carousel .owl-nav .owl-prev {
  left: -60px;
}
body main section.index-areas .owl-carousel .owl-nav .owl-next {
  right: -60px;
}
@media (max-width: 991px) {
  body main section.index-areas .owl-carousel .owl-nav .owl-prev {
    left: 10px;
  }
  body main section.index-areas .owl-carousel .owl-nav .owl-next {
    right: 10px;
  }
}
body main section.index-areas .item {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
body main section.index-areas .item .foto {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
}
body main section.index-areas .item .foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.index-areas h3 {
  font-size: 18px;
  font-weight: 400;
  margin: auto;
  text-align: center;
}
body main section.index-areas h3 strong {
  color: #002859;
}
body main section.index-areas h1 {
  font-size: 28px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  text-align: center;
}
body main section.index-areas h1 strong {
  color: #002859;
}
@media (max-width: 991px) {
  body main section.index-areas {
    padding: 30px 0;
  }
  body main section.index-areas h1 {
    font-size: 20px;
  }
  body main section.index-areas h3 {
    font-size: 15px;
  }
  body main section.index-areas .owl-carousel {
    margin-top: 20px;
  }
  body main section.index-areas .owl-carousel .owl-dots {
    margin-top: 15px;
  }
}
body main section.index-ficou-interessado {
  padding: 80px 0;
  display: flex;
  align-items: center;
  min-height: 560px;
  background-image: url("../image/bg-interessado.png");
  background-size: cover;
  color: white;
  margin-top: -35px;
  position: relative;
}
body main section.index-ficou-interessado.reto {
  margin-bottom: -35px;
}
body main section.index-ficou-interessado .main-phone {
  color: white;
}
body main section.index-ficou-interessado .main-phone .fa-phone {
  color: white;
}
body main section.index-ficou-interessado hr {
  opacity: 1;
  height: 2px;
}
body main section.index-ficou-interessado .item {
  display: flex;
  align-items: center;
  font-weight: 700;
  max-width: 180px;
  margin: auto;
  font-size: 17px;
  color: white;
  transition: 0.3s all;
}
body main section.index-ficou-interessado .item:hover {
  transform: translateY(-4px);
}
body main section.index-ficou-interessado .item i {
  font-size: 40px;
  margin-right: 20px;
  color: #ffaa00;
}
body main section.index-ficou-interessado form {
  background-color: rgba(24, 54, 104, 0.4);
  padding: 20px 30px;
  border-radius: 7px;
}
body main section.index-ficou-interessado form button {
  width: 100%;
  height: 57px;
  margin-top: 0;
  margin-bottom: 6px;
  background-color: #c00812;
  color: white;
  border: none;
  outline: none;
  border-radius: 5px;
  font-weight: 500;
}
body main section.index-ficou-interessado form label {
  display: block;
  margin: 7px 0;
}
body main section.index-ficou-interessado form input,
body main section.index-ficou-interessado form textarea,
body main section.index-ficou-interessado form select {
  background-color: #1a548c;
  border: 1px solid #557ca9;
  border-radius: 5px;
  width: 100%;
  padding: 7px 10px;
  font-weight: 300;
  color: white;
  outline: none;
}
body main section.index-ficou-interessado form textarea {
  resize: none;
}
body main section.index-ficou-interessado .titulo h1 {
  font-size: 38px;
  color: #ffaa00;
  font-weight: 800;
}
body main section.index-ficou-interessado .titulo h3 {
  font-size: 18px;
  font-weight: 300;
}
body main section.index-ficou-interessado .titulo h3 strong {
  font-weight: 700;
  color: #ffaa00;
}
body main section.index-ficou-interessado .titulo h5 {
  font-size: 18px;
  color: #9fc3f0;
  font-family: "Rubik";
  font-weight: 600;
  margin-top: 40px;
}
@media (max-width: 991px) {
  body main section.index-ficou-interessado {
    padding: 20px 0;
    min-height: auto;
    background: #2c6baa;
    margin: 0 !important;
  }
  body main section.index-ficou-interessado form {
    padding: 10px 15px;
    font-size: 14px;
  }
  body main section.index-ficou-interessado form button {
    height: auto;
    margin: 5px 0 0 0;
    padding: 10px;
  }
  body main section.index-ficou-interessado .item {
    font-size: 15px;
    max-width: none;
    text-align: center;
    justify-content: center;
  }
  body main section.index-ficou-interessado .item i {
    font-size: 24px;
    margin-right: 10px;
  }
  body main section.index-ficou-interessado .titulo {
    text-align: center;
  }
  body main section.index-ficou-interessado .titulo h1 {
    font-size: 20px;
  }
  body main section.index-ficou-interessado .titulo h3 {
    font-size: 15px;
  }
  body main section.index-ficou-interessado .titulo h5 {
    font-size: 16px;
    margin-top: 10px;
  }
}
body main section.index-video {
  padding: 200px 0;
  text-align: center;
  border-top: 4px solid #fcca6b;
  border-bottom: 4px solid #fcca6b;
  position: relative;
  overflow: hidden;
}
body main section.index-video video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.index-video:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body main section.index-video:after {
  content: url("../image/engrenagem-deitadinha.png");
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 28.5px);
  z-index: 1;
}
body main section.index-video .container {
  position: relative;
  z-index: 2;
}
body main section.index-video i {
  color: #ff8f36;
  font-size: 72px;
  margin-bottom: 25px;
}
body main section.index-video h1 {
  color: white;
  font-size: 28px;
  font-weight: 800;
}
body main section.index-video h5 {
  color: #fcca6b;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-video {
    padding: 100px 0;
  }
  body main section.index-video i {
    font-size: 46px;
    margin-bottom: 15px;
  }
  body main section.index-video h1 {
    font-size: 16px;
  }
  body main section.index-video h5 {
    font-size: 14px;
  }
}
body main section.index-sobre {
  background-image: url("../image/bg-sobre.png");
  background-size: cover;
  padding: 70px 0;
  font-size: 17px;
  color: white;
}
body main section.index-sobre .link-foto:first-child .foto-pequena {
  margin-bottom: 20px;
}
body main section.index-sobre .foto-pequena {
  width: 100%;
  height: 180px;
  background-color: #ff8f36;
  border-top-left-radius: 40px;
}
body main section.index-sobre .foto-pequena img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.index-sobre .foto-grande {
  width: 100%;
  height: 100%;
  background-color: #ff8f36;
  border-top-left-radius: 40px;
}
body main section.index-sobre .foto-grande img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.index-sobre .small-cta {
  margin-top: 20px;
}
body main section.index-sobre h1 {
  line-height: 1.1;
  font-size: 24px;
  margin-bottom: 20px;
}
body main section.index-sobre h1 strong {
  display: block;
  font-size: 52px;
  font-weight: 800;
  color: #ff8f36;
}
@media (max-width: 991px) {
  body main section.index-sobre {
    padding: 25px 0;
    font-size: 14px;
    text-align: center;
  }
  body main section.index-sobre .owl-carousel {
    margin-top: 30px;
  }
  body main section.index-sobre .owl-carousel .owl-dots {
    margin-top: 20px;
  }
  body main section.index-sobre .owl-carousel .foto {
    width: 100%;
    height: 200px;
    background-color: #ff8f36;
    border-top-left-radius: 40px;
  }
  body main section.index-sobre .owl-carousel .foto img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 70px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  body main section.index-sobre h1 {
    font-size: 24px;
  }
  body main section.index-sobre h1 strong {
    font-size: 28px;
  }
  body main section.index-sobre .small-cta {
    margin-top: 5px;
  }
}
body main section.index-depoimentos {
  background-image: url("../image/bg-clientes.png");
  background-size: cover;
  padding: 50px 0;
}
body main section.index-depoimentos .titulo {
  text-align: center;
}
body main section.index-depoimentos .titulo h3 {
  font-size: 18px;
  color: #002859;
}
body main section.index-depoimentos .titulo h3 strong {
  color: #d28f0d;
}
body main section.index-depoimentos .titulo h1 {
  font-size: 28px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  color: #002859;
}
body main section.index-depoimentos .owl-carousel {
  margin-top: 40px;
}
@media (min-width: 992px) {
  body main section.index-depoimentos .owl-stage-outer {
    height: calc(100% + 15px);
    margin: -7.5px 0;
    padding: 7.5px 0;
    width: calc(100% + 0);
  }
}
body main section.index-depoimentos .depoimento {
  background-color: #d99d25;
  color: white;
  padding: 30px 50px;
  transform: skewX(-13deg);
  margin: 0 30px;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
}
body main section.index-depoimentos .depoimento i {
  margin-bottom: 40px;
  font-size: 32px;
  color: #002859;
}
body main section.index-depoimentos .depoimento .txt {
  font-size: 15px;
}
body main section.index-depoimentos .depoimento .in-depoimento {
  transform: skewX(13deg);
}
body main section.index-depoimentos .depoimento h4 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 0;
  color: #002859;
}
@media (max-width: 991px) {
  body main section.index-depoimentos {
    padding: 20px 0;
  }
  body main section.index-depoimentos .owl-carousel {
    margin-top: 20px;
  }
  body main section.index-depoimentos .depoimento {
    transform: none;
    padding: 20px 30px;
    margin: 0 10px;
  }
  body main section.index-depoimentos .depoimento i {
    margin-bottom: 15px;
    font-size: 24px;
  }
  body main section.index-depoimentos .depoimento .txt {
    font-size: 14px;
  }
  body main section.index-depoimentos .depoimento .in-depoimento {
    transform: none;
  }
  body main section.index-depoimentos .depoimento h4 {
    font-size: 16px;
    margin-top: 10px;
  }
  body main section.index-depoimentos .titulo h3 {
    font-size: 15px;
  }
  body main section.index-depoimentos .titulo h1 {
    font-size: 20px;
  }
}
body main section.index-blog {
  background-image: url("../image/bg-blog.png");
  background-size: cover;
  padding: 50px 0;
}
body main section.index-blog .row {
  max-width: 1230px;
  margin: auto;
}
body main section.index-blog .post {
  display: flex;
  align-items: flex-end;
  border-radius: 20px;
  overflow: hidden;
  height: 250px;
  position: relative;
}
body main section.index-blog .post .titulo {
  background-color: #002859;
  position: relative;
  color: white;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 30px;
}
body main section.index-blog .post .img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
body main section.index-blog h3 {
  font-size: 18px;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
body main section.index-blog h1 {
  font-size: 28px;
  font-family: "Rubik", sans-serif;
  text-align: center;
}
body main section.index-blog h1 strong {
  color: #d28f0d;
}
@media (max-width: 991px) {
  body main section.index-blog {
    padding: 20px 0;
  }
  body main section.index-blog h1 {
    font-size: 20px;
  }
  body main section.index-blog h3 {
    font-size: 15px;
  }
  body main section.index-blog .post {
    margin-top: 20px;
    height: 200px;
    border-radius: 10px;
  }
  body main section.index-blog .post .titulo {
    font-size: 15px;
    padding: 15px 20px;
  }
}
body main section.sobre-principal {
  background-image: url("../image/bg-destaque.png");
  background-size: cover;
  padding: 50px 0;
  font-size: 19px;
  font-weight: 500;
  color: #002859;
}
body main section.sobre-principal h1 {
  font-size: 48px;
  color: white;
  font-weight: 800;
}
body main section.sobre-principal .foto {
  width: 100%;
}
@media (max-width: 991px) {
  body main section.sobre-principal {
    background: #fe8f34;
    padding: 20px 0;
    text-align: center;
    font-size: 15px;
  }
  body main section.sobre-principal h1 {
    font-size: 24px;
  }
  body main section.sobre-principal .foto {
    max-width: 300px;
    margin: auto;
  }
}
body main section.sobre-missao-visao-valores {
  background-image: url("../image/bg-blog.png");
  background-size: cover;
  padding: 70px 0;
  color: #002859;
  font-size: 17px;
  font-weight: 500;
}
body main section.sobre-missao-visao-valores .sep {
  height: auto;
  width: 5px;
  flex: 0 0 5px;
  background-color: #db9500;
  transform: rotate(12deg) translateX(13px);
}
body main section.sobre-missao-visao-valores .row-flex {
  align-items: stretch;
}
body main section.sobre-missao-visao-valores .item {
  padding: 0 25px;
  text-align: center;
  flex: 0 0 33%;
}
body main section.sobre-missao-visao-valores .item h2 {
  font-size: 32px;
  font-family: "Rubik";
  font-weight: 700;
  margin-bottom: 15px;
}
body main section.sobre-missao-visao-valores .item img {
  margin-bottom: 40px;
  height: 115px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 115px;
}
@media (max-width: 991px) {
  body main section.sobre-missao-visao-valores {
    padding: 20px 0;
    font-size: 14px;
  }
  body main section.sobre-missao-visao-valores .row-flex {
    flex-flow: column;
  }
  body main section.sobre-missao-visao-valores .item {
    margin-bottom: 20px;
  }
  body main section.sobre-missao-visao-valores .item img {
    margin-bottom: 10px;
    height: 80px;
    width: 80px;
  }
  body main section.sobre-missao-visao-valores .item:last-child {
    margin-bottom: 0;
  }
  body main section.sobre-missao-visao-valores .item h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  body main section.sobre-missao-visao-valores .sep {
    display: none;
  }
}
body main section.sobre-sustentabilidade {
  background-image: url("../image/bg-sustentabilidade.png");
  background-position: bottom;
  background-size: cover;
  padding: 70px 0 80px 0;
  color: white;
  font-size: 17px;
  margin-bottom: -35px;
  position: relative;
}
body main section.sobre-sustentabilidade h2 {
  color: #ff8f36;
  font-size: 30px;
  font-family: "Rubik";
  font-weight: 700;
  margin-bottom: 20px;
}
body main section.sobre-sustentabilidade img {
  width: 100%;
}
@media (max-width: 991px) {
  body main section.sobre-sustentabilidade {
    background: #092877;
    font-size: 15px;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 0;
  }
  body main section.sobre-sustentabilidade h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  body main section.sobre-sustentabilidade img {
    width: 50px;
    margin-bottom: 20px;
  }
}
body main section.sobre-diferenciais {
  background-image: url("../image/bg-diferenciais2.png");
  background-size: cover;
  color: white;
  padding: 70px 0 100px 0;
  font-family: "Rubik";
  margin-top: -50px;
  margin-bottom: -30px;
  position: relative;
}
body main section.sobre-diferenciais h1 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
body main section.sobre-diferenciais h1 strong {
  font-weight: 700;
  color: #ff8f36;
}
body main section.sobre-diferenciais .foto {
  width: 100%;
  height: 100%;
  background-color: #ff8f36;
  border-top-left-radius: 40px;
  padding-left: 10px;
}
body main section.sobre-diferenciais .foto img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.sobre-diferenciais .item {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0;
}
body main section.sobre-diferenciais .item strong {
  font-weight: 700;
  color: #ff8f36;
  display: block;
}
body main section.sobre-diferenciais .item img {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 20px;
}
@media (max-width: 991px) {
  body main section.sobre-diferenciais {
    padding: 20px 10px;
    background: #001c7e;
    margin: 0;
  }
  body main section.sobre-diferenciais .owl-carousel {
    margin-top: 20px;
  }
  body main section.sobre-diferenciais .owl-carousel .owl-dots {
    margin-top: 20px;
  }
  body main section.sobre-diferenciais .item {
    margin: 10px 0;
    font-size: 15px;
  }
  body main section.sobre-diferenciais .item img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  body main section.sobre-diferenciais h1 {
    font-size: 20px;
  }
}
body main section.produtos-listagem {
  padding: 40px 0;
  background-image: url("../image/bg-branco.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom left;
}
body main section.produtos-listagem .itens-topo {
  margin-bottom: 60px;
}
body main section.produtos-listagem h2 {
  color: #002859;
  font-family: "Rubik";
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
body main section.produtos-listagem .card-produto {
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
body main section.produtos-listagem .total {
  background-color: #f7f7f7;
  color: #002859;
  padding: 7px 25px;
  border-radius: 5px;
  margin-bottom: 30px;
}
body main section.produtos-listagem .total select {
  background-color: #e9e9e9;
  color: gray;
  outline: none;
  border: 1px solid gainsboro;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px;
  border-radius: 5px;
  margin-left: 5px;
}
@media (max-width: 991px) {
  body main section.produtos-listagem {
    padding: 10px 0 20px 0;
  }
  body main section.produtos-listagem .itens-topo {
    margin-bottom: 20px;
  }
  body main section.produtos-listagem .total {
    font-size: 14px;
    padding: 11px 20px;
  }
  body main section.produtos-listagem .total select {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
}
body main section.produtos-categorias h4 {
  font-size: 19px;
  font-weight: 700;
  font-family: "Rubik";
  color: #002859;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid lightgray;
  margin-bottom: 10px;
}
body main section.produtos-categorias .box-pesquisa {
  margin-bottom: 20px;
  background-color: #f7f7f7;
  padding: 20px;
}
body main section.produtos-categorias .box-pesquisa h5 {
  font-family: "Rubik";
  color: #002859;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
}
body main section.produtos-categorias form {
  position: relative;
}
body main section.produtos-categorias form input {
  background-color: white;
  color: gray;
  outline: none;
  border: 1px solid gainsboro;
  font-size: 16px;
  padding: 7px 10px;
  padding-right: 40px;
  width: 100%;
}
body main section.produtos-categorias form button {
  position: absolute;
  color: #002859;
  right: 10px;
  top: 6px;
  background-color: transparent;
  border: none;
  outline: none;
}
body main section.produtos-categorias a.categoria {
  display: block;
  color: #002859;
  margin: 2px 0;
  font-size: 15px;
  text-transform: uppercase;
}
body main section.produtos-categorias a.categoria:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #ff8f36;
}
body main section.produtos-categorias a.categoria.active {
  color: #002859;
}
@media (max-width: 991px) {
  body main section.produtos-categorias h4,
  body main section.produtos-categorias h5 {
    font-size: 16px;
  }
  body main section.produtos-categorias a.categoria {
    font-size: 14px;
  }
}
body main section.produtos-interna {
  background-image: url("../image/bg-clientes.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 70px 0 50px 0;
}
body main section.produtos-interna .frete {
  width: 250px;
  margin: auto;
  display: block;
}
body main section.produtos-interna .itens-topo {
  margin: 50px auto;
}
body main section.produtos-interna .bg-foto {
  border: 1px solid gainsboro;
  background-color: #002859;
  height: 300px;
}
body main section.produtos-interna .foto {
  background-color: white;
  border-top-left-radius: 70px;
  height: 100%;
  display: block;
  overflow: hidden;
  padding: 5px;
}
body main section.produtos-interna .foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
body main section.produtos-interna .foto-small {
  background-color: white;
  border: 1px solid gainsboro;
  height: 80px;
  padding: 3px;
}
body main section.produtos-interna .foto-small img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
body main section.produtos-interna h1 {
  color: #002859;
  font-weight: 600;
  font-family: "Rubik";
  font-size: 24px;
  margin-bottom: 20px;
}
body main section.produtos-interna .caracteristicas .item {
  margin-top: 15px;
  color: #444;
  line-height: 1.1;
  font-size: 16px;
}
body main section.produtos-interna .caracteristicas .item:first-child {
  margin-top: 0;
}
body main section.produtos-interna .caracteristicas .item strong {
  text-transform: uppercase;
  display: block;
  color: #de9c10;
  font-weight: 700;
}
body main section.produtos-interna hr {
  height: 3px;
  background-color: gray;
  margin: 30px 0;
  max-width: 400px;
}
body main section.produtos-interna .preco {
  color: #bf0711;
  font-size: 34px;
  font-family: "Rubik";
  font-weight: 700;
}
body main section.produtos-interna .detalhes {
  margin-top: 10px;
}
body main section.produtos-interna .detalhes hr {
  margin: 8px 0 20px 0;
}
body main section.produtos-interna .detalhes .titulo {
  color: #002859;
  font-size: 22px;
  font-weight: 700;
  font-family: "Rubik";
}
body main section.produtos-interna .box .btn-acao {
  display: block;
  padding: 12px;
  font-size: 17px;
  border-radius: 7px;
  font-family: "Rubik";
  font-weight: 600;
  text-align: center;
  background: #de9c10;
  color: white;
  margin-top: 15px;
}
body main section.produtos-interna .box .btn-acao.orcamento {
  background-color: #bf0711;
}
body main section.produtos-interna .box .btn-acao.zap {
  background-color: #4baa2c;
}
body main section.produtos-interna .box .btn-acao:first-child {
  margin-top: 0;
}
body main section.produtos-interna .box .btn-acao i {
  margin-right: 5px;
  font-size: 18px;
}
body main section.produtos-interna .box .btn-acao .fa-spin {
  display: none;
}
body main section.produtos-interna .box .btn-acao.loading .fa-shopping-cart {
  display: none;
}
body main section.produtos-interna .box .btn-acao.loading .fa-spin {
  display: inline-block;
}
@media (max-width: 991px) {
  body main section.produtos-interna {
    padding: 20px 0 50px 0;
  }
  body main section.produtos-interna .frete {
    width: 200px;
  }
  body main section.produtos-interna hr {
    margin: 20px 0;
  }
  body main section.produtos-interna .box .btn-acao {
    font-size: 15px;
  }
  body main section.produtos-interna .itens-topo {
    display: none;
  }
  body main section.produtos-interna .detalhes {
    margin-top: 20px;
    font-size: 15px;
  }
  body main section.produtos-interna .preco {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
  body main section.produtos-interna .bg-foto {
    height: 180px;
  }
  body main section.produtos-interna .foto {
    padding: 10px;
  }
}
body main section.produtos-veja-mais {
  background-image: url("../image/bg-blog.png");
  background-size: cover;
  padding: 50px 0;
  position: relative;
}
body main section.produtos-veja-mais:after {
  content: url("../image/engrenagem-deitadinha.png");
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  top: -22px;
  left: calc(50% - 28.5px);
  z-index: -1;
}
body main section.produtos-veja-mais h1 {
  text-align: center;
  color: #de9c10;
  font-weight: 700;
  font-family: "Rubik";
  font-size: 32px;
  margin-bottom: 35px;
}
body main section.produtos-veja-mais h1 strong {
  color: #002859;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.produtos-veja-mais {
    padding: 30px 0;
  }
  body main section.produtos-veja-mais h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
body main section.fornecedores {
  padding: 40px 0 100px 0;
}
body main section.fornecedores .itens-topo {
  margin-bottom: 20px;
}
body main section.fornecedores .fornecedor {
  border: 1px solid gainsboro;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  margin-top: 40px;
}
body main section.fornecedores .fornecedor img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.fornecedores {
    padding: 10px 0 20px 0;
  }
  body main section.fornecedores .itens-topo {
    margin-bottom: 0;
  }
  body main section.fornecedores .fornecedor {
    margin-top: 20px;
    height: 100px;
    padding: 10px;
  }
}
body main section.contato {
  background-image: url("../image/bg-clientes.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 30px 0 50px 0;
}
body main section.contato .chamada-trabalhe {
  text-align: center;
  font-size: 28px;
  color: #002859;
  font-weight: 400;
  font-family: "Rubik";
  margin: 10px 0 50px 0;
}
body main section.contato .chamada-trabalhe strong {
  display: block;
  color: #ff8f36;
  font-weight: 600;
}
body main section.contato h3 {
  color: gray;
  font-weight: 400;
  font-size: 18px;
}
body main section.contato .itens-topo {
  margin-bottom: 80px;
}
body main section.contato h1 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Rubik";
  color: #002859;
}
body main section.contato h1 strong {
  color: #d08f0f;
  display: block;
  font-weight: 700;
}
body main section.contato form label {
  display: block;
  margin-top: 15px;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 17px;
}
body main section.contato form .box-file .text {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  color: black;
}
body main section.contato form .box-file .flex-box {
  display: flex;
  margin-top: 5px;
  cursor: pointer;
}
body main section.contato form .box-file .flex-box .name-file {
  border: 1px solid #dfdfdf;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 500;
  color: #565656;
  outline: none;
  min-height: 49px;
  background-color: #f7f7f7;
  width: 100%;
}
body main section.contato form .box-file .flex-box .selecionar {
  padding: 10px 15px;
  font-size: 18px;
  color: white;
  background-color: #002859;
  border-radius: 5px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.contato form button {
  margin-right: 0 !important;
  margin-top: 20px !important;
}
body main section.contato form input,
body main section.contato form select,
body main section.contato form textarea {
  width: 100%;
  border: 1px solid gainsboro;
  padding: 10px 25px;
  font-size: 18px;
  outline: none;
}
body main section.contato form select {
  padding-top: 12px;
  padding-bottom: 12px;
}
body main section.contato form textarea {
  min-height: 100px;
  resize: vertical;
}
@media (max-width: 991px) {
  body main section.contato {
    padding: 10px 0 20px 0;
  }
  body main section.contato .itens-topo {
    margin-bottom: 10px;
  }
  body main section.contato .chamada-trabalhe {
    font-size: 18px;
    margin-bottom: 0;
  }
  body main section.contato h1 {
    font-size: 18px;
    text-align: center;
  }
  body main section.contato h3 {
    text-align: center;
    font-size: 15px;
  }
  body main section.contato form label {
    font-size: 14px;
  }
  body main section.contato form .box-file .flex-box .name-file {
    font-size: 14px;
  }
  body main section.contato form .box-file .flex-box .selecionar {
    font-size: 14px;
  }
  body main section.contato form input,
  body main section.contato form select,
  body main section.contato form textarea {
    font-size: 14px;
    padding: 10px;
  }
  body main section.contato form button {
    margin-bottom: 30px !important;
  }
}
body main section.contato-lateral .box {
  background-color: #f7f7f7;
  padding: 30px 70px;
  border-radius: 20px;
  font-size: 16px;
  color: gray;
  position: relative;
  margin-top: 40px;
}
body main section.contato-lateral .box .top-icon {
  font-size: 60px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #002859;
}
body main section.contato-lateral .box h2 {
  font-family: "Rubik";
  font-weight: 700;
  font-size: 29px;
  color: #002859;
}
body main section.contato-lateral .box h2 strong {
  font-weight: 700;
  color: #d08f0f;
}
@media (max-width: 991px) {
  body main section.contato-lateral .box {
    padding: 30px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 20px;
  }
  body main section.contato-lateral .box h2 {
    font-size: 18px;
  }
  body main section.contato-lateral .box .top-icon {
    display: none;
  }
}
body main section.duvidas {
  background-image: url("../image/bg-clientes.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 30px 0;
}
body main section.duvidas .itens-topo {
  margin-bottom: 60px;
}
body main section.duvidas h2 {
  color: #002859;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Rubik";
}
body main section.duvidas .categorias {
  border-bottom: 1px solid gainsboro;
  margin-bottom: 30px;
}
body main section.duvidas .categorias .titulo {
  background-color: #023d65;
  color: white;
  font-family: "Rubik";
  font-weight: 600;
  padding: 20px 30px;
  border-radius: 5px;
  font-size: 22px;
}
body main section.duvidas .categorias .in-categorias {
  padding: 15px 30px;
}
body main section.duvidas .categorias a {
  display: block;
  color: #002859;
  font-size: 18px;
  margin: 10px 0;
}
body main section.duvidas .categorias a i {
  color: #ce6b03;
}
body main section.duvidas .categorias a.active {
  color: #ce6b03;
  font-weight: 600;
}
body main section.duvidas .categorias h3 {
  color: #002859;
  font-weight: 400;
  font-size: 22px;
}
body main section.duvidas .categorias hr {
  background-color: gray;
}
body main section.duvidas .listagem .duvida {
  border-radius: 5px;
  border: 1px solid lightgray;
  margin-bottom: 30px;
}
body main section.duvidas .listagem .duvida .titulo {
  background-color: #023d65;
  color: white;
  font-family: "Rubik";
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  border-radius: 5px;
  font-size: 22px;
}
body main section.duvidas .listagem .duvida .titulo a {
  background-color: #d38e0d;
  font-size: 15px;
  display: inline-block;
  font-weight: 400;
  flex: 0 0 146px;
  margin-left: 20px;
  color: white;
  border-radius: 5px;
  padding: 10px 20px;
}
body main section.duvidas .listagem .duvida .resposta .in-resposta {
  font-size: 18px;
  color: #002859;
  padding: 20px 40px;
}
body main section.duvidas .duvidas-box {
  padding: 30px 50px;
  text-align: center;
  background-color: #d38e0d;
  border: 1px solid gainsboro;
  margin-top: 70px;
  border-radius: 20px;
}
body main section.duvidas .duvidas-box form {
  margin-top: 15px;
}
body main section.duvidas .duvidas-box form input,
body main section.duvidas .duvidas-box form textarea {
  font-size: 18px;
  background-color: #f6e8ce;
  padding: 10px 20px;
  border: 1px solid lightgray;
  border-radius: 6px;
  box-shadow: 0px 4px 0px #b98414;
  width: 100%;
  margin: 7px 0;
  outline: none;
}
body main section.duvidas .duvidas-box form textarea {
  resize: none;
  height: 100px;
  outline: none;
}
body main section.duvidas .duvidas-box form button {
  width: 100%;
  margin-top: 10px;
  outline: none;
  background-color: #bf0812;
  color: white;
  border-radius: 5px;
  font-weight: 600;
  font-family: "Rubik";
  padding: 15px 20px;
  border: none;
}
body main section.duvidas .duvidas-box h4 {
  color: white;
  font-size: 18px;
  font-family: "Rubik";
  font-weight: 700;
}
body main section.duvidas .duvidas-box h2 {
  font-weight: 700;
  font-family: "Rubik";
  font-size: 24px;
  margin: auto;
}
body main section.duvidas .duvidas-box h2 i {
  display: block;
  font-size: 60px;
  color: #002859;
  margin-top: -70px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.duvidas {
    padding: 10px 0 20px 0;
  }
  body main section.duvidas h2 {
    font-size: 22px;
    text-align: center;
  }
  body main section.duvidas .itens-topo {
    margin-bottom: 10px;
  }
  body main section.duvidas .listagem .duvida {
    margin-bottom: 20px;
  }
  body main section.duvidas .listagem .duvida .titulo {
    flex-flow: column;
    padding: 20px 30px;
    font-size: 17px;
  }
  body main section.duvidas .listagem .duvida .titulo a {
    font-size: 14px;
    flex-basis: 100%;
    display: block;
    margin: 0;
    margin-top: 10px;
    text-align: center;
  }
  body main section.duvidas .listagem .duvida .resposta .in-resposta {
    font-size: 15px;
    padding: 20px;
  }
  body main section.duvidas .categorias .titulo {
    font-size: 16px;
  }
  body main section.duvidas .categorias a {
    font-size: 15px;
  }
  body main section.duvidas .duvidas-box {
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 10px;
  }
  body main section.duvidas .duvidas-box form input,
  body main section.duvidas .duvidas-box form textarea {
    font-size: 14px;
  }
  body main section.duvidas .duvidas-box form button {
    font-size: 15px;
    padding: 10px;
  }
  body main section.duvidas .duvidas-box h2 {
    font-size: 22px;
  }
  body main section.duvidas .duvidas-box h2 i {
    font-size: 32px;
    margin-top: 0;
  }
}
body main section.carrinho {
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  body main section.carrinho {
    padding: 20px 0;
  }
}
body main section.carrinho .itens-topo {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  body main section.carrinho .itens-topo {
    margin-bottom: 10px;
  }
}
body main section.carrinho .container {
  max-width: 1300px;
}
body main section.carrinho .remover .loader {
  display: none;
}
body main section.carrinho .remover.loading i {
  display: none;
}
body main section.carrinho .remover.loading .loader {
  color: gray;
  display: inline-block;
}
body main section.carrinho .passos {
  max-width: 1500px;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 5px;
}
body main section.carrinho .passos a {
  background-color: #edeeed;
  display: flex;
  padding: 10px 20px;
  width: 33%;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  color: #afafaf;
  position: relative;
}
body main section.carrinho .passos a:hover {
  color: #afafaf;
}
body main section.carrinho .passos a:last-child:after {
  display: none;
}
body main section.carrinho .passos a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../image/chevron.png");
}
body main section.carrinho .passos a strong {
  font-weight: 300;
  border: 2px solid #afafaf;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.carrinho .passos a.ativo {
  color: #2f71c8;
}
body main section.carrinho .passos a.ativo:hover {
  color: #002859;
}
body main section.carrinho .passos a.ativo strong {
  color: #4baa2b;
  border-color: #4baa2b;
}
@media (max-width: 991px) {
  body main section.carrinho .passos a {
    width: 50px;
    text-align: center;
    font-size: 16px;
  }
  body main section.carrinho .passos a:after {
    display: none;
  }
}
body main section.carrinho .carrinho-mobile {
  margin-top: 20px;
  border-top: 1px solid rgba(220, 220, 220, 0.3019607843);
}
body main section.carrinho .carrinho-mobile .produto {
  border-bottom: 1px solid rgba(220, 220, 220, 0.3019607843);
  display: flex;
  margin: 0;
  padding: 20px 0;
  align-items: center;
}
body main section.carrinho .carrinho-mobile .produto img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.carrinho .carrinho-mobile .removerMobile {
  color: #002859;
  font-size: 14px;
  display: block;
  text-align: center;
}
body main section.carrinho .carrinho-mobile .removerMobile .loader {
  display: none;
}
body main section.carrinho .carrinho-mobile .removerMobile.loading span {
  display: none;
}
body main section.carrinho .carrinho-mobile .removerMobile.loading .loader {
  color: gray;
  display: inline-block;
}
body main section.carrinho .carrinho-mobile .titulo {
  color: #002859;
}
body main section.carrinho .carrinho-mobile .quantidade {
  font-size: 14px;
  color: dimgray;
  display: inline-block;
  min-width: 80px;
  padding: 5px 10px;
  margin-left: 5px;
  outline: none;
  border: none;
  border-radius: 5px;
  background-color: #ececec;
  position: relative;
}
body main section.carrinho .carrinho-mobile .quantidade.loading .opcoes {
  display: none;
}
body main section.carrinho .carrinho-mobile .quantidade.loading .qtd-loading {
  display: block;
}
body main section.carrinho .carrinho-mobile .quantidade .qtd-loading {
  display: none;
  position: absolute;
  top: calc(50% - 11px);
  right: 8px;
}
body main section.carrinho .carrinho-mobile .quantidade .qtd-loading i {
  color: dimgray;
  font-size: 16px;
  cursor: default;
}
body main section.carrinho .carrinho-mobile .quantidade .aumentar {
  position: absolute;
  top: 7px;
  right: 30px;
  cursor: pointer;
}
body main section.carrinho .carrinho-mobile .quantidade .aumentar i {
  color: dimgray;
  font-size: 16px;
}
body main section.carrinho .carrinho-mobile .quantidade .diminuir {
  position: absolute;
  bottom: 3px;
  right: 10px;
  cursor: pointer;
}
body main section.carrinho .carrinho-mobile .quantidade .diminuir i {
  color: dimgray;
  font-size: 16px;
}
body main section.carrinho .empty {
  margin-top: 50px;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  color: dimgray;
  font-style: italic;
}
@media (max-width: 991px) {
  body main section.carrinho .empty {
    margin-top: 20px;
    font-size: 18px;
  }
}
body main section.carrinho .tabela-carrinho {
  width: 100%;
  max-width: 1000px;
  margin: 70px auto 0 auto;
}
body main section.carrinho .tabela-carrinho thead td {
  background-color: #2f71c8;
  color: white;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid rgba(58, 58, 58, 0.3019607843);
}
body main section.carrinho .tabela-carrinho thead td:first-child {
  border-left: none;
}
body main section.carrinho .tabela-carrinho thead td:last-child {
  border-right: none;
}
body main section.carrinho .tabela-carrinho tbody td {
  padding: 30px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(220, 220, 220, 0.3019607843);
}
body main section.carrinho .tabela-carrinho tbody td:first-child {
  border-left: none;
}
body main section.carrinho .tabela-carrinho tbody td:last-child {
  border-right: none;
}
body main section.carrinho .tabela-carrinho .quantidade {
  font-size: 22px;
  max-width: 180px;
  color: gray;
  padding: 15px 25px;
  outline: none;
  border: none;
  border-radius: 10px;
  background-color: #ececec;
  position: relative;
  min-width: 150px;
}
body main section.carrinho .tabela-carrinho .quantidade.loading .opcoes {
  display: none;
}
body main section.carrinho .tabela-carrinho .quantidade.loading .qtd-loading {
  display: block;
}
body main section.carrinho .tabela-carrinho .quantidade .qtd-loading {
  display: none;
  position: absolute;
  top: calc(50% - 18px);
  right: 20px;
}
body main section.carrinho .tabela-carrinho .quantidade .qtd-loading i {
  color: dimgray;
  cursor: default;
  font-size: 16px;
}
body main section.carrinho .tabela-carrinho .quantidade .aumentar {
  position: absolute;
  top: 3px;
  right: 20px;
  cursor: pointer;
}
body main section.carrinho .tabela-carrinho .quantidade .aumentar i {
  color: gray;
  font-size: 16px;
}
body main section.carrinho .tabela-carrinho .quantidade .diminuir {
  position: absolute;
  bottom: 3px;
  right: 20px;
  cursor: pointer;
}
body main section.carrinho .tabela-carrinho .quantidade .diminuir i {
  color: gray;
  font-size: 16px;
}
body main section.carrinho .tabela-carrinho td strong {
  font-weight: 400;
  color: #002859;
  font-size: 24px;
}
body main section.carrinho .tabela-carrinho td i {
  color: red;
  font-size: 22px;
  cursor: pointer;
}
body main section.carrinho .tabela-carrinho td .produto {
  width: 100%;
  display: flex;
  align-items: center;
}
body main section.carrinho .tabela-carrinho td .produto h5 {
  font-weight: 600;
  text-transform: uppercase;
  color: dimgray;
  font-size: 19px;
  margin-left: 20px;
}
body main section.carrinho .tabela-carrinho td .produto img {
  width: 100px;
}
body main section.carrinho .box {
  margin: 50px auto 0 auto;
  max-width: 1000px;
}
body main section.carrinho .box .proximo {
  background-color: #c00812;
  font-family: "Rubik";
  font-weight: 600;
  color: white;
  display: inline-block;
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 5px;
}
body main section.carrinho .box .proximo img {
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  body main section.carrinho .box {
    margin-top: 20px;
  }
  body main section.carrinho .box .proximo {
    margin-top: 5px;
    font-size: 14px;
  }
}
body main section.carrinho .enviado {
  max-width: 800px;
  margin: 60px auto 0 auto;
  color: #002859;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}
body main section.carrinho .enviado .texto {
  color: white;
  text-align: left;
  line-height: 1.4;
  background-color: #3aa700;
  padding: 30px 70px;
  border-radius: 7px;
  font-weight: 300;
  margin-top: 30px;
}
body main section.carrinho .enviado h1 {
  color: #3aa700;
  font-size: 39px;
  font-weight: 500;
  margin: auto;
  text-align: center;
}
body main section.carrinho .enviado h5 {
  text-align: center;
  color: gray;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.carrinho .enviado {
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 30px;
  }
  body main section.carrinho .enviado .texto {
    padding: 20px;
  }
  body main section.carrinho .enviado h5 {
    font-size: 18px;
  }
  body main section.carrinho .enviado h1 {
    font-size: 20px;
  }
}
body main section.carrinho .form {
  max-width: 750px;
  margin: 20px auto 0 auto;
  padding: 50px 60px;
  padding-bottom: 0;
}
body main section.carrinho .form h1 {
  font-size: 30px;
  color: #002859;
  font-weight: 800;
  text-align: center;
}
body main section.carrinho .form h5 {
  text-align: center;
  color: gray;
  margin-bottom: 5px;
}
body main section.carrinho .form h6 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 18px;
}
body main section.carrinho .form label {
  font-weight: 500;
  display: block;
  font-size: 18px;
  margin: 0;
  margin-bottom: 5px;
}
body main section.carrinho .form label {
  display: block;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 17px;
}
body main section.carrinho .form input,
body main section.carrinho .form select,
body main section.carrinho .form textarea {
  width: 100%;
  border: 1px solid gainsboro;
  padding: 10px 25px;
  font-size: 18px;
  outline: none;
}
body main section.carrinho .form select {
  padding-top: 12px;
  padding-bottom: 12px;
}
body main section.carrinho .form textarea {
  min-height: 100px;
  resize: vertical;
}
@media (max-width: 991px) {
  body main section.carrinho .form {
    padding: 20px;
    margin-top: 0;
  }
  body main section.carrinho .form h1 {
    font-size: 20px;
  }
  body main section.carrinho .form h5 {
    font-size: 16px;
  }
  body main section.carrinho .form h6 {
    font-size: 15px;
  }
  body main section.carrinho .form label {
    font-size: 16px;
  }
  body main section.carrinho .form input,
  body main section.carrinho .form select,
  body main section.carrinho .form textarea {
    font-size: 15px;
    padding: 10px;
  }
}
body main section.blog-listagem {
  padding: 30px 0;
  background-image: url("../image/bg-branco.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom left;
}
body main section.blog-listagem .titulo-cat {
  color: #002859;
  font-size: 28px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: -15px;
}
body main section.blog-listagem .notfound {
  color: dimgray;
  text-align: center;
  font-style: italic;
}
body main section.blog-listagem .categorias {
  border-bottom: 1px solid gainsboro;
  margin-bottom: 30px;
  margin-top: 30px;
}
body main section.blog-listagem .categorias.pesquisa {
  background-color: #f7f7f7;
  border-bottom: none;
  margin-top: 50px;
}
body main section.blog-listagem .categorias.pesquisa .in-categorias {
  padding: 20px;
}
body main section.blog-listagem .categorias input {
  width: 100%;
  padding: 15px;
  border: 1px solid gainsboro;
  margin-bottom: 20px;
}
body main section.blog-listagem .categorias .titulo {
  background-color: #023d65;
  color: white;
  font-family: "Rubik";
  font-weight: 600;
  padding: 20px 30px;
  border-radius: 5px;
  font-size: 22px;
}
body main section.blog-listagem .categorias .in-categorias {
  padding: 15px 30px;
}
body main section.blog-listagem .categorias a {
  display: block;
  color: #002859;
  font-size: 18px;
  margin: 10px 0;
}
body main section.blog-listagem .categorias a i {
  color: #ce6b03;
}
body main section.blog-listagem .categorias a.active {
  color: #ce6b03;
  font-weight: 600;
}
body main section.blog-listagem .categorias h3 {
  color: #002859;
  font-weight: 400;
  font-size: 22px;
}
body main section.blog-listagem .categorias hr {
  background-color: gray;
}
body main section.blog-listagem .listagem .post {
  display: block;
  margin-top: 30px;
  height: calc(100% - 30px);
}
body main section.blog-listagem .listagem .post .small-cta {
  background-color: #fdb139;
  font-size: 15px;
  margin-top: 20px;
  font-weight: 800;
}
body main section.blog-listagem .listagem .post .content {
  padding: 30px 0;
}
body main section.blog-listagem .listagem .post img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.blog-listagem .listagem .post h2 {
  color: #002859;
  font-weight: 800;
  margin-bottom: 15px;
  font-size: 21px;
}
body main section.blog-listagem .listagem .post .resumo {
  color: black;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
body main section.blog-listagem .listagem .post .resumo else {
  overflow: hidden;
  height: 116px;
}
@media (max-width: 991px) {
  body main section.blog-listagem {
    padding: 0;
  }
  body main section.blog-listagem .titulo-cat {
    font-size: 20px;
  }
  body main section.blog-listagem .categorias .titulo {
    font-size: 16px;
  }
  body main section.blog-listagem .categorias a {
    font-size: 15px;
  }
  body main section.blog-listagem .categorias.pesquisa {
    margin-top: 10px;
  }
  body main section.blog-listagem .categorias input {
    font-size: 14px;
    padding: 10px;
  }
  body main section.blog-listagem .listagem .post {
    height: auto;
    margin-top: 20px;
  }
  body main section.blog-listagem .listagem .post .content {
    padding: 10px;
  }
  body main section.blog-listagem .listagem .post img {
    height: 150px;
    margin-bottom: 10px;
  }
  body main section.blog-listagem .listagem .post h2 {
    font-size: 18px;
  }
  body main section.blog-listagem .listagem .post .resumo {
    font-size: 15px;
    height: 100px;
  }
  body main section.blog-listagem .listagem .post .small-cta {
    font-size: 14px;
  }
}
body main section.blog-interna {
  padding: 30px 0 0 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}
body main section.blog-interna h1,
body main section.blog-interna h2,
body main section.blog-interna h3,
body main section.blog-interna h4 {
  font-weight: 600;
}
body main section.blog-interna h1.titulo-blog,
body main section.blog-interna h2.titulo-blog,
body main section.blog-interna h3.titulo-blog,
body main section.blog-interna h4.titulo-blog {
  font-family: "Rubik";
  color: #002859;
  font-weight: 700;
  font-size: 46px;
  margin-bottom: 20px;
}
body main section.blog-interna .texto a {
  color: gray;
  text-decoration: underline;
}
body main section.blog-interna img {
  width: 100%;
  margin: 20px 0;
}
body main section.blog-interna .compartilhe {
  border-bottom: 1px solid gainsboro;
  padding-bottom: 10px;
  color: gray;
  font-weight: 300;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  body main section.blog-interna {
    font-size: 15px;
    padding: 20px 5px;
  }
  body main section.blog-interna .compartilhe {
    font-size: 14px;
  }
  body main section.blog-interna h1.titulo-blog {
    font-size: 18px;
  }
}
body main section.trabalhe-texto {
  background-image: url("../image/bg-produtos.png");
  background-position: center;
  background-size: cover;
  padding: 50px 0;
  color: #002859;
  font-size: 18px;
  text-align: center;
}
body main section.trabalhe-texto .container {
  max-width: 1000px;
}
body main section.trabalhe-texto p:last-child {
  margin-bottom: 0;
}
body main section.trabalhe-texto h1 {
  font-size: 28px;
  font-weight: 700;
  font-family: "Rubik";
  margin-bottom: 20px;
}
body main section.trabalhe-texto h1 strong {
  font-weight: 700;
  color: #ff8f36;
}
@media (max-width: 991px) {
  body main section.trabalhe-texto {
    padding: 20px 0;
    font-size: 15px;
  }
  body main section.trabalhe-texto h1 {
    font-size: 18px;
  }
}
body main section.trabalhe-diferenciais {
  padding-bottom: 30px;
  position: relative;
}
body main section.trabalhe-diferenciais .box {
  margin-top: 30px;
}
body main section.trabalhe-diferenciais .box .in-box {
  padding: 20px 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}
body main section.trabalhe-diferenciais .box .in-box h2 {
  color: #002859;
  font-weight: 700;
  font-family: "Rubik";
  font-size: 24px;
}
body main section.trabalhe-diferenciais .box img {
  border-top-left-radius: 90px;
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body main section.trabalhe-diferenciais {
    padding: 0;
    padding-bottom: 20px;
    margin-top: 0;
  }
  body main section.trabalhe-diferenciais .box {
    margin-top: 10px;
  }
  body main section.trabalhe-diferenciais .box img {
    height: 150px;
    border-top-left-radius: 50px;
    margin: 0 15px;
    width: calc(100% - 30px);
  }
  body main section.trabalhe-diferenciais .box .in-box {
    padding: 20px;
    font-size: 15px;
  }
  body main section.trabalhe-diferenciais .box .in-box h2 {
    font-size: 16px;
  }
}
body footer section.barra-fixa {
  position: fixed;
  bottom: 0;
  background-color: white;
  border-top: 2px solid #002859;
  width: 100%;
  padding: 10px 80px;
  z-index: 600;
  transition: all 0.5s;
}
body footer section.barra-fixa .frete {
  width: 160px;
}
body footer section.barra-fixa .row-flex {
  display: inline-flex;
}
@media (max-width: 991px) {
  body footer section.barra-fixa {
    display: none;
  }
}
body footer section.barra-fixa.oculta {
  bottom: -100px;
}
body footer section.barra-fixa-mobile {
  background-color: #002859;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  border-top: 2px solid #d08f24;
  transition: 0.3s all;
}
body footer section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
}
body footer section.barra-fixa-mobile .list-itens a {
  color: white;
}
body footer section.barra-fixa-mobile .list-itens a i {
  color: white;
}
@media screen and (min-width: 992px) {
  body footer section.barra-fixa-mobile {
    display: none;
  }
}
body footer section.footer-news {
  background-color: #c79125;
  padding: 30px 0;
  position: relative;
  z-index: 3;
}
body footer section.footer-news form {
  display: flex;
}
body footer section.footer-news form input {
  flex-grow: 1;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
  padding: 10px 30px;
}
body footer section.footer-news form button {
  color: white;
  border: none;
  background-color: #002859;
  padding: 10px 50px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  margin-left: 20px;
}
body footer section.footer-news .titulo {
  align-items: center;
  display: flex;
  color: dimgray;
}
body footer section.footer-news .titulo i {
  color: #002859;
  font-size: 56px;
  margin-right: 20px;
}
body footer section.footer-news .titulo .texto {
  color: white;
  font-family: "Rubik";
  font-size: 20px;
}
body footer section.footer-news .titulo .texto strong {
  color: #002859;
  display: block;
}
@media (max-width: 991px) {
  body footer section.footer-news {
    padding: 20px 0;
  }
  body footer section.footer-news form {
    flex-flow: column;
  }
  body footer section.footer-news form input {
    font-size: 15px;
    padding: 10px;
    margin-bottom: 10px;
  }
  body footer section.footer-news form button {
    font-size: 12px;
    padding: 12px 17px;
    margin-left: 0;
  }
  body footer section.footer-news .titulo {
    margin-bottom: 20px;
    justify-content: center;
    font-size: 15px;
  }
  body footer section.footer-news .titulo i {
    margin-right: 15px;
    font-size: 36px;
  }
  body footer section.footer-news .titulo h1 {
    font-size: 20px;
  }
}
body footer section.footer-mapa {
  height: 500px;
  position: relative;
  z-index: 5;
}
body footer section.footer-mapa iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  body footer section.footer-mapa {
    height: 250px;
  }
  body footer section.footer-mapa.home {
    margin-top: 0;
  }
}
body footer section.footer {
  background-image: url("../image/bg-footer.png");
  background-size: cover;
  padding: 40px 0;
}
body footer section.footer .logo {
  width: 100%;
}
body footer section.footer .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body footer section.footer .menu a {
  color: black;
  text-transform: uppercase;
}
body footer section.footer .sep {
  height: 60px;
  width: 2px;
  background: gainsboro;
}
body footer section.footer .endereco {
  color: #002859;
  font-size: 17px;
}
body footer section.footer .endereco strong {
  display: block;
  font-weight: 700;
  font-family: "Rubik";
  margin-bottom: 10px;
}
body footer section.footer .social a {
  color: #002859;
  font-size: 18px;
  margin: 0 10px;
}
body footer section.footer .pgto {
  text-align: center;
}
body footer section.footer .pgto strong {
  display: block;
  font-weight: 700;
  font-family: "Rubik";
  margin-bottom: 10px;
}
body footer section.footer .pgto img {
  max-width: 100%;
}
@media (max-width: 991px) {
  body footer section.footer {
    padding: 20px 0;
  }
  body footer section.footer .endereco {
    text-align: center;
    font-size: 14px;
  }
  body footer section.footer .endereco strong {
    margin-bottom: 5px;
  }
  body footer section.footer .main-phone {
    display: none;
  }
  body footer section.footer .sep {
    display: none;
  }
  body footer section.footer .row-flex {
    flex-flow: column;
  }
  body footer section.footer .pgto {
    margin: 20px 0;
  }
}
body footer section.footer-copy {
  background-color: #002859;
  color: white;
  padding: 15px 0;
  margin-bottom: 72.5px;
}
@media (max-width: 991px) {
  body footer section.footer-copy {
    text-align: center;
    font-size: 15px;
    margin-bottom: 51px;
  }
  body footer section.footer-copy img {
    margin-top: 15px;
    max-width: 200px;
  }
}
body footer section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 610;
  bottom: 30px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  transition: all 0.5s;
}
body footer section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  body footer section.botao_whatsapp.scroll {
    bottom: 100px;
  }
}
body footer section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body footer section.botao_whatsapp {
    bottom: 75px;
    right: 10px;
  }
}
body footer .lente-whatsapp {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
}
body footer .lente-whatsapp.exibir {
  opacity: 1;
  pointer-events: all;
}
body footer section.modal-whatsapp {
  font-family: "Open Sans";
  position: fixed;
  right: 17px;
  bottom: 30px;
  background-image: url("../../default/image/bg-whatsapp-min.jpg");
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 7px 0px #373737;
  max-width: 320px;
  max-height: 500px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 9999;
  transform-origin: 100% 100%;
  transform: scale(0);
  transition: all 0.3s;
}
body footer section.modal-whatsapp.exibir {
  transform: scale(1);
}
body footer section.modal-whatsapp.scroll {
  bottom: 100px;
}
@media screen and (max-width: 991px) {
  body footer section.modal-whatsapp {
    right: 0px;
    top: 0px;
    bottom: unset !important;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    border-radius: 0px;
  }
}
body footer section.modal-whatsapp .cabecario-zap {
  background-color: #2e8c7d;
  font-size: 17px;
  color: #97c5be;
  padding: 12px 20px 4px 20px;
}
body footer section.modal-whatsapp .cabecario-zap span.zaptitulo {
  transform: translateY(-4px);
  display: inline-block;
}
body footer section.modal-whatsapp .cabecario-zap i.fab.fa-whatsapp {
  font-size: 25px;
  margin-right: 10px;
}
body footer section.modal-whatsapp .cabecario-zap i.far.fa-times-circle {
  font-size: 25px;
  float: right;
  margin-right: 0px;
  cursor: pointer;
}
body footer section.modal-whatsapp .msg-bot {
  font-family: "Open Sans", sans-serif;
  background-color: white;
  margin: 15px;
  padding: 15px;
  border-radius: 20px;
  font-size: 13.4px;
  position: relative;
}
body footer section.modal-whatsapp .msg-bot::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 15px solid transparent;
  border-top: 21px solid white;
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: -1;
}
body footer section.modal-whatsapp .msg-bot :first-child {
  margin-top: 7px;
}
body footer section.modal-whatsapp .msg-bot label {
  font-weight: 700;
  font-size: 12px;
  color: black;
  display: block;
}
body footer section.modal-whatsapp .msg-bot input {
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #cacaca;
  outline: none;
  width: 100%;
}
body footer section.modal-whatsapp .campo-acao {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  padding: 0px 10px;
  height: 44px;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    position: static;
  }
}
body footer section.modal-whatsapp .campo-acao .texto {
  width: 100%;
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
}
body footer section.modal-whatsapp .campo-acao .texto input {
  border: none;
  border-radius: 32px;
  padding: 9px 18px;
  display: flex;
  outline-color: transparent;
  width: 100%;
  outline: none !important;
  font-size: 14px;
}
body footer section.modal-whatsapp .campo-acao .button-zap {
  background-color: transparent;
}
body footer section.modal-whatsapp .campo-acao .button-zap button {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #2e8c7d;
  color: white;
  width: 36px;
  height: 36px;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body footer section.modal-whatsapp .campo-acao .button-zap button:disabled {
  background-color: #a7a7a7;
  cursor: not-allowed;
}
body footer section.modal-whatsapp .campo-acao .button-zap button i.fas.fa-paper-plane {
  font-size: 19px;
  transform: rotate(49deg) translate(-2px, 0px);
  position: relative;
  transform-origin: center;
}
body footer section.modal-whatsapp .hide-desktop {
  display: none;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    display: none;
  }
  body footer section.modal-whatsapp .acao-mobile {
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #2e8c7d;
    color: white;
    border-radius: 9px;
    text-align: center;
    width: calc(100% - 40px);
    display: block;
    padding: 7px 15px;
    margin: 0 20px;
  }
  body footer section.modal-whatsapp .acao-mobile:disabled {
    background-color: #a7a7a7;
    cursor: not-allowed;
  }
  body footer section.modal-whatsapp .acao-mobile i {
    margin-right: 5px;
  }
  body footer section.modal-whatsapp .hide-desktop {
    display: block;
  }
}
body footer .menu-mobile {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../image/bg-branco.png");
  background-position: center;
  background-color: white;
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 998;
  padding-bottom: 65px;
  transition: all 0.5s;
}
body footer .menu-mobile.aberto {
  left: 0px;
}
body footer .menu-mobile .fechar {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 25px;
  font-weight: 700;
  color: #002859;
}
body footer .menu-mobile .logo {
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
body footer .menu-mobile .logo img {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
}
body footer .menu-mobile ul {
  padding: 0px;
}
body footer .menu-mobile ul li {
  list-style: none;
  margin: 5px;
  padding: 2px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
body footer .menu-mobile ul li:last-child {
  border-bottom: none;
}
body footer .menu-mobile ul li a {
  color: #002859;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}