@charset "UTF-8";
/* CLASSES GLOBAIS */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&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");
.z-index-2 {
  position: relative;
  z-index: 2;
}

.divLoadingAjax {
  background-color: white;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 600;
  cursor: wait;
  display: none;
}

.has-error {
  border-color: red !important;
}

@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: 1600px;
}

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

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

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

/* VARIAVEIS GLOBAIS DO PROJETO */
.owl-carousel.owl-parceiros .owl-nav {
  position: absolute;
}
.owl-carousel.owl-parceiros .owl-dots {
  margin-top: 0 !important;
  z-index: 1;
  position: relative;
}
.owl-carousel .owl-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background-color: white;
  color: #000;
  padding: 5px 10px !important;
  border-radius: 100%;
  border: 2px solid #000;
}
.owl-carousel .owl-nav button.owl-next {
  top: -100px;
  position: relative;
  right: -80px;
  float: right;
}
.owl-carousel .owl-nav button.owl-prev {
  top: -100px;
  position: relative;
  left: -80px;
}
.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.owl-carousel .owl-dots .owl-dot {
  width: 11px;
  height: 11px;
  background-color: #c4c4c4;
  margin-right: 15px;
  border: none;
  outline: none;
  border-radius: 0%;
}
.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #9b9b9b;
}
.owl-carousel.idx img {
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
  margin: 0 auto !important;
  padding-bottom: 35px;
}

@media (max-width: 991px) {
  .faixa .container {
    padding: 0;
    width: 100%;
  }
}
.faixa.radius .icones-faixa-preta {
  border-radius: 5px;
}
@media (max-width: 991px) {
  .faixa.radius .icones-faixa-preta {
    border-radius: 0px;
  }
}
.faixa.product {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .faixa.product {
    margin-top: 25px;
  }
}

.btn-padrao {
  min-height: 46px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  background: #F39200;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #4B2D00;
  max-width: 342px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-padrao.auto {
  margin: auto;
}
.btn-padrao.radius {
  border-radius: 5px;
}
.btn-padrao.black {
  background-color: black;
  color: white;
}
.btn-padrao.black:hover {
  color: white;
}
.btn-padrao.green {
  background-color: #008D36;
  color: white;
}
.btn-padrao.green:hover {
  color: white;
}
.btn-padrao:hover {
  color: initial;
}
.btn-padrao a {
  color: #4B2D00;
}
@media (max-width: 991px) {
  .btn-padrao {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    min-height: 40px;
  }
}

@media (max-width: 991px) {
  .sep-principal {
    width: 100%;
    max-width: 351px;
  }
}

.phone-area {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
}
@media (max-width: 991px) {
  .phone-area {
    font-size: 14px;
    line-height: 19px;
  }
  .phone-area.ps {
    padding-left: 8px;
  }
  .phone-area img {
    width: 20px;
  }
}
.phone-area a {
  display: flex;
  align-items: center;
}
.phone-area.black a {
  color: #343434;
}
.phone-area.white a {
  color: white;
}

/*Globals by Paulo*/
img {
  -o-object-fit: cover;
     object-fit: cover;
}

.padrao-header {
  background-color: #000;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.padrao-header:not(.min) {
  padding-bottom: 40px;
  padding-top: 40px;
  min-height: 393px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .padrao-header:not(.min) {
    padding-top: 25px;
    padding-bottom: 10px;
    min-height: 150px;
  }
}
.padrao-header.min {
  padding-top: 60px;
  padding-bottom: 25px;
  background-color: #606060;
}
@media screen and (max-width: 991px) {
  .padrao-header.min {
    padding-left: 10px;
    padding-top: 25px;
  }
}
.padrao-header .breadcrumb {
  text-transform: lowercase;
}
.padrao-header .breadcrumb:not(.min) {
  color: black;
  margin-bottom: 25px;
}
.padrao-header .breadcrumb:not(.min) a {
  color: black;
}
.padrao-header .breadcrumb.min {
  color: #fff;
  margin: 0;
}
.padrao-header .breadcrumb.min a {
  color: #fff;
}
.padrao-header .breadcrumb a {
  margin-left: 5px;
  font-size: 15px;
  line-height: 22px;
  margin-right: 5px;
}
.padrao-header h1 {
  font-weight: 700;
  font-size: 45px;
  line-height: 53px;
  color: #00973A;
}
.padrao-header p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #434343;
  max-width: 630px;
  padding-top: 25px;
}
@media (min-width: 992px) {
  .padrao-header p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .padrao-header {
    background-position: left;
  }
  .padrao-header h1 {
    font-size: 24px;
    line-height: initial;
  }
  .padrao-header p {
    line-height: initial;
    font-size: 16px;
    padding-top: 0;
  }
}

h2.last {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  z-index: 1;
  position: relative;
  /* identical to box height */
  text-align: center;
  color: #eeba30;
}
h2.last span {
  font-weight: 700;
  color: #069bdf;
}

.margin-auto {
  margin: 0 auto;
}

.item-products-list {
  background: #ffffff;
  padding-top: 23px;
  padding-bottom: 23px;
  flex-direction: column;
  margin-top: 0;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  justify-content: center;
  max-width: 368px;
  border: 0.925973px solid #cdcdcd;
  border-radius: 8px;
  position: relative;
}
.item-products-list .col,
.item-products-list .row {
  margin: 0;
  padding: 0;
}
.item-products-list .row {
  justify-content: space-between;
  max-width: 310px;
}
.item-products-list p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 63px;
  color: black;
}
@media screen and (max-width: 991px) {
  .item-products-list p {
    height: auto;
  }
}
.item-products-list .img {
  height: 185px;
  width: 100%;
}
.item-products-list .img:after {
  height: 2px;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  background: #CFCFCF;
}
.item-products-list .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}
.item-products-list h2 {
  font-weight: 700;
  font-size: 25px;
  color: #000000;
  margin: 20px 0;
  margin-top: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 55px;
}
@media screen and (max-width: 991px) {
  .item-products-list h2 {
    height: auto;
  }
}
.item-products-list .cta-details {
  border: 1.00885px solid #636363;
  box-sizing: border-box;
  border-radius: 5.04424px;
  display: table;
  text-align: center;
  font-weight: 700;
  font-size: 17.8235px;
  line-height: 22px;
  text-align: center;
  color: #636363;
  padding: 0;
  padding-right: 25px;
  padding-left: 25px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .item-products-list .cta-details {
    font-size: 15px;
  }
}
.item-products-list .cta-wpp-buy {
  width: 68px;
  background: #1EA063;
  border-radius: 5.04424px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-products-list .cta-wpp-buy img {
  filter: contrast(0) brightness(100);
}
.item-products-list .cta-budget {
  border-radius: 5.04424px;
  height: 47px;
}
.item-products-list .cta-budget a {
  font-weight: 700;
  font-size: 17.8235px;
  line-height: 43px;
  display: flex;
  color: #dd1100;
  position: relative;
}
.item-products-list .cta-budget span {
  border-radius: 5px;
  height: 45px;
  width: 47px;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  background: #dd1100;
  display: inline-flex;
}
.item-products-list .cta-orcamento {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 20px;
  min-width: 240px;
  border: 1px solid #dd1100;
  border-radius: 5.04424px;
  height: 47px;
}
.item-products-list .cta-orcamento a {
  font-weight: 700;
  font-size: 17.8235px;
  line-height: 43px;
  display: flex;
  color: #dd1100;
  position: relative;
}
@media (max-width: 991px) {
  .item-products-list .cta-orcamento a {
    font-size: 16px;
  }
}
.item-products-list .cta-cart {
  border-radius: 5.04424px;
  height: 47px;
  width: 66px;
  background: #FF3508;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-products-list .cta-budget img,
.item-products-list .cta-cart img,
.item-products-list .cta-details img,
.item-products-list .cta-wpp-buy img {
  vertical-align: middle;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 991px) {
  .cta-details a,
.cta-budget a,
.cta-wpp-buy a {
    font-size: 16px !important;
  }
}
.cta-green-solid-click {
  border: 0;
  outline: 0;
  padding-left: 31px;
  padding-right: 31px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  font-size: 19.3702px;
  line-height: 23px;
  color: #ffffff;
  background: #0c452e;
  border-radius: 8.80825px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.cta-green-solid-click:hover {
  color: white;
}

.lightgreen {
  background-image: url("../image/cta-green-solid.png");
}

.cta-red {
  width: 68px;
  height: 62px;
  background: url("../image/cta-red.png");
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 2px;
  position: absolute;
  left: -30px;
  top: -10px;
  line-height: 62px;
}
.cta-red.plus {
  position: relative !important;
  margin-left: -30px !important;
  left: 0 !important;
}

.cta.orange {
  background: #ee6f32;
  color: white;
  border-radius: 8.80825px;
  height: 48px;
  width: 238px;
  display: flex;
  line-height: 48px;
}
.cta.orange strong {
  font-weight: 700;
  font-size: 19.3702px;
  color: #ffffff;
  text-indent: -10px;
}

.cta-orange-gradient {
  display: inline-block;
  background-repeat: no-repeat;
  left: -8px;
  position: relative;
  top: -8px;
}
.cta-orange-gradient img {
  position: relative;
  left: -38px;
  top: 7px;
}

.cta-orange-gradient {
  background: url("../image/cta-orange.png");
  background-repeat: no-repeat;
}

.f-600 {
  font-weight: 600 !important;
}

.f-400 {
  font-weight: 400 !important;
}

.f-300 {
  font-weight: 300 !important;
}

.f-700 {
  font-weight: 700 !important;
}

a.box {
  display: flex;
  align-items: center;
}
a.box:not(.cart, .budget) {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  color: #ffffff;
}
a.box.cart, a.box.budget {
  font-weight: 700;
  font-size: 18.1593px;
  line-height: 22px;
}
a.box.cart {
  position: relative;
  border: 1px solid #ffb800;
  border-radius: 5.04424px;
  padding-right: 31px;
  font-weight: 700;
  color: #ffb800;
}
a.box.cart span {
  margin-right: 21px;
}
a.box.cart em {
  position: absolute;
  right: -15px;
  background: #ffb800;
  border-radius: 20px;
  width: 31px;
  height: 31px;
  top: -15px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
}
a.box.budget {
  border: 1px solid #dd1100;
  border-radius: 5.04424px;
  padding-right: 12px;
  font-weight: 700;
  color: #dd1100;
}
a.box span {
  border-radius: 5.04424px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
}

section.left-default {
  max-width: 369px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  section.left-default {
    margin: 0 auto;
  }
}
section.left-default h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 62px;
  /* or 62px */
  color: #00973A;
}
@media (max-width: 991px) {
  section.left-default h3 {
    font-size: 22px;
  }
}
section.left-default .col-11 {
  background: #fff;
  padding: 14px 12px 13px 15px;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 249.4%;
  color: #4E4E4E;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #B4B4B4;
  padding-bottom: 20px;
}
section.left-default .col-11 img {
  max-width: 33px;
  max-height: 35px;
  padding-right: 0;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 15px;
}
@media screen and (max-width: 991px) {
  section.left-default .col-11 {
    font-size: 16px;
  }
}
section.left-default .sub-menu {
  margin-bottom: 55px;
}
section.left-default .sub-menu li {
  list-style: none;
  padding-left: 40px;
}
section.left-default .sub-menu li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
section.left-default .sub-menu i {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  padding-right: 7px;
}
section.left-default ul {
  padding: 0;
}
section.left-default .row {
  margin: 0;
}
section.left-default form {
  margin-bottom: 40px;
  position: relative;
}
section.left-default form input[type=text] {
  height: 48px;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #a2a2a2;
  padding-left: 25px;
  width: 100%;
  background: #f1f1f1;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  border-radius: 3px;
}
section.left-default form input[type=text]::-moz-placeholder {
  color: #a2a2a2;
  font-weight: 300;
}
section.left-default form input[type=text]:-ms-input-placeholder {
  color: #a2a2a2;
  font-weight: 300;
}
section.left-default form input[type=text]::placeholder {
  color: #a2a2a2;
  font-weight: 300;
}
section.left-default form input[type=image] {
  position: absolute;
  right: 20px;
  top: 7px;
  bottom: 21px;
  padding-left: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.col-lg-3.padrao {
  min-width: 369px;
}
@media (min-width: 992px) {
  .col-lg-3.padrao {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .cta-green,
.cta-orange-gradient {
    min-width: 58px;
    min-height: 52px;
    max-width: 58px;
    max-height: 52px;
    background-size: contain !important;
  }
  .cta-green-solid {
    width: 40px;
    height: 40px;
    background-size: contain !important;
  }
  .cta-green-solid img {
    width: 14px;
    position: relative;
    left: 5px;
  }
  .cta-green-solid-click {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .owl-nav {
    display: none !important;
    visibility: hidden;
  }
  section {
    overflow: hidden;
  }
}
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;
}
section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #008D36;
  -webkit-animation: loader-rotate 1s infinite;
          animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@-webkit-keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}

body {
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  background-color: #fff;
}
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 .politica-termos {
  padding: 30px 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 {
  font-size: 32px;
  text-transform: uppercase;
  color: #F39200;
  font-weight: 700;
}
body .politica-termos strong,
body .politica-termos b {
  color: #333;
}
@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: #00814c;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: white;
  border-bottom: 1px solid #F39200;
  display: none;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body header section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 54px;
    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: 1480px !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: white;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted white;
}
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: white;
  border: 1px solid white;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: all 0.3s;
}
@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 {
  /* MODAL */
}
body main section.header {
  position: relative;
  background: url("../image/bg-top.png");
  background-repeat: no-repeat;
  background-repeat-x: repeat;
}
body main section.header .categorias-mobile {
  z-index: 2;
  position: relative;
}
body main section.header .categorias-mobile .btn-open {
  display: block;
  color: white;
  font-weight: 500;
  background: #008D36;
  font-size: 15px;
  text-align: center;
  padding: 12px 20px;
}
body main section.header .categorias-mobile .in-categorias {
  background-color: #025634;
  padding: 10px;
}
body main section.header .categorias-mobile .in-categorias a {
  color: white;
  text-transform: uppercase;
  padding: 5px 20px;
  display: block;
  text-align: center;
  font-weight: 400;
  transition: 0.3s all;
  font-size: 15px;
}
body main section.header .categorias-mobile .in-categorias a i {
  color: #dd1100;
}
body main section.header nav.primary {
  height: 50px;
  display: flex;
  align-items: center;
  background-color: #008D36;
}
body main section.header nav.primary a {
  color: #fff;
}
body main section.header .homep {
  max-width: 192px;
  max-height: 65px;
}
body main section.header.home .banner-home {
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
}
body main section.header.home:not(.secondary) .container.big {
  position: Relative;
}
body main section.header.home nav.primary {
  background-color: #343434;
}
body main section.header .cta-cart {
  background: #FF3508;
  min-width: 103px;
  height: 46px;
}
body main section.header .cta-cart em {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FF3508;
  background: white;
  border-radius: 100%;
  display: block;
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  margin-left: 15px;
}
body main section.header nav.sub-header-menu {
  align-items: center;
  background: #008D36;
  border-top: 0;
  height: 70px;
  justify-content: space-between;
  padding: 0;
  margin-top: 40px;
  list-style: none;
  display: flex;
  padding-left: 35px;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  body main section.header nav.sub-header-menu {
    display: none;
  }
}
body main section.header nav.sub-header-menu .menuzin-dropdownzin:hover .out-submenu {
  display: block;
}
body main section.header nav.sub-header-menu li.orcamento {
  background: #F39200;
  border-radius: 0px 5px 5px 0px;
  margin-top: -20px;
  width: 294px;
  height: 70px;
  align-self: end;
  margin-right: -1px;
  max-width: 266px;
}
body main section.header nav.sub-header-menu li.orcamento strong {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #4B2D00;
}
body main section.header nav.sub-header-menu li.orcamento a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main section.header .out-submenu {
  padding-top: 20px;
  position: absolute;
  width: 302px;
  z-index: 2;
  display: none;
}
body main section.header .sub-menu {
  background: #fff;
  list-style: none;
  position: relative;
  padding: 0;
  padding-top: 15px;
  z-index: 2;
  padding-bottom: 15px;
  border-radius: 15px;
  border-top-left-radius: 0;
  padding-left: 5px;
}
body main section.header .sub-menu:before {
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  width: 18px;
  height: 15px;
  content: "";
  position: absolute;
  display: block;
  top: -15px;
  left: 0px;
}
body main section.header .sub-menu li {
  position: relative;
}
body main section.header .sub-menu li a {
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 32px !important;
  color: #1f1f1f !important;
  text-transform: initial !important;
  padding-left: 13px;
  display: inline-block;
  margin-top: 3px;
  width: 100%;
}
body main section.header .sub-menu li:after {
  color: #008d54;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  right: 25px;
  position: absolute;
  top: 7px;
}
body main section.header nav.primary ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  list-style: none;
  padding-left: 0;
  justify-content: space-between;
}
body main section.header nav.primary ul li {
  height: inherit;
}
body main section.header nav.primary ul li a {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}
body main section.header .media {
  display: flex;
  width: 100px;
  justify-content: end;
  vertical-align: middle;
  align-items: center;
  float: right;
}
@media (max-width: 991px) {
  body main section.header .media {
    width: 40px;
    justify-content: space-between;
    align-self: end;
    margin-bottom: 5px;
  }
}
body main section.header .media a img {
  vertical-align: middle;
}
body main section.header .media a {
  display: inline;
  padding: 0 !important;
  vertical-align: middle;
  margin-left: 22px;
}
@media (max-width: 991px) {
  body main section.header .media a {
    margin-left: 0;
  }
}
body main section.header .sub-topbar {
  position: absolute;
  top: 0px;
  padding-top: 40px;
  z-index: 9;
  width: 100%;
}
@media (max-width: 991px) {
  body main section.header .sub-topbar {
    position: relative;
    padding-top: 15px;
    padding-bottom: 7px;
    background: #000;
  }
}
body main section.header .sub-topbar.secondary {
  position: relative;
  top: 0px;
  background: #212121;
  max-height: 180px;
}
@media (max-width: 991px) {
  body main section.header .sub-topbar.secondary {
    max-height: unset;
  }
}
body main section.header .sub-topbar .row {
  align-items: center;
}
body main section.header .sub-topbar .col-lg-10 .col.primary {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
}
@media screen and (max-width: 991px) {
  body main section.header .sub-topbar .col-lg-10 .col.primary {
    flex-direction: column;
  }
}
body main section.header .sub-topbar .col-lg-10 .col.primary .box {
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
}
@media (max-width: 991px) {
  body main section.header .sub-topbar .col-lg-10 .col.primary .box {
    font-size: 14px;
    line-height: 19px;
  }
  body main section.header .sub-topbar .col-lg-10 .col.primary .box.phones img {
    width: 20px;
  }
  body main section.header .sub-topbar .col-lg-10 .col.primary .box.phones:first-of-type {
    margin-bottom: 5px;
  }
}
body main section.header .sub-topbar .col-lg-10 .col.primary form {
  position: relative;
}
body main section.header .sub-topbar .col-lg-10 .col.primary form input[type=text] {
  height: 48px;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #a2a2a2;
  padding-left: 25px;
  width: 503px;
  background: #f1f1f1;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  border-radius: 3px;
}
@media screen and (max-width: 991px) {
  body main section.header .sub-topbar .col-lg-10 .col.primary form input[type=text] {
    height: 45px;
  }
}
body main section.header .sub-topbar .col-lg-10 .col.primary form input[type=text]::-moz-placeholder {
  color: #a2a2a2;
  font-weight: 300;
}
body main section.header .sub-topbar .col-lg-10 .col.primary form input[type=text]:-ms-input-placeholder {
  color: #a2a2a2;
  font-weight: 300;
}
body main section.header .sub-topbar .col-lg-10 .col.primary form input[type=text]::placeholder {
  color: #a2a2a2;
  font-weight: 300;
}
body main section.header .sub-topbar .col-lg-10 .col.primary form input[type=image] {
  position: absolute;
  background: #F39200;
  height: 48px;
  top: 0;
  right: -1px;
  border: 0;
  border-radius: 0px 5px 5px 0px;
  width: 62px;
  -o-object-fit: none;
     object-fit: none;
  padding: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  body main section.header .sub-topbar .col-lg-10 .col.primary form input[type=image] {
    height: 45px;
  }
}
body main section.header .sub-topbar .col-lg-10 .col.secondary {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
}
body main section.header .sub-topbar .col-lg-10 a.box {
  display: flex;
  align-items: center;
}
body main section.header .sub-topbar .col-lg-10 a.box:not(.cart, .budget) {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  color: #ffffff;
}
body main section.header .sub-topbar .col-lg-10 a.box.cart, body main section.header .sub-topbar .col-lg-10 a.box.budget {
  font-weight: 700;
  font-size: 18.1593px;
  line-height: 22px;
}
body main section.header .sub-topbar .col-lg-10 a.box.cart {
  position: relative;
  border: 1px solid #ffb800;
  border-radius: 5.04424px;
  padding-right: 31px;
  font-weight: 700;
  color: #ffb800;
}
body main section.header .sub-topbar .col-lg-10 a.box.cart span {
  margin-right: 21px;
}
body main section.header .sub-topbar .col-lg-10 a.box.cart em {
  position: absolute;
  right: -15px;
  background: #ffb800;
  border-radius: 20px;
  width: 31px;
  height: 31px;
  top: -15px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
}
body main section.header .sub-topbar .col-lg-10 a.box.budget {
  border: 1px solid #dd1100;
  border-radius: 5.04424px;
  padding-right: 12px;
  font-weight: 700;
  color: #dd1100;
}
body main section.header .sub-topbar .col-lg-10 a.box span {
  border-radius: 5.04424px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
}
body main section.header .sub-header-menu a {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
}
body main section.header .sub-header-menu a img {
  margin-right: 12px;
}
body main section.header .sub-header-menu img.m-icon {
  padding-left: 8px;
  position: relative;
  top: -3px;
}
body main section.header .sub-header-menu li:not(.orcamento) img:not(.m-icon) {
  max-width: 42px;
  max-height: 42px;
}
body main section.header.home .video-hidden {
  position: absolute;
  z-index: -1;
  top: 50px;
  height: -webkit-fill-available;
}
body main section.header.home .video-hidden img,
body main section.header.home .video-hidden video {
  height: 100%;
}
body main section.header.home .content {
  padding-top: 15px;
  position: relative;
  z-index: 1;
  margin-bottom: 105px;
}
body main section.header.home .content h1 {
  font-weight: 400;
  font-size: 29.7182px;
  line-height: 36px;
  color: #ffffff;
}
body main section.header.home .content h1 span {
  font-family: "Sedgwick Ave";
  font-style: normal;
  font-weight: 400;
  font-size: 69.5359px;
  line-height: 87px;
  display: block;
  padding-top: 20px;
  padding-bottom: 18px;
}
body main section.header.home .content li {
  font-weight: 400;
  font-size: 20.3202px;
  line-height: 24px;
  line-height: inherit;
  color: #ffffff;
}
body main section.header.home .content .cta {
  background-image: url("../image/header/cta.png");
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16.3558px;
  line-height: 20px;
  color: #000000;
  width: 325px;
  height: 75px;
  background-repeat: no-repeat;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  text-indent: -10px;
  margin-top: 37px;
}
body main section.header.home .custom-shape-divider-bottom-1651146662 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
body main section.header.home .custom-shape-divider-bottom-1651146662 svg {
  position: relative;
  display: block;
  width: calc(152% + 1.3px);
  height: 117px;
}
@media screen and (max-width: 991px) {
  body main section.header {
    background-size: cover;
  }
  body main section.header .hide-desktop .primary {
    padding-top: 0 !important;
  }
  body main section.header .hide-desktop .send {
    padding-top: 0 !important;
    margin-top: -10px !important;
    text-align: left;
    padding-left: 0 !important;
    width: 95%;
  }
  body main section.header .hide-desktop .media {
    align-items: start !important;
  }
  body main section.header .hide-desktop .media a {
    margin-left: 0px !important;
  }
  body main section.header .hide-desktop .row {
    width: 95% !important;
  }
  body main section.header .hide-desktop .col.entrega img {
    width: 40px !important;
  }
  body main section.header .hide-desktop .col.txt {
    font-size: 14px !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 200px !important;
    margin-left: -10px !important;
  }
  body main section.header .hide-desktop .fb {
    padding-left: 13px !important;
  }
  body main section.header .hide-desktop .pt-0 {
    margin-right: 7px !important;
  }
  body main section.header .col-lg-2 {
    margin-top: -10px;
  }
  body main section.header .col-lg-2 a {
    display: block;
    text-align: center;
  }
  body main section.header .col-lg-2 img {
    width: 15px;
  }
  body main section.header .col-lg-2 img.homep {
    width: 150px;
    margin-top: 40px;
  }
  body main section.header .col-lg-2 a.order-4 {
    font-size: 13px !important;
    width: auto;
    margin-top: -16px;
  }
  body main section.header .col-lg-2 a.order-3 {
    min-width: 48px;
  }
  body main section.header input[type=text] {
    padding-left: 15px !important;
  }
  body main section.header input::-moz-placeholder {
    font-size: 13px !important;
  }
  body main section.header input:-ms-input-placeholder {
    font-size: 13px !important;
  }
  body main section.header input::placeholder {
    font-size: 13px !important;
  }
  body main section.header .col-lg-2 {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  body main section.header .col-lg-2 .col.primary {
    flex-wrap: wrap;
    padding-bottom: 10px !important;
  }
  body main section.header .col-lg-2 .box {
    display: inline-block;
    text-align: -webkit-center;
  }
  body main section.header .col-lg-2 .box .col {
    font-size: 15px;
  }
  body main section.header .box.hide-mobile {
    display: none;
  }
  body main section.header .box strong {
    margin-top: 2px;
  }
  body main section.header .box.f-600 {
    position: relative;
    top: 6px;
    font-size: 15px !important;
  }
  body main section.header .box.f-600 img {
    width: 18px;
  }
  body main section.header .box.f-600 .cta-green {
    width: 48px;
    height: 40px;
    background-size: contain;
  }
  body main section.header form {
    width: 100%;
    margin-top: 15px;
  }
  body main section.header form input[type=text] {
    width: 100% !important;
  }
  body main section.header .media a img {
    vertical-align: middle;
    width: 15px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body main section.header .send .col.txt {
    font-size: 12px !important;
    padding-top: 5px !important;
    font-weight: 500 !important;
  }
  body main section.header .sub-header-menu {
    flex-wrap: wrap;
    padding-top: 20px !important;
  }
  body main section.header .sub-header-menu li {
    width: 100%;
    margin-bottom: 12px;
  }
  body main section.header .sub-header-menu li .sub-menu {
    z-index: 1;
  }
  body main section.header .sub-header-menu li .sub-menu li {
    margin-bottom: 7px;
  }
  body main section.header .sub-header-menu li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
  }
  body main section.header .sub-header-menu li a img {
    padding-right: 6px;
    width: 24px;
  }
  body main section.header .sub-header-menu li .m-icon {
    padding-left: 8px;
    position: relative;
    top: -3px;
    width: 17px;
  }
}
body main .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body main .modal-lg {
  max-width: 650px;
}
body main .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body main .modal-content {
  border-radius: 0 !important;
  background-color: white;
}
body main .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 main .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body main .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
body main .modal-body {
  padding: 40px;
  border-radius: 15px;
}
body main .modal-body h1 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  color: #F39200;
}
body main .modal-body h3 {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}
body main .modal-body form {
  margin-top: 20px;
}
body main .modal-body form label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
body main .modal-body form button {
  outline: none;
  background-color: #F39200;
  border: none;
  font-weight: 600;
  font-size: 18px;
  color: white;
  border-radius: 5px;
  padding: 9px 30px;
}
body main .modal-body form button i {
  color: white;
  margin-right: 5px;
}
body main .modal-body form input,
body main .modal-body form select,
body main .modal-body form textarea {
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
body main .modal-body form textarea {
  height: 100px;
  outline: none;
}
body main .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  body main .modal-body.video {
    min-height: 360px;
  }
}
body main .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  body main .modal-body {
    padding: 15px 0;
  }
  body main .modal-body h1 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  body main .modal-body h3 {
    text-align: center;
    font-size: 16px;
  }
  body main .modal-body form {
    margin-top: 20px;
  }
  body main .modal-body form button {
    font-size: 17px;
  }
  body main .modal-body form label {
    font-size: 15px;
  }
  body main .modal-body form input,
body main .modal-body form select,
body main .modal-body form textarea {
    font-size: 15px;
    padding: 7px 15px;
  }
}
body main ul.paginacao {
  display: flex;
  margin: 0 5px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 991px) {
  body main ul.paginacao {
    margin-top: 20px;
  }
}
body main ul.paginacao li {
  list-style: none;
}
body main ul.paginacao li a {
  background-color: white;
  border: 1px solid #F39200;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F39200;
  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: #F39200;
  background-color: #F39200;
}
body main section.icones-faixa-preta {
  min-height: 105px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  body main section.icones-faixa-preta.transform {
    margin-top: -50px;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 991px) {
  body main section.icones-faixa-preta {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
@media (min-width: 991px) {
  body main section.icones-faixa-preta.min {
    padding-left: 20px;
  }
  body main section.icones-faixa-preta.min .row > .col-lg-2 {
    flex: 1;
  }
}
body main section.icones-faixa-preta.min span {
  font-weight: 600;
}
body main section.icones-faixa-preta span {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}
body main section.icones-faixa-preta span br + br {
  display: none;
}
@media (max-width: 991px) {
  body main section.icones-faixa-preta span {
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
body main section.icones-faixa-preta .icone {
  max-width: 42px;
  max-height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.icones-faixa-preta .icone {
    max-width: 25px;
    max-height: 25px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  body main section.icones-faixa-preta br {
    display: none;
  }
}
body main section.index-banner {
  position: relative;
}
body main section.index-banner .video-wrapper {
  width: 100%;
  height: 793px;
}
body main section.index-banner .video-wrapper:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.2538) 119.36%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  opacity: 0.6;
}
@media (max-width: 991px) {
  body main section.index-banner .video-wrapper {
    height: 350px;
    position: relative;
  }
}
body main section.index-banner .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.index-banner .video-wrapper .container {
  position: relative;
  z-index: 1;
}
body main section.index-banner .video-wrapper .container h1 {
  font-weight: 400;
  font-size: 21.7949px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 140px;
}
body main section.index-banner .video-wrapper .container h1 strong {
  font-weight: 700;
  font-size: 44.654px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
}
@media (max-width: 991px) {
  body main section.index-banner .video-wrapper .container h1 strong {
    font-size: 24px;
    line-height: 0px;
  }
}
@media (max-width: 991px) {
  body main section.index-banner .video-wrapper .container h1 {
    font-size: 16px;
    margin-top: 20px;
    line-height: 25px;
  }
}
body main section.index-banner .video-wrapper .container p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.index-banner .video-wrapper .container p {
    font-size: 16px;
  }
}
body main section.index-banner .owl-carousel .owl-prev,
body main section.index-banner .owl-carousel .owl-next {
  background: none;
  border-radius: 0;
  border: none;
  position: absolute;
  top: 40%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  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-header {
  position: Relative;
}
body main section.index-desde-1989 {
  padding-top: 40px;
  padding-bottom: 65px;
  background: url("../image/novo/index/bg-1989.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100% 100%;
}
@media (max-width: 991px) {
  body main section.index-desde-1989 {
    padding-top: 25px;
    padding-bottom: 20px;
    background: #fafafa;
  }
}
body main section.index-desde-1989 .logo {
  max-width: 200px;
  max-height: 68px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.index-desde-1989 .logo {
    max-width: 150px;
    max-height: 55px;
    margin: auto;
    display: block;
  }
}
body main section.index-desde-1989 h2 {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  color: #343434;
}
@media (max-width: 991px) {
  body main section.index-desde-1989 h2 {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    margin-left: -5px;
  }
}
body main section.index-desde-1989 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #343434;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-desde-1989 p {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
body main section.index-linha-produtos {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos {
    padding-top: 10px;
  }
}
body main section.index-linha-produtos h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 49px;
  color: #343434;
}
body main section.index-linha-produtos h2 strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
  }
}
body main section.index-linha-produtos p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #343434;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos p {
    font-size: 16px;
    margin-bottom: 0;
  }
}
body main section.index-linha-produtos .item {
  background: linear-gradient(358.05deg, #F1F1F1 -7.92%, #FFFFFF 91.99%);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  min-height: 160px;
  justify-content: space-evenly;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #343434;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 236px;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(151deg, rgba(173, 173, 173, 0.0117647059) 40%, #bebebe 100%);
  border-top: 0;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos .item {
    max-width: 100%;
    font-size: 17px;
    min-height: 130px;
  }
}
body main section.index-linha-produtos .item img {
  margin-top: -35px;
  max-width: 136px;
  max-height: 121px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos .item img {
    margin-top: 0px;
    max-width: 85px;
    max-height: 80px;
  }
}
body main section.index-produtos-destaque {
  padding-top: 25px;
  padding-bottom: 45px;
  background-image: url("../image/novo/index/bg-destaque.png");
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque {
    background: #fff;
    padding-top: 0;
    padding-bottom: 25px;
  }
}
body main section.index-produtos-destaque h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 49px;
  /* identical to box height */
  color: #008D36;
  margin-bottom: 40px;
}
body main section.index-produtos-destaque h2 strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque h2 {
    font-size: 24px;
    margin-bottom: 17px;
  }
  body main section.index-produtos-destaque h2 img {
    width: 25px;
    vertical-align: revert;
  }
}
body main section.index-fabricacao {
  background: url("../image/novo/index/bg-fabricacao.png");
  min-height: 592px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: 100% 100%;
  background-position: center;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  body main section.index-fabricacao {
    background-color: #f7f7f7;
  }
}
@media (max-width: 991px) {
  body main section.index-fabricacao {
    background: #282828 !important;
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
body main section.index-fabricacao .owl-fabricacao .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
@media (max-width: 991px) {
  body main section.index-fabricacao .owl-fabricacao .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
  }
}
body main section.index-fabricacao .owl-fabricacao .owl-nav button.owl-prev {
  top: -175px;
  position: relative;
  left: -75px;
  color: white;
  background: transparent;
  border: 0;
  font-size: 22px;
}
body main section.index-fabricacao .owl-fabricacao .owl-nav button.owl-next {
  top: -175px;
  position: relative;
  right: -55px;
  color: white;
  background: transparent;
  border: 0;
  font-size: 22px;
}
body main section.index-fabricacao img.galeria {
  width: 369px;
  height: 323px;
  border-radius: 10px;
  max-width: 369px;
  max-height: 323px;
}
@media (max-width: 991px) {
  body main section.index-fabricacao img.galeria {
    width: 335px;
    max-width: 335px;
    max-height: 200px;
    margin: auto;
    border-radius: 5px;
  }
}
body main section.index-fabricacao h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  text-align: right;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body main section.index-fabricacao h2 {
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 0;
  }
}
body main section.index-fabricacao h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  text-align: right;
  color: #F39200;
}
@media (max-width: 991px) {
  body main section.index-fabricacao h3 {
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    margin-top: 5px;
  }
}
body main section.index-fabricacao p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  color: #FFFFFF;
  margin-top: 25px;
}
@media (max-width: 991px) {
  body main section.index-fabricacao p {
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
    padding: 0 5px;
  }
}
body main section.index-fabricacao .btn-padrao {
  max-width: 285px;
  float: right;
  width: -webkit-fill-available;
}
body main section.index-destaque-produtos {
  background: transparent;
  padding-bottom: 35px;
  padding-top: 5px;
}
body main section.index-destaque-produtos h2 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
body main section.index-destaque-produtos p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  text-align: left;
}
body main section.index-destaque-produtos .item-products-list {
  width: 319px;
}
@media (max-width: 991px) {
  body main section.index-destaque-produtos .item-products-list {
    margin: auto;
  }
}
body main section.index-destaque-produtos .item-products-list .btn-padrao {
  font-weight: 700;
  font-size: 17.8235px;
  line-height: 22px;
  text-align: center;
  color: #332703;
  height: 50px;
}
@media (max-width: 991px) {
  body main section.index-destaque-produtos .item-products-list .btn-padrao {
    font-size: 16px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
body main section.index-destaque-produtos .owl-dots {
  margin-top: 0;
}
body main section.index-destaque-produtos .owl-nav {
  top: -190px;
  position: relative;
}
body main section.index-linhas.sinuca {
  background: #f7f7f7;
  padding-top: 25px;
  padding-bottom: 50px;
}
body main section.index-linhas.sinuca .btn-padrao.all {
  background: #f39200;
  color: #4b2d00;
}
@media (max-width: 991px) {
  body main section.index-linhas.sinuca {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.index-linhas.pebolim {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("../image/novo/index/bg-pebolim.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  background-position: 100% calc(100% - 9px);
  padding-bottom: 144px;
}
body main section.index-linhas.pebolim .btn-padrao.all {
  background: #343434;
}
@media (max-width: 991px) {
  body main section.index-linhas.pebolim {
    padding-top: 30px;
    background: #fff;
    padding-bottom: 25px;
  }
}
body main section.index-linhas.pong {
  padding-top: 20px;
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  body main section.index-linhas.pong {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
body main section.index-linhas.carteado {
  padding-top: 80px;
  padding-bottom: 40px;
  background-image: url(../image/novo/index/bg-carteado.png);
  background-size: 100% 100%;
}
@media (max-width: 991px) {
  body main section.index-linhas.carteado {
    background: #efefef;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.index-linhas h2.principal {
  font-weight: 300;
  font-size: 40px;
  line-height: 49px;
  color: #343434;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 35px;
}
body main section.index-linhas h2.principal strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-linhas h2.principal {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-left: 0;
  }
}
body main section.index-linhas .icone {
  width: 36px;
  height: 47px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.index-linhas .icone {
    display: none;
  }
}
body main section.index-porque-adquirir {
  min-height: 592px;
  background: url(../image/novo/index/bg-porque.png);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  margin-top: -90px;
}
@media (max-width: 991px) {
  body main section.index-porque-adquirir {
    background: #E4EAEF;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 10px;
    min-height: auto;
  }
}
body main section.index-porque-adquirir h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  color: #343434;
}
@media (max-width: 991px) {
  body main section.index-porque-adquirir h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
body main section.index-porque-adquirir h2 strong {
  display: block;
  font-weight: 700;
}
body main section.index-porque-adquirir p {
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #343434;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 0 20px;
}
@media (max-width: 991px) {
  body main section.index-porque-adquirir p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
    padding: 0;
    margin-bottom: 25px;
  }
}
body main section.index-porque-adquirir br + br {
  display: none;
}
body main section.index-porque-adquirir .desc {
  font-weight: 400;
  font-size: 20.727px;
  line-height: 25px;
  text-align: right;
  color: #343434;
}
@media (max-width: 991px) {
  body main section.index-porque-adquirir .desc {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
  }
}
body main section.index-porque-adquirir .icon {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.index-porque-adquirir .icon {
    width: 25px;
    height: 25px;
  }
}
body main section.index-monte-orcamento {
  position: relative;
  min-height: 667px;
  background-image: url(../image/novo/index/bg-monte.png);
  display: flex;
  align-items: center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  body main section.index-monte-orcamento {
    background: rgb(24, 74, 41);
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 991px) {
  body main section.index-monte-orcamento {
    margin-top: -25px;
  }
}
body main section.index-monte-orcamento .conteudo {
  width: 50%;
}
@media screen and (max-width: 991px) {
  body main section.index-monte-orcamento .conteudo {
    width: 100%;
  }
}
body main section.index-monte-orcamento .detalhes {
  color: white;
}
body main section.index-monte-orcamento h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 49px;
  color: #FFFFFF;
}
body main section.index-monte-orcamento h2 strong {
  font-weight: 700;
  display: block;
}
body main section.index-monte-orcamento h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #F39200;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.index-monte-orcamento h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
body main section.index-monte-orcamento h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  body main section.index-monte-orcamento h4 {
    margin-top: 20px;
    font-size: 17px;
    margin-bottom: 25px;
  }
}
body main section.index-monte-orcamento .orcamento {
  margin: auto;
  margin-top: -65px;
}
@media (max-width: 991px) {
  body main section.index-monte-orcamento .orcamento {
    width: 170px;
    margin-top: -55px;
  }
}
body main section.index-monte-orcamento p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  text-align: left;
  padding-right: 20px;
}
@media (max-width: 991px) {
  body main section.index-monte-orcamento p {
    padding-right: 0;
  }
}
body main section.index-monte-orcamento .col-right {
  display: block;
  background: #181818;
  border-radius: 8px;
  max-width: 420px;
  width: 100%;
  float: right;
  z-index: 1;
  position: relative;
  padding-bottom: 30px;
  margin-top: 100px;
  margin-bottom: 70px;
}
body main section.index-monte-orcamento .col-right p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  padding: 32px;
  padding-top: 25px;
  padding-bottom: 9px;
}
@media (max-width: 991px) {
  body main section.index-monte-orcamento .col-right p {
    font-size: 16px;
  }
}
body main section.index-monte-orcamento .col-right input {
  margin-bottom: 10px;
}
body main section.index-monte-orcamento .col-right form {
  margin-left: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  body main section.index-monte-orcamento .col-right form {
    text-align: left;
  }
}
body main section.index-monte-orcamento .col-right textarea {
  width: 100%;
  height: 130px;
}
body main section.index-monte-orcamento .col-right input::-moz-placeholder,
body main section.index-monte-orcamento .col-right textarea::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #bebebe;
}
body main section.index-monte-orcamento .col-right input:-ms-input-placeholder,
body main section.index-monte-orcamento .col-right textarea:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #bebebe;
}
body main section.index-monte-orcamento .col-right input::-moz-placeholder, body main section.index-monte-orcamento .col-right textarea::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #bebebe;
}
body main section.index-monte-orcamento .col-right input:-ms-input-placeholder, body main section.index-monte-orcamento .col-right textarea:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #bebebe;
}
body main section.index-monte-orcamento .col-right input::placeholder,
body main section.index-monte-orcamento .col-right textarea::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #bebebe;
}
body main section.index-monte-orcamento .col-right label {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #ffffff;
}
body main section.index-monte-orcamento .col-right button {
  margin: 0 auto;
  margin-top: 30px;
  background: linear-gradient(90deg, #14DD7F 8.01%, #008D36 91.13%);
  border-radius: 5px;
  outline: 0;
  border: 0;
  width: 236px;
  height: 50px;
  display: block;
  font-weight: 700;
  font-size: 18.4566px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  /* identical to box height */
  text-align: center;
}
@media screen and (max-width: 991px) {
  body main section.index-monte-orcamento {
    margin-bottom: 0;
  }
  body main section.index-monte-orcamento .item-contact {
    margin: 0 auto;
    max-width: 435px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
  }
  body main section.index-monte-orcamento .item-contact .col {
    width: auto;
    margin-top: 7px;
    flex-basis: auto;
  }
  body main section.index-monte-orcamento .conteudo p {
    margin-bottom: 0;
  }
  body main section.index-monte-orcamento p {
    font-size: 16px;
    text-align: center;
  }
  body main section.index-monte-orcamento h2 {
    font-size: 24px;
    line-height: 35px;
    text-align: center;
  }
  body main section.index-monte-orcamento h2 strong,
body main section.index-monte-orcamento h2 span {
    font-size: 24px;
  }
  body main section.index-monte-orcamento h2 strong {
    display: flex;
    flex-direction: column;
  }
  body main section.index-monte-orcamento .ml-30 {
    margin-left: 0 !important;
  }
  body main section.index-monte-orcamento .cta.orange {
    height: 40px;
    margin: 0 auto;
    margin-top: 20px;
  }
  body main section.index-monte-orcamento .cta.orange strong {
    text-indent: -5px;
    font-size: 16px;
    line-height: 40px;
  }
  body main section.index-monte-orcamento .cta-orange-gradient img {
    left: -32px;
    top: 2px;
  }
  body main section.index-monte-orcamento .col,
body main section.index-monte-orcamento strong {
    font-size: 15px;
  }
  body main section.index-monte-orcamento .col.p-0 {
    margin-right: 7px;
  }
  body main section.index-monte-orcamento .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
  body main section.index-monte-orcamento .col-right {
    margin: 0 auto !important;
    float: inherit !important;
    margin-top: 85px !important;
    padding-bottom: 20px;
    height: auto;
  }
}
body main section.index-video {
  position: relative;
}
body main section.index-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
body main section.index-video .container {
  position: relative;
  z-index: 1;
}
body main section.index-video img {
  width: 156px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  display: block;
  margin-top: 45px;
}
body main section.index-video .bg-video {
  padding: 130px 0;
  position: relative;
}
body main section.index-video .bg-video::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0;
  z-index: 1;
}
body main section.index-video .bg-video .container {
  z-index: 2;
  position: relative;
}
body main section.index-video .bg-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
body main section.index-video .bg-video h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.index-video .bg-video h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
body main section.index-video .bg-video p {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body main section.index-video .bg-video p {
    font-size: 16px;
  }
}
body main section.index-video .bg-video .bg-video {
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
  color: #f07c00;
}
@media (max-width: 991px) {
  body main section.index-video .bg-video body main section.index-conte-clinica .bg-video {
    padding: 40px 0;
  }
  body main section.index-video .bg-video body main section.index-conte-clinica .bg-video p {
    font-weight: 400;
    font-size: 22.1509px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
  }
}
@media screen and (max-width: 991px) {
  body main section.index-video .bg-video h2 {
    font-size: 24px;
  }
  body main section.index-video .bg-video p {
    font-size: 16px;
  }
}
body main section.index-lideres {
  min-height: 866px;
  background: url("../image/novo/index/bg-lideres.png");
  background-size: 100% 100%;
  display: flex;
  padding-top: 55px;
}
@media (max-width: 991px) {
  body main section.index-lideres {
    min-height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #fff;
  }
}
body main section.index-lideres h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: #343434;
}
body main section.index-lideres h2 strong {
  font-weight: 700;
  display: block;
}
@media (max-width: 991px) {
  body main section.index-lideres h2 {
    font-size: 24px;
    text-align: center;
    line-height: 32px;
  }
}
body main section.index-lideres .lideres h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 13px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  body main section.index-lideres .lideres h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 25px;
  }
}
body main section.index-lideres .lideres p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #343434;
}
@media (max-width: 991px) {
  body main section.index-lideres .lideres p {
    font-size: 16px;
  }
  body main section.index-lideres .lideres p br {
    display: none;
  }
}
body main section.index-lideres .lideres span {
  width: 58px;
  height: 58px;
  margin: auto;
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 8px solid;
  border-radius: 100%;
}
@media (max-width: 991px) {
  body main section.index-lideres .lideres span {
    margin-top: 20px;
    width: 53px;
    height: 53px;
    border: 4px solid;
  }
}
body main section.index-lideres .lideres span.green {
  border-color: #438742;
}
body main section.index-lideres .lideres span.yellow {
  border-color: #FFB420;
}
body main section.index-lideres .lideres span.red {
  border-color: #E13B34;
}
body main section.index-lideres .lideres span.purple {
  border-color: #5A078B;
}
body main section.index-lideres .lideres .icone {
  max-width: 26px;
  max-height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.index-lideres .entre {
  width: 1034px;
  height: 97px;
  background: #008D36;
  border-radius: 5px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 35px;
  padding-right: 35px;
  margin: auto;
  margin-top: 60px;
  z-index: 15;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-lideres .entre {
    height: auto;
    padding-top: 20px;
    margin-top: 10px;
    width: auto;
    padding-bottom: 15px;
  }
}
body main section.index-lideres .entre p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-lideres .entre p {
    text-align: center;
    margin-bottom: 10px;
  }
}
body main section.index-sobre {
  background-image: url("../image/novo/index/bg-sobre.png");
  min-height: 556px;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  body main section.index-sobre {
    margin-top: -115px;
  }
}
@media (max-width: 991px) {
  body main section.index-sobre {
    background: #0D080B;
    text-align: center;
    min-height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
body main section.index-sobre .principal {
  width: 233px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.index-sobre h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 49px;
  color: #FFFFFF;
  margin-top: 65px;
  margin-bottom: 33px;
}
body main section.index-sobre h2 strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-sobre h2 {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 10px;
  }
}
body main section.index-sobre p {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 1.6rem;
  padding-right: 60px;
}
@media (max-width: 991px) {
  body main section.index-sobre p {
    text-align: center;
    padding-right: 0;
    margin-bottom: 15px;
    font-size: 16px;
  }
}
body main section.index-sobre .col {
  text-align: center;
}
body main section.index-sobre img.pincipal {
  margin-bottom: 20px;
}
body main section.index-sobre .logo {
  margin-bottom: 30px;
}
body main section.index-sobre .right {
  width: 698px;
  height: 303px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.index-sobre .right {
    width: 100%;
    height: auto;
  }
}
body main section.index-sobre button {
  outline: 0;
  border: 0;
  display: block;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  text-align: center;
  padding: 12px;
  padding-right: 33px;
  padding-left: 33px;
  float: left;
  margin-top: 20px;
  background: linear-gradient(90deg, #14DD7F 8.01%, #008D36 91.13%);
  border-radius: 5px;
  width: 230px;
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  body main section.index-sobre {
    margin-top: 0px;
  }
  body main section.index-sobre span {
    font-size: 15px;
  }
  body main section.index-sobre button {
    font-size: 15px;
  }
  body main section.index-sobre img.principal {
    width: 150px;
    height: 60px;
  }
  body main section.index-sobre .col-lg-6 {
    text-align: center;
  }
  body main section.index-sobre a {
    display: flex;
  }
  body main section.index-sobre button {
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-bottom: 25px;
    margin-top: 15px;
  }
}
body main section.index-clientes-bilhar {
  background-image: url("../image/novo/index/bg-clientes.png");
  background-size: 100%;
  background-repeat-y: no-repeat;
  background-position: bottom;
  padding-bottom: 80px;
  padding-top: 60px;
  min-height: 700px;
}
@media (max-width: 991px) {
  body main section.index-clientes-bilhar {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #fff;
    min-height: 0;
  }
}
body main section.index-clientes-bilhar.nobg {
  background: none;
  padding-bottom: 0px;
  padding-top: 25px;
}
@media (max-width: 991px) {
  body main section.index-clientes-bilhar.nobg {
    padding-top: 25px;
    background: #fff;
    padding-bottom: 30px;
  }
}
body main section.index-clientes-bilhar h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 49px;
  color: #343434;
  text-align: center;
  margin-bottom: 15px;
}
body main section.index-clientes-bilhar h2 strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-clientes-bilhar h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
  }
}
body main section.index-clientes-bilhar p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #343434;
  max-width: 502px;
  margin: auto;
  display: block;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.index-clientes-bilhar p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
body main section.index-clientes-bilhar .principal {
  width: 502px;
  height: 381px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
}
body main section.index-clientes-bilhar .minor {
  width: 236px;
  height: 179px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.index-clientes-bilhar .major {
  width: 502px;
  height: 179px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.index-clientes-bilhar .owl-carousel .owl-nav button.owl-prev, body main section.index-clientes-bilhar .owl-carousel .owl-nav button.owl-next {
  border: 0;
  font-size: 23px;
  top: 0;
}
body main section.index-clientes-bilhar .owl-nav {
  position: absolute;
  top: 41%;
}
body main section.index-clientes-bilhar .mobile {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 500px;
  border-radius: 5px;
}
body main section.index-depoimentos {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 40px;
}
body main section.index-depoimentos .owl-clientes {
  padding-top: 20px;
}
body main section.index-depoimentos .owl-clientes img {
  width: initial !important;
}
body main section.index-depoimentos h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 53px;
  color: #343434;
  text-align: center;
  margin-bottom: 45px;
}
body main section.index-depoimentos .out-item {
  justify-content: center;
  display: flex;
  margin-top: 20px;
}
body main section.index-depoimentos .item {
  background: linear-gradient(347.92deg, #F3F3F3 13.45%, rgba(243, 243, 243, 0) 92.18%);
  border-radius: 5px;
  width: 319px;
  min-height: 213px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.09);
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
}
body main section.index-depoimentos .item span {
  position: absolute;
  top: -36px;
  z-index: 99;
  font-weight: 600;
  font-size: 10.92px;
  line-height: 13px;
  color: #000000;
  border: 11px solid;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  margin-top: 15px;
}
body main section.index-depoimentos .item span.yellow {
  border-color: #F39200;
}
body main section.index-depoimentos .item span.red {
  border-color: #FF3508;
}
body main section.index-depoimentos .item span.green {
  border-color: #008D36;
}
body main section.index-depoimentos .item img {
  margin: 0 auto;
  text-align: center;
  display: Block;
  margin-bottom: 28px;
}
body main section.index-depoimentos .item p {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  width: 260px;
  margin: 0 auto;
}
body main section.index-depoimentos .item strong {
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  body main section.index-depoimentos {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  body main section.index-depoimentos p {
    font-size: 16px;
    margin-bottom: 0 !important;
    text-align: center;
  }
  body main section.index-depoimentos h2 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
body main section.index-depoimentos .owl-carousel .owl-nav button.owl-prev, body main section.index-depoimentos .owl-carousel .owl-nav button.owl-next {
  border: 0;
  font-size: 23px;
  top: 0;
}
body main section.index-depoimentos .owl-nav {
  position: absolute;
  top: 41%;
}
body main section.index-blog {
  padding-top: 0px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.index-blog {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
body main section.index-blog h2 {
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 45px;
  line-height: 53px;
  color: #343434;
  text-align: center;
}
body main section.index-blog h2 strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-blog h2 {
    margin-bottom: 0;
  }
}
body main section.index-blog .row {
  justify-content: space-around;
}
body main section.index-blog p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.index-blog p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  body main section.index-blog p br {
    display: none;
  }
}
body main section.index-blog .col-lg-4 {
  position: relative;
  max-width: 369px;
  min-height: 384px;
  background: #ffffff;
  filter: drop-shadow(6px 9px 10px rgba(0, 0, 0, 0.12));
  padding: 0;
}
body main section.index-blog .col-lg-4 img.home {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  max-width: 369px;
  max-height: 153px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
body main section.index-blog .col-lg-4 .item {
  padding-left: 20px;
  padding-top: 23px;
  display: block;
  padding-bottom: 25px;
  padding-right: 20px;
}
body main section.index-blog .col-lg-4 .item h3 {
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  color: #42392A;
  margin-top: 0px;
  margin-bottom: 17px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
body main section.index-blog .col-lg-4 .item span {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  /* identical to box height */
  color: #ffffff;
  background-color: #0c452e;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 11px;
  margin-bottom: 6px;
  padding-right: 11px;
  display: inline-block;
}
body main section.index-blog .col-lg-4 .item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #42392A;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
  margin-top: 7px;
  margin-bottom: 20px;
  text-align: left;
}
body main section.index-blog .col-lg-4 .item .link {
  position: absolute;
  bottom: 26px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #F39200;
}
@media (max-width: 991px) {
  body main section.index-blog .col-lg-4 .item .link {
    position: relative;
    bottom: 0;
    font-size: 15px;
  }
}
body main section.index-blog .col-lg-4 .item .link .right {
  margin-left: 15px;
}
body main section.index-blog .btn-yellow {
  font-weight: 700;
  font-size: 15px;
  line-height: 45px;
  color: #ffffff;
  background: #000;
  border-radius: 4.15033px;
  height: 48px;
  min-width: 236px;
  text-align: center;
  display: table;
  margin: 0 auto;
  margin-top: 36px;
}
@media screen and (max-width: 991px) {
  body main section.index-blog .col-lg-4 {
    min-height: auto;
    max-width: none;
  }
  body main section.index-blog p {
    text-align: center;
  }
  body main section.index-blog h2 {
    font-size: 24px;
    line-height: 35px;
  }
  body main section.index-blog img.pb-3 {
    width: 30px;
  }
  body main section.index-blog .row {
    width: 99%;
    margin: 0;
  }
  body main section.index-blog .item h3 {
    font-size: 17px !important;
  }
  body main section.index-blog .item span {
    font-size: 16px !important;
  }
  body main section.index-blog .item a {
    font-size: 16px !important;
  }
  body main section.index-blog .item p {
    font-size: 15px !important;
  }
  body main section.index-blog .btn-yellow {
    font-size: 16px;
    margin-top: 20px;
  }
}
body main section.sobre-historia {
  padding-top: 70px;
  padding-bottom: 65px;
}
@media (max-width: 991px) {
  body main section.sobre-historia {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
body main section.sobre-historia h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #00973A;
  text-align: left;
  padding: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.sobre-historia h2 {
    margin-bottom: 10px;
  }
}
body main section.sobre-historia .detalhes {
  justify-content: space-evenly;
  width: 80%;
  text-align: left;
  margin-top: 55px;
  margin-right: 20px;
}
body main section.sobre-historia .detalhes strong {
  display: block;
}
body main section.sobre-historia p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #343434;
  max-width: 626px;
}
body main section.sobre-historia .slide img {
  width: 368px;
  height: 317px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.sobre-historia .owl-carousel .owl-nav button.owl-prev,
body main section.sobre-historia .owl-carousel .owl-nav button.owl-next {
  background-color: white;
  color: #069bdf;
  padding: 2px 7px !important;
  border-radius: 100%;
  border: 2px solid #069bdf;
  top: -155px !important;
}
@media screen and (max-width: 991px) {
  body main section.sobre-historia {
    background-position: left;
  }
  body main section.sobre-historia h2 {
    font-size: 24px;
  }
  body main section.sobre-historia p {
    font-size: 16px;
  }
  body main section.sobre-historia .right img {
    width: 100%;
    max-width: 798px;
  }
  body main section.sobre-historia .detalhes {
    margin-top: 0 !important;
  }
  body main section.sobre-historia .col-lg-4 {
    width: 100%;
    margin-bottom: 15px;
    text-align: right;
  }
}
body main section.sobre-historia .bitmaps img {
  width: 100%;
  margin-top: 15px;
  border-radius: 5px;
  height: 103px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  body main section.sobre-historia .bitmaps img {
    height: 70px;
  }
}
body main section.sobre-historia .image-principal img {
  border-radius: 5px;
}
body main section.sobre-historia .sep-sec {
  width: 100%;
  max-width: 766px;
  margin: auto;
  display: block;
  margin-top: 90px;
}
@media (max-width: 991px) {
  body main section.sobre-historia .sep-sec {
    margin-top: 35px;
  }
}
body main section.sobre-valores {
  position: relative;
  padding-bottom: 65px;
}
@media (max-width: 991px) {
  body main section.sobre-valores {
    padding-bottom: 10px;
  }
}
body main section.sobre-valores img {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
body main section.sobre-valores .row {
  justify-content: space-evenly;
  align-items: center;
  padding-top: 10px;
}
body main section.sobre-valores .col-lg-3 {
  background: #F7F7F7;
  border-bottom: 6px solid #F39200;
  border-radius: 10px;
  text-align: center;
  max-width: 369px;
  padding-top: 35px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  min-height: 350px;
}
@media (max-width: 991px) {
  body main section.sobre-valores .col-lg-3 {
    width: 320px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
    border-bottom-width: 4px;
  }
}
body main section.sobre-valores h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  /* identical to box height */
  color: #4E4E4E;
  padding-top: 20px;
  margin-bottom: 17px;
}
body main section.sobre-valores p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #4E4E4E;
}
@media screen and (max-width: 991px) {
  body main section.sobre-valores h3 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  body main section.sobre-valores p {
    font-size: 15px;
    margin-bottom: 0;
  }
  body main section.sobre-valores img {
    width: 50px;
  }
  body main section.sobre-valores .col-lg-3 {
    margin-bottom: 25px;
    min-height: 285px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
body main section.sobre-galeria {
  padding-top: 55px;
  padding-bottom: 30px;
}
body main section.sobre-galeria h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 53px;
  text-align: center;
  color: #ee6f32;
  text-align: center;
  padding-bottom: 35px;
}
body main section.sobre-galeria h2 span {
  color: #1198ce;
  font-weight: bold;
}
body main section.sobre-galeria .row {
  height: 333px;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}
body main section.sobre-galeria .col-lg-2 {
  width: 372px;
  height: 333px;
  padding: 0;
}
body main section.sobre-galeria .col-lg-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.sobre-galeria .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  max-width: 304px;
  max-height: 237px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.sobre-galeria .owl-nav {
  position: relative;
  top: -25px;
}
@media screen and (max-width: 991px) {
  body main section.sobre-galeria {
    padding: 30px 0;
    margin-bottom: 0;
  }
  body main section.sobre-galeria h2 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  body main section.sobre-galeria .owl-item img {
    margin: 0 auto;
  }
  body main section.sobre-galeria img.pb-3 {
    padding-bottom: 5px !important;
    width: 24px;
  }
  body main section.sobre-galeria .owl-dots {
    margin-top: 20px;
  }
}
body main section.sobre-instagram {
  background-image: url("../image/novo/index/bg-insta.png");
  min-height: 410px;
  background-size: 100%;
  background-position: center;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  body main section.sobre-instagram {
    display: flex;
    align-items: center;
    background: #008634;
    min-height: 0;
    padding-top: 25px;
    text-align: left;
    padding-bottom: 25px;
  }
}
body main section.sobre-instagram .container {
  position: relative;
}
body main section.sobre-instagram .icon-top {
  margin-bottom: 20px;
}
body main section.sobre-instagram .position-absolute {
  right: 0;
  display: flex;
  top: 0;
  height: 100%;
  align-items: center;
}
body main section.sobre-instagram .position-absolute .row {
  justify-content: end;
  margin: 0;
}
body main section.sobre-instagram .position-absolute .col-lg-2 {
  width: 229px;
  height: 222px;
  padding: 0;
}
body main section.sobre-instagram h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 49px;
  /* identical to box height */
  color: #FFFFFF;
}
body main section.sobre-instagram p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin-top: 20px;
  font-weight: 300;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  body main section.sobre-instagram p {
    font-size: 16px;
  }
}
body main section.sobre-instagram .link {
  font-weight: 600;
  font-size: 18.1593px;
  line-height: 22px;
  text-align: center;
  margin-top: 72px;
  padding: 12px;
  padding-left: 23px;
  padding-right: 23px;
  max-width: 276px;
  color: white;
  background: #000000;
  border-radius: 8.80825px;
}
body main section.sobre-instagram .col-lg-4 img {
  height: 302px;
  max-width: 285px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 991px) {
  body main section.sobre-instagram p,
body main section.sobre-instagram strong {
    margin-bottom: 0 !important;
    text-align: left;
  }
  body main section.sobre-instagram h2 {
    font-size: 24px;
    line-height: 35px;
  }
  body main section.sobre-instagram .row {
    flex-direction: row;
  }
  body main section.sobre-instagram .row .col-lg-4 {
    width: 33%;
  }
  body main section.sobre-instagram .row img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body main section.sobre-instagram .position-absolute {
    position: relative !important;
    margin-top: 30px;
  }
  body main section.sobre-instagram .link {
    font-size: 16px;
    clear: both;
    display: block;
    margin-top: 15px;
  }
  body main section.sobre-instagram strong {
    text-align: left;
  }
}
body main section.produtos {
  background-color: #fff;
  padding-top: 65px;
}
body main section.produtos .titulo-principal {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #ee6f32;
  margin-bottom: 30px;
  margin-left: 10px;
}
body main section.produtos .col-lg-5 {
  padding: 0;
}
body main section.produtos .products-list {
  padding-bottom: 40px;
}
body main section.produtos .products-list p {
  font-weight: 400;
  font-size: 15.7px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  margin-bottom: 25px;
}
body main section.produtos .products-list h2 {
  padding-bottom: 0;
  margin-bottom: 16px;
}
body main section.produtos .item-products-list {
  width: 340px;
  padding-right: 25px;
  padding-left: 25px;
  margin: auto;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  body main section.produtos .item-products-list {
    margin: 0 30px;
    margin-bottom: 50px;
  }
}
body main section.produtos .item-products-list .cta-red.plus img {
  vertical-align: middle;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 23px;
  position: relative;
  left: 28px;
}
body main section.produtos .item-products-list .cta-details a {
  padding-right: 8px;
  padding-left: 8px;
}
body main section.produtos .btn-padrao {
  width: 190px;
  margin-right: 5px;
  font-size: 17.82px;
}
@media (max-width: 991px) {
  body main section.produtos .btn-padrao {
    height: 50px;
    font-size: 15px;
  }
}
body main section.produtos .img-bg {
  position: absolute;
  right: 0;
  top: -220px;
}
body main section.produtos .item-products-list {
  position: relative;
}
@media (min-width: 992px) {
  body main section.produtos .item-products-list h2 {
    min-height: 60px;
  }
}
body main section.produtos .item-products-list p {
  height: auto;
}
body main section.produtos .cta-orcamento {
  min-width: 234px;
}
body main section.produtos .cta-orcamento img {
  top: 0 !important;
  left: 3px !important;
}
body main section.produtos .cta-orcamento .cta-red {
  width: 65px;
  margin-left: -25px !important;
}
@media (max-width: 991px) {
  body main section.produtos {
    padding: 30px 0 0 0;
  }
}
body main section.carrinho {
  padding: 50px 0;
}
body main section.carrinho .main-cta {
  display: inline-flex;
  outline: none;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  align-items: center;
  background-color: #FF7A00;
  color: white;
  position: relative;
  font-weight: 700;
  transition: 0.3s all;
  background-color: #F39200;
  color: #332703;
}
body main section.carrinho .main-cta img {
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  body main section.carrinho .main-cta {
    font-size: 15px;
  }
}
body main section.carrinho .main-cta:hover {
  color: white;
  background-color: #dd1100;
}
body main section.carrinho .main-cta .icon {
  margin-right: 10px;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  body main section.carrinho {
    padding: 20px 0;
  }
}
body main section.carrinho .continuar {
  color: gray;
  border-bottom: 1px dotted gray;
  display: inline-block;
  font-weight: 600;
}
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;
}
body main section.carrinho .passos a {
  background-color: #eeeeee;
  display: flex;
  padding: 20px;
  width: 33%;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  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: 600;
  border: 2px solid #afafaf;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.carrinho .passos a.ativo {
  color: #FF7A00;
}
body main section.carrinho .passos a.ativo:hover {
  color: #FF7A00;
}
body main section.carrinho .passos a.ativo strong {
  color: #FF7A00;
  border-color: #FF7A00;
}
@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 .opcoes-produto {
  color: gray;
  font-size: 14px;
  margin-bottom: 10px;
}
body main section.carrinho .carrinho-mobile .opcoes-produto strong {
  color: gray;
}
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: flex-start;
}
body main section.carrinho .carrinho-mobile .produto strong {
  color: black;
}
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: #FF7A00;
  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: #FF7A00;
}
body main section.carrinho .carrinho-mobile .quantidade {
  font-size: 14px;
  color: dimgray;
  display: inline-block;
  width: 110px;
  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 input {
  background-color: transparent;
  border: none;
  color: inherit;
  width: 60%;
  outline: none;
}
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%;
  margin: 70px auto 0 auto;
}
body main section.carrinho .tabela-carrinho thead tr {
  overflow: hidden;
}
body main section.carrinho .tabela-carrinho thead td {
  background-color: #4e4e4e;
  color: white;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #dadada;
}
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 input {
  background-color: transparent;
  border: none;
  color: inherit;
  width: 80%;
  outline: none;
}
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: #FF7A00;
  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 .opcoes-produto {
  color: gray;
  font-size: 15px;
}
body main section.carrinho .tabela-carrinho td .produto .opcoes-produto strong {
  font-weight: 700;
  color: inherit;
  font-size: inherit;
}
body main section.carrinho .tabela-carrinho td .produto h5 {
  font-weight: 600;
  text-transform: uppercase;
  color: dimgray;
  font-size: 17px;
  margin-bottom: 0;
}
body main section.carrinho .tabela-carrinho td .produto img {
  width: 100px;
  flex: 0 0 100px;
  max-width: 100px;
}
body main section.carrinho .box {
  margin: 50px auto 0 auto;
}
body main section.carrinho .box .endereco {
  font-size: 18px;
  color: #FF7A00;
  line-height: 20px;
}
body main section.carrinho .box .endereco strong {
  font-size: 20px;
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
body main section.carrinho .box .main-cta {
  background-color: #F39200;
  color: #332703;
  display: inline-block;
  padding: 13px 23px;
  font-size: 17px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #332703;
}
body main section.carrinho .box .main-cta img {
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  body main section.carrinho .box {
    margin-top: 20px;
    padding: 0;
  }
  body main section.carrinho .box .main-cta {
    margin-top: 15px;
  }
  body main section.carrinho .box .endereco {
    text-align: center;
    font-weight: 300;
    font-size: 15px;
  }
  body main section.carrinho .box .endereco strong {
    font-size: 18px;
  }
}
body main section.carrinho .enviado {
  max-width: 800px;
  margin: 60px auto 0 auto;
  color: #008D36;
  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 .main-cta {
  margin-top: 30px;
}
body main section.carrinho .form h1 {
  font-size: 30px;
  color: rgb(88, 88, 88);
  font-weight: 600;
  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 {
  color: black;
  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%;
  padding: 10px 25px;
  font-size: 18px;
  outline: none;
  background-color: white;
  border: 1px solid gainsboro;
}
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.single-product {
  padding-top: 80px;
}
@media (max-width: 991px) {
  body main section.single-product {
    padding-top: 15px;
  }
}
body main section.single-product .owl-carousel .owl-nav button.owl-prev, body main section.single-product .owl-carousel .owl-nav button.owl-next {
  border: 0;
  top: -60px;
}
body main section.single-product .top-single-product .col-lg-10.image-principal {
  position: relative;
  border: 1px solid #d7d7d7;
  width: 394px;
  height: 309px;
  line-height: 300px;
  text-align: center;
}
body main section.single-product .top-single-product .col-lg-10.image-principal img {
  display: unset;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
body main section.single-product .top-single-product .col-lg-10.image-principal .image-principal {
  position: relative;
}
body main section.single-product .top-single-product .col-lg-10.image-principal .image-principal img {
  max-width: 293px;
  max-height: 326px;
  width: 100%;
}
body main section.single-product .top-single-product .col-lg-10.imgs-principal {
  width: 394px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  body main section.single-product .top-single-product .col-lg-10.imgs-principal {
    margin-top: 15px;
    width: auto;
    max-width: 394px;
  }
}
body main section.single-product .top-single-product .col-lg-5 .col-lg-2 {
  z-index: 1;
}
body main section.single-product .top-single-product .col-lg-2 {
  margin: 0 !important;
}
body main section.single-product .top-single-product .bitmaps {
  height: 100%;
}
body main section.single-product .top-single-product .bitmaps .col {
  padding: 0;
  width: 83px;
  max-height: 83px !important;
  height: 83px;
  border: 1px solid #d7d7d7;
  line-height: 75px;
  text-align: center;
  margin-bottom: 19px;
}
body main section.single-product .top-single-product .bitmaps .col img {
  width: 68px;
  height: 63px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.single-product .top-single-product .imgs-principal .owl-carousel img {
  width: 110px;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.single-product .top-single-product .imgs-principal .owl-carousel img {
    width: 70px;
    height: 70px;
    margin: auto;
    border: 1px solid rgba(221, 221, 221, 0.8666666667);
    padding: 7px;
    border-radius: 3px;
  }
}
body main section.single-product .top-single-product .col-lg-6 {
  margin-left: 0 !important;
  font-size: 18px;
  line-height: 22px;
  color: #4a4a4a;
}
body main section.single-product .top-single-product .col-lg-6 .description-productx {
  max-width: 539px;
  margin-bottom: 40px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  body main section.single-product .top-single-product .col-lg-6 .description-productx {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
body main section.single-product .top-single-product .col-lg-6 h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #4a4a4a;
  padding-bottom: 10px;
  max-width: 409px;
}
body main section.single-product .top-single-product .col-lg-6 .col-lg-6 label {
  width: 47px;
  height: 23px;
}
body main section.single-product .top-single-product .col-lg-6 .col-lg-6 label.yellow {
  background: #ffb800;
}
body main section.single-product .top-single-product .col-lg-6 .col-lg-6 label.blue {
  background: #1198ce;
}
body main section.single-product .top-single-product .col-lg-6 .col-lg-6 label.red {
  background: #dd1100;
}
body main section.single-product .top-single-product .col-lg-6 .col-lg-6 label.violet {
  background: #932977;
}
body main section.single-product .top-single-product .col-lg-6 .col-lg-6 input {
  display: none;
}
body main section.single-product .top-single-product .cores {
  margin-top: 32px;
  margin-bottom: 25px;
}
body main section.single-product .top-single-product .cores .col-lg-3 {
  max-width: 170px;
  padding-right: 0;
}
body main section.single-product .top-single-product .preco {
  background: #fff;
  margin: 0;
  margin-right: 5px;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  padding-left: 25px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 30px;
  max-width: 635px;
}
@media (max-width: 991px) {
  body main section.single-product .top-single-product .preco {
    padding: 20px 10px;
  }
}
body main section.single-product .top-single-product .preco h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #4E4E4E;
}
body main section.single-product .top-single-product .preco .col-lg-7 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  body main section.single-product .top-single-product .preco .col-lg-7 {
    width: auto;
  }
}
body main section.single-product .top-single-product .preco .col-lg-7 .cta-budget {
  width: 100%;
  margin-top: 10px;
  width: 100%;
  border: none;
  padding-left: 7px;
  background: #F39200;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}
body main section.single-product .top-single-product .preco .col-lg-7 .cta-budget a {
  color: white;
}
body main section.single-product .top-single-product .preco .col-lg-7 .cta-wpp-buy {
  width: 100%;
  background: #1EA063;
  border: none;
  padding-left: 7px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}
body main section.single-product .top-single-product .preco .col-lg-7 .cta-cart {
  margin-top: 10px;
  width: 100%;
  background: #FF3508;
  border: none;
  padding-left: 7px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
body main section.single-product .top-single-product .preco .col-lg-7 .cta-cart a {
  color: #fff;
}
body main section.single-product .top-single-product .preco em {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #4a4a4a;
  font-style: unset;
}
body main section.single-product .top-single-product .preco strong {
  text-align: center;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  line-height: 47px;
  font-weight: 700;
  font-size: 16px;
}
body main section.single-product .top-single-product .preco .cta-wpp-buy {
  width: unset;
  border: 1px solid #008D36;
  border-radius: 5.04424px;
  height: 47px;
  padding-right: 10px;
}
body main section.single-product .top-single-product .preco .cta-wpp-buy a {
  font-size: 18.1593px;
  line-height: 47px;
  display: flex;
  color: #fff;
}
body main section.single-product .top-single-product .preco .cta-wpp-buy span {
  border-radius: 5px;
  height: 49px;
  width: 47px;
  align-items: center;
  justify-content: center;
  background: transparent;
  margin-left: -3px;
  margin-top: -2px;
  display: inline-flex;
}
body main section.single-product .top-single-product .preco .cta-budget {
  margin-top: 10px;
  width: unset;
  border: 1px solid #dd1100;
  border-radius: 5.04424px;
  height: 47px;
  padding-right: 10px;
}
body main section.single-product .top-single-product .preco .cta-budget a {
  font-size: 18.1593px;
  line-height: 43px;
  display: flex;
  color: #332703;
  position: relative;
}
body main section.single-product .top-single-product .preco .cta-budget span {
  border-radius: 5px;
  height: 45px;
  width: 47px;
  align-items: center;
  justify-content: center;
  background: transparent;
  margin-left: -3px;
  display: inline-flex;
}
body main section.single-product .top-single-product .preco .cta-cart {
  width: unset;
  border-radius: 5.04424px;
  height: 49px;
  padding-right: 10px;
  margin-top: 10px;
}
body main section.single-product .top-single-product .preco .cta-cart a {
  font-size: 18.1593px;
  line-height: 43px;
  display: flex;
  color: #fff;
}
body main section.single-product .top-single-product .preco .cta-cart span {
  border-radius: 5px;
  height: 50px;
  width: 47px;
  align-items: center;
  justify-content: center;
  background: transparent;
  margin-left: -3px;
  margin-top: -2px;
  display: inline-flex;
}
body main section.single-product .top-single-product .preco .cta-budget,
body main section.single-product .top-single-product .preco .cta-cart,
body main section.single-product .top-single-product .preco .cta-details,
body main section.single-product .top-single-product .preco .cta-wpp-buy {
  width: 100%;
}
body main section.single-product .top-single-product .preco .cta-budget img,
body main section.single-product .top-single-product .preco .cta-cart img,
body main section.single-product .top-single-product .preco .cta-details img,
body main section.single-product .top-single-product .preco .cta-wpp-buy img {
  vertical-align: middle;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body main section.single-product .separador {
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
  margin-left: 285px;
}
body main section.single-product .sub-product {
  background: url("../image/produtos/bg-all.png");
  height: 203px;
  padding-top: 65px;
  padding-left: 35px;
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  background-position-x: -35px;
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.single-product .sub-product p {
  max-width: 260px;
}
body main section.single-product .sub-product p.active {
  max-width: 360px;
}
body main section.single-product .sub-product img {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -15px;
  margin-bottom: 15px;
}
body main section.single-product .sub-product h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  /* identical to box height */
  color: #ffffff;
}
body main section.single-product .sub-product .d-flex {
  justify-content: center;
}
body main section.single-product .especificacoes .col-lg-4 {
  margin-top: 70px;
}
body main section.single-product .especificacoes .row {
  margin-top: 18px;
}
body main section.single-product .especificacoes .row .col-11 {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  /* identical to box height */
  color: #555555;
}
body main section.single-product .especificacoes .row .col-11 {
  position: relative;
}
body main section.single-product .especificacoes .row .col-11 i {
  font-size: 22px;
  color: #ffb800;
  float: right;
  position: absolute;
  right: -40px;
  top: 6px;
}
body main section.single-product .especificacoes .row h2.primary {
  background: linear-gradient(356.05deg, #F4F4F4 2.53%, rgba(244, 244, 244, 0) 96.08%);
  border-radius: 5px;
  width: 100%;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 30px;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #00973A;
  margin-bottom: 15px;
  margin-top: 75px;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  body main section.single-product .especificacoes .row h2.primary {
    margin-top: 25px;
    font-size: 20px !important;
  }
  body main section.single-product .especificacoes .row h2.primary img {
    width: 20px;
  }
}
body main section.single-product .especificacoes .row p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  max-width: 755px;
}
body main section.single-product .especificacoes .row .duvida .row {
  padding-left: 34px;
  padding-top: 15px;
  padding-bottom: 21px;
  padding-right: 0px;
  border: 1px solid #d7d7d7;
  border-radius: 14px;
}
body main section.single-product .especificacoes .row .col-lg-11 {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  /* identical to box height */
  color: #555555;
}
body main section.single-product .especificacoes .row .resposta {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-top: 21px;
  margin-left: 30px;
}
body main section.single-product .especificacoes .right {
  text-align: center;
  min-width: 365px;
  max-width: 365px;
  float: right;
  margin: 0 auto;
  background: #161616;
  border-radius: 16px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 25px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  body main section.single-product .especificacoes .right .icon {
    display: block;
    margin-bottom: 10px;
  }
}
body main section.single-product .especificacoes .right .img-first {
  width: 260px;
  height: 88px;
  margin-top: -22px;
  margin-bottom: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.single-product .especificacoes .right .img-first {
    -o-object-fit: contain;
       object-fit: contain;
    width: 200px;
    margin-top: -30px;
    margin-bottom: 15px;
  }
}
body main section.single-product .especificacoes .right span {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body main section.single-product .especificacoes .right span {
    font-size: 15px;
  }
}
body main section.single-product .especificacoes .right h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  /* identical to box height */
  color: #ffffff;
  margin-bottom: 15px;
}
body main section.single-product .especificacoes .right p {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 23px;
}
body main section.single-product h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  /* identical to box height */
  color: #008d54;
  padding-bottom: 35px;
}
body main section.single-product h3 span {
  font-weight: 400;
  font-size: 50px;
  line-height: 59px;
  color: #ee6f32;
  display: block;
}
@media screen and (max-width: 991px) {
  body main section.single-product h3 {
    font-size: 20px;
    padding-bottom: 25px;
    line-height: 10px;
    margin-top: 20px;
  }
  body main section.single-product h3 span {
    font-size: 24px;
  }
}
body main section.single-product section.outros-produtos-single {
  position: relative;
  margin-top: 50px;
  background-image: url("../image/novo/produtos/bg-confira.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
@media (max-width: 991px) {
  body main section.single-product section.outros-produtos-single {
    background: #fff;
  }
}
body main section.single-product section.outros-produtos-single .outros-bg {
  right: 0;
  bottom: -70px;
  position: absolute;
  z-index: 1;
}
body main section.single-product section.outros-produtos-single .sep-sec {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 766px;
  margin-top: 90px;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  body main section.single-product section.outros-produtos-single .sep-sec {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
body main section.single-product section.outros-produtos-single h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #00973A;
  text-align: center;
  margin-bottom: 25px;
  padding-top: 10px;
}
@media (max-width: 991px) {
  body main section.single-product section.outros-produtos-single h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }
}
body main section.single-product section.outros-produtos-single .btn-padrao {
  min-width: 200px;
}
body main section.single-product .outros {
  padding-bottom: 65px;
}
@media (max-width: 991px) {
  body main section.single-product .outros {
    padding-bottom: 40px;
  }
}
body main section.single-product .ver-produtos {
  padding-right: 70px;
  padding-left: 70px;
  background: #000;
  border-radius: 5px;
  width: auto;
  text-align: center;
  display: table;
  margin: 0 auto;
  margin-top: 36px;
  min-height: 46px;
  font-weight: 700;
  font-size: 16px;
  color: #FDFDFD;
  line-height: 46px;
}
@media (max-width: 991px) {
  body main section.single-product .ver-produtos {
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  body main section.single-product .top-single-product .cta-cart {
    min-width: 300px;
  }
  body main section.single-product .top-single-product .col-lg-10.image-principal {
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
  body main section.single-product .top-single-product .col-lg-6 {
    font-size: 16px;
  }
  body main section.single-product .top-single-product .col-lg-6 h1,
body main section.single-product .top-single-product .col-lg-6 h2 {
    font-size: 24px;
  }
  body main section.single-product .top-single-product .col-lg-6 h1 {
    margin-top: 20px;
    padding-bottom: 0;
  }
  body main section.single-product .top-single-product .col-lg-6 strong {
    font-size: 15px;
  }
  body main section.single-product .separador {
    display: none !important;
  }
  body main section.single-product h2 {
    font-size: 24px !important;
  }
  body main section.single-product p,
body main section.single-product button {
    font-size: 16px !important;
  }
  body main section.single-product .especificacoes .col-lg-4 {
    padding: 0;
    width: 90%;
    margin: 0 auto;
    margin-top: 140px;
    display: Flex;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  body main section.single-product .especificacoes .col-lg-4 {
    margin-top: 90px;
  }
}
@media screen and (max-width: 991px) {
  body main section.single-product .especificacoes .right {
    min-width: 280px;
    max-width: 365px;
  }
  body main section.single-product .especificacoes .right button {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  body main section.single-product .outros-bg {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  body main section.single-product .ver-produtos {
    font-size: 16px !important;
  }
}
@media (max-width: 991px) {
  body main section.single-product .item-products-list {
    max-width: 350px;
    margin: auto;
    margin-bottom: 20px;
  }
  body main section.single-product .item-products-list .btn-padrao {
    height: 50px;
  }
}
body main section.contato,
body main section.trabalhe-conosco {
  background-color: #fff;
  padding: 80px 0;
  position: relative;
}
body main section.contato .borderx,
body main section.trabalhe-conosco .borderx {
  width: 60%;
  height: 1px;
  background: #eee;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.contato .canais,
body main section.trabalhe-conosco .canais {
    width: 25px;
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
  }
}
body main section.contato .phone-area,
body main section.trabalhe-conosco .phone-area {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  body main section.contato .phone-area,
body main section.trabalhe-conosco .phone-area {
    width: auto;
    margin-left: 15px;
  }
}
body main section.contato .phone-area .w-lg-50,
body main section.trabalhe-conosco .phone-area .w-lg-50 {
  width: 40%;
}
@media (max-width: 991px) {
  body main section.contato .phone-area .w-lg-50,
body main section.trabalhe-conosco .phone-area .w-lg-50 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
body main section.contato a.black,
body main section.trabalhe-conosco a.black {
  text-decoration: unset !important;
  color: #4e4e4e !important;
}
body main section.contato .box-final,
body main section.trabalhe-conosco .box-final {
  background: #F5F5F5;
  border-radius: 5px;
  width: 90%;
  margin: auto;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}
body main section.contato .box-final p,
body main section.trabalhe-conosco .box-final p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #4E4E4E;
  max-width: 420px;
  margin: auto;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.contato .box-final p,
body main section.trabalhe-conosco .box-final p {
    margin-bottom: 10px;
  }
}
body main section.contato h5,
body main section.trabalhe-conosco h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #00973A;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  body main section.contato h5,
body main section.trabalhe-conosco h5 {
    margin-top: 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
}
body main section.contato .projeto,
body main section.trabalhe-conosco .projeto {
  display: flex;
  justify-content: left;
  margin-top: -15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
body main section.contato .projeto div,
body main section.trabalhe-conosco .projeto div {
  width: 40%;
}
@media (max-width: 991px) {
  body main section.contato .projeto,
body main section.trabalhe-conosco .projeto {
    justify-content: flex-start;
    margin-top: 0;
  }
  body main section.contato .projeto div,
body main section.trabalhe-conosco .projeto div {
    padding-right: 15px;
    margin-top: -15px;
  }
}
body main section.contato .projeto label,
body main section.trabalhe-conosco .projeto label {
  font-weight: 500;
}
body main section.contato a.box,
body main section.trabalhe-conosco a.box {
  padding-top: 0;
  margin-top: 0;
  font-size: 17px;
  color: black;
  text-decoration: none;
}
@media (max-width: 991px) {
  body main section.contato a.box,
body main section.trabalhe-conosco a.box {
    font-size: 14px;
  }
}
body main section.contato a.box img,
body main section.trabalhe-conosco a.box img {
  width: 27px;
  margin-right: 12px;
}
@media (max-width: 991px) {
  body main section.contato,
body main section.trabalhe-conosco {
    padding: 30px 0;
  }
}
body main section.contato .container,
body main section.trabalhe-conosco .container {
  position: relative;
}
body main section.contato .right-c,
body main section.trabalhe-conosco .right-c {
  width: 51%;
  max-width: 535px;
}
body main section.contato .solicite,
body main section.trabalhe-conosco .solicite {
  position: absolute;
  left: -35px;
  top: 20px;
}
body main section.contato .end,
body main section.trabalhe-conosco .end {
  justify-content: space-between;
}
body main section.contato .end .col-lg-5,
body main section.trabalhe-conosco .end .col-lg-5 {
  width: 38%;
  padding-right: 0;
  padding: 0;
}
body main section.contato .end .col-lg-3,
body main section.trabalhe-conosco .end .col-lg-3 {
  /*min-width: 180px;*/
}
body main section.contato .end .col-lg-3 .col,
body main section.trabalhe-conosco .end .col-lg-3 .col {
  font-size: 17px;
}
body main section.contato .end .col-lg-3.first,
body main section.trabalhe-conosco .end .col-lg-3.first {
  padding: 0;
  margin-left: -30px;
}
body main section.contato .end .col-lg-3.last,
body main section.trabalhe-conosco .end .col-lg-3.last {
  padding: 0;
}
body main section.contato .end .col-lg-3.last .box,
body main section.trabalhe-conosco .end .col-lg-3.last .box {
  margin-left: -12px;
}
body main section.contato .end .cta-orange,
body main section.trabalhe-conosco .end .cta-orange {
  background: none !important;
  position: relative;
  left: -5px;
}
body main section.contato .end .col,
body main section.trabalhe-conosco .end .col {
  padding: 0;
}
body main section.contato .row.detalhes,
body main section.trabalhe-conosco .row.detalhes {
  background: #0d5a3b;
  border-radius: 0px 0px 20px 20px;
  color: white;
  padding-bottom: 22px;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
body main section.contato .col-lg-3 strong,
body main section.trabalhe-conosco .col-lg-3 strong {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  color: #000000;
}
body main section.contato .col-lg-3 .col,
body main section.trabalhe-conosco .col-lg-3 .col {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
body main section.contato h2,
body main section.trabalhe-conosco h2 {
  font-weight: 700;
  font-size: 37.3333px;
  line-height: 45px;
  color: #00973A;
}
body main section.contato h2 strong,
body main section.trabalhe-conosco h2 strong {
  display: block;
  color: #FF9900;
  font-weight: 700;
}
body main section.contato p,
body main section.trabalhe-conosco p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
body main section.contato p.principal,
body main section.trabalhe-conosco p.principal {
  max-width: 767px;
  margin: 0 auto;
  margin-bottom: 63px;
}
body main section.contato iframe,
body main section.trabalhe-conosco iframe {
  width: 100%;
  height: 191px;
}
body main section.contato label,
body main section.trabalhe-conosco label {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
body main section.contato input,
body main section.contato select,
body main section.contato textarea,
body main section.trabalhe-conosco input,
body main section.trabalhe-conosco select,
body main section.trabalhe-conosco textarea {
  background: #fbfbfb;
  border: 0.8px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  /* identical to box height */
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 43px;
  width: 100%;
  color: #bebebe;
  margin-bottom: 20px;
}
body main section.contato input::-moz-placeholder, body main section.contato select::-moz-placeholder, body main section.contato textarea::-moz-placeholder, body main section.trabalhe-conosco input::-moz-placeholder, body main section.trabalhe-conosco select::-moz-placeholder, body main section.trabalhe-conosco textarea::-moz-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  /* identical to box height */
  position: relative;
  top: 3px;
  color: #bebebe;
}
body main section.contato input:-ms-input-placeholder, body main section.contato select:-ms-input-placeholder, body main section.contato textarea:-ms-input-placeholder, body main section.trabalhe-conosco input:-ms-input-placeholder, body main section.trabalhe-conosco select:-ms-input-placeholder, body main section.trabalhe-conosco textarea:-ms-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  /* identical to box height */
  position: relative;
  top: 3px;
  color: #bebebe;
}
body main section.contato input::placeholder,
body main section.contato select::placeholder,
body main section.contato textarea::placeholder,
body main section.trabalhe-conosco input::placeholder,
body main section.trabalhe-conosco select::placeholder,
body main section.trabalhe-conosco textarea::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  /* identical to box height */
  position: relative;
  top: 3px;
  color: #bebebe;
}
body main section.contato h3,
body main section.trabalhe-conosco h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  color: #000000;
  margin-bottom: 0;
  line-height: 40px;
}
body main section.contato a,
body main section.trabalhe-conosco a {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #1198ce;
}
body main section.contato button,
body main section.trabalhe-conosco button {
  padding: 12px;
  padding-left: 33px;
  padding-right: 33px;
  background-color: #FCC503;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #332703;
  margin: 0 auto;
  outline: 0;
  border: 0;
  border-radius: 5.12684px;
  margin-top: 20px;
  float: right;
  background-color: #F39200;
  height: 46px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  body main section.contato .col-lg-11,
body main section.trabalhe-conosco .col-lg-11 {
    flex-direction: column !important;
  }
  body main section.contato .col-lg-6,
body main section.trabalhe-conosco .col-lg-6 {
    margin-bottom: 20px !important;
  }
  body main section.contato .fale-especialista,
body main section.trabalhe-conosco .fale-especialista {
    font-size: 14px;
    max-width: 100%;
    line-height: 27px;
  }
  body main section.contato .duvidas,
body main section.trabalhe-conosco .duvidas {
    font-size: 14px;
    max-width: 100%;
    line-height: 27px;
  }
  body main section.contato .end .col-lg-3.first,
body main section.trabalhe-conosco .end .col-lg-3.first {
    margin-left: -12px !important;
  }
  body main section.contato .right-c,
body main section.trabalhe-conosco .right-c {
    width: 90%;
    margin: 0 auto;
  }
  body main section.contato .right-c .col-lg-4,
body main section.trabalhe-conosco .right-c .col-lg-4 {
    margin-bottom: 10px;
  }
  body main section.contato .col-lg-11 .col-lg-5,
body main section.trabalhe-conosco .col-lg-11 .col-lg-5 {
    width: 90%;
    margin: 0 auto;
  }
}
body main section.contato .sele,
body main section.trabalhe-conosco .sele {
  font-weight: 400;
  font-size: 25px !important;
  line-height: 30px;
  text-align: center;
  color: #393939;
}
body main section.contato .mx,
body main section.trabalhe-conosco .mx {
  width: 109%;
  margin-left: -20px;
  color: white;
  background: #116d92;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 19px;
  padding-bottom: 19px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13);
  border-radius: 14px;
}
body main section.contato .mx .col-lg-4,
body main section.trabalhe-conosco .mx .col-lg-4 {
  padding: 0;
  margin: 0;
  width: 150px;
}
body main section.contato .mx h4,
body main section.trabalhe-conosco .mx h4 {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}
body main section.contato .mx p,
body main section.trabalhe-conosco .mx p {
  font-weight: 700;
  font-size: 15px !important;
  line-height: 18px;
  margin-bottom: 0;
}
body main section.contato .mx img,
body main section.trabalhe-conosco .mx img {
  width: 43px;
}
body main section.contato .align-items-right,
body main section.trabalhe-conosco .align-items-right {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  line-height: 15px;
}
body main section.contato .selecione,
body main section.trabalhe-conosco .selecione {
  display: inline-block;
  background: #008D36;
  border-radius: 0px 5px 5px 0px;
  height: 43px;
  width: 30%;
  line-height: 35px;
  margin-left: -8px;
  color: white;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.contato .flex-box,
body main section.trabalhe-conosco .flex-box {
  display: flex;
}
body main section.contato .name-file,
body main section.trabalhe-conosco .name-file {
  background: #fbfbfb;
  border: 0.8px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 43px;
  width: 70%;
  color: #bebebe;
  margin-bottom: 20px;
  display: inline-block;
  margin-bottom: 0;
}
body main section.contato .box .col-lg-6,
body main section.trabalhe-conosco .box .col-lg-6 {
  position: relative;
}
body main section.contato .box .col-lg-6.yellow:before,
body main section.trabalhe-conosco .box .col-lg-6.yellow:before {
  background: #ffb800;
  content: "UNIDADE 1 - MATRIZ";
}
body main section.contato .box .col-lg-6.blue:before,
body main section.trabalhe-conosco .box .col-lg-6.blue:before {
  background: #1198ce;
  content: "UNIDADE 2 - MATRIZ";
}
body main section.contato .box .col-lg-6:before,
body main section.trabalhe-conosco .box .col-lg-6:before {
  width: 200px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
}
body main section.contato input[type=checkbox],
body main section.trabalhe-conosco input[type=checkbox] {
  display: inline;
  width: 18px;
  height: 18px;
  background: #dcdcdc !important;
  fill: #dcdcdc;
  padding: 0;
  margin: 0;
  position: relative;
  top: 15px;
  margin-right: 10px;
}
body main section.contato .single,
body main section.trabalhe-conosco .single {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
}
@media screen and (max-width: 991px) {
  body main section.contato .solicite,
body main section.trabalhe-conosco .solicite {
    display: block;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 55px !important;
    margin-bottom: 8px !important;
  }
  body main section.contato form .col.d-flex,
body main section.trabalhe-conosco form .col.d-flex {
    flex-direction: column;
  }
  body main section.contato form .col.d-flex .col-lg-5,
body main section.contato form .col.d-flex .col-lg-6,
body main section.trabalhe-conosco form .col.d-flex .col-lg-5,
body main section.trabalhe-conosco form .col.d-flex .col-lg-6 {
    width: 100%;
  }
  body main section.contato h2,
body main section.trabalhe-conosco h2 {
    line-height: 35px;
  }
  body main section.contato h1,
body main section.contato h2,
body main section.trabalhe-conosco h1,
body main section.trabalhe-conosco h2 {
    font-size: 24px !important;
  }
  body main section.contato p,
body main section.trabalhe-conosco p {
    font-size: 16px !important;
  }
  body main section.contato label,
body main section.contato button,
body main section.trabalhe-conosco label,
body main section.trabalhe-conosco button {
    font-size: 15px !important;
  }
}
body main section.vantagens-trabalhar-conosco {
  position: relative;
  background-image: url("../image/novo/contato/bg-contato.png");
  background-position: top;
  padding-top: 100px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  body main section.vantagens-trabalhar-conosco {
    padding-top: 15px;
    background: #F5F5F5;
  }
}
body main section.vantagens-trabalhar-conosco .bg-bolas {
  position: absolute;
  right: 0;
  top: -200px;
}
body main section.vantagens-trabalhar-conosco img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
body main section.vantagens-trabalhar-conosco h2 {
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 55px;
  font-weight: 400;
  font-size: 30.462px;
  line-height: 37px;
  text-align: center;
  color: #42392A;
}
body main section.vantagens-trabalhar-conosco h2 strong {
  font-weight: 700;
  font-size: 37.3333px;
  line-height: 45px;
  text-align: center;
  color: #050462;
  display: block;
}
body main section.vantagens-trabalhar-conosco h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  /* laranja texto */
  color: #00973A;
}
body main section.vantagens-trabalhar-conosco p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #42392A;
}
body main section.vantagens-trabalhar-conosco p,
body main section.vantagens-trabalhar-conosco h3 {
  max-width: 369px;
}
body main section.vantagens-trabalhar-conosco .col-lg-0 img {
  margin-right: 25px;
  position: relative;
  max-width: 171px;
  max-height: 171px;
  border-radius: 100%;
}
body main section.vantagens-trabalhar-conosco .top-curriculo {
  margin-top: -85px;
}
@media screen and (max-width: 991px) {
  body main section.vantagens-trabalhar-conosco .col-lg-6.d-flex {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
  }
  body main section.vantagens-trabalhar-conosco .col-lg-6.d-flex img {
    margin-right: 0px !important;
  }
  body main section.vantagens-trabalhar-conosco .bg-bolas {
    display: none;
  }
  body main section.vantagens-trabalhar-conosco .top-curriculo {
    margin-top: -55px;
    z-index: 1;
    width: 100%;
  }
  body main section.vantagens-trabalhar-conosco h2,
body main section.vantagens-trabalhar-conosco strong {
    font-size: 24px !important;
  }
  body main section.vantagens-trabalhar-conosco h3 {
    font-size: 20px !important;
    margin-top: 15px;
  }
  body main section.vantagens-trabalhar-conosco p {
    font-size: 16px !important;
  }
}
body main section.vantagens-trabalhar-conosco .logo {
  width: 192px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
  margin-top: 20px;
}
@media (max-width: 991px) {
  body main section.vantagens-trabalhar-conosco .logo {
    width: 150px;
  }
}
body main section.servicos {
  padding-top: 90px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.servicos {
    padding-top: 30px;
    text-align: center;
  }
}
body main section.servicos h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #00973A;
}
@media (max-width: 991px) {
  body main section.servicos h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
body main section.servicos h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  color: #343434;
  margin-bottom: 40px;
  max-width: 557px;
}
@media (max-width: 991px) {
  body main section.servicos h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}
body main section.servicos p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  max-width: 502px;
  color: #000000;
}
@media (max-width: 991px) {
  body main section.servicos p {
    font-size: 16px;
  }
}
body main section.servicos span {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
@media (max-width: 991px) {
  body main section.servicos span {
    font-weight: 500;
    font-size: 16px;
  }
}
body main section.servicos .box-destaque {
  background: linear-gradient(360deg, #F2F2F2 0%, rgba(217, 217, 217, 0) 50%);
  border-radius: 10px;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #008D36;
  padding-left: 40px;
  min-height: 133px;
  padding-bottom: 10px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  body main section.servicos .box-destaque {
    font-size: 20px;
    padding-left: 0;
    padding: 15px;
    margin-bottom: 10px;
  }
  body main section.servicos .box-destaque img {
    width: 100px;
    margin-top: 10px;
  }
}
body main section.servicos .col-right {
  background: #2F2F2F;
  border-radius: 5px;
  padding: 40px;
  padding-bottom: 40px;
  max-width: 589px;
}
@media (max-width: 991px) {
  body main section.servicos .col-right {
    padding: 20px;
  }
}
body main section.servicos .col-right h2 {
  font-weight: 700;
  font-size: 37.3333px;
  line-height: 46px;
  text-align: center;
  color: #FF9900;
}
@media (max-width: 991px) {
  body main section.servicos .col-right h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
body main section.servicos .col-right p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  max-width: unset;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body main section.servicos .col-right p {
    font-size: 16px;
  }
}
body main section.servicos .col-right label {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  body main section.servicos .col-right label {
    font-size: 15px;
    text-align: left;
    display: block;
  }
}
body main section.servicos .col-right input, body main section.servicos .col-right textarea {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #BEBEBE;
}
body main section.servicos .col-right textarea {
  height: 149px;
}
body main section.servicos .col-right input {
  height: 43px;
}
body main section.servicos .col-right button {
  padding: 12px;
  padding-left: 33px;
  padding-right: 33px;
  background-color: #FCC503;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #332703;
  margin: 0 auto;
  outline: 0;
  border: 0;
  border-radius: 5.12684px;
  margin-top: 20px;
  background-color: #F39200;
  height: 46px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  body main section.servicos .col-right button {
    font-size: 15px;
  }
}
body main section.servicos .col-right form {
  margin-top: 30px;
}
@media (max-width: 991px) {
  body main section.servicos .col-right form {
    margin-top: 20px;
  }
}
body main section.servicos .sep-sec {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 766px;
  margin-top: 85px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.servicos .sep-sec {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
body main section.servicos .fixed-image {
  position: absolute;
  left: 0;
  bottom: -600px;
}
@media (max-width: 991px) {
  body main section.servicos .fixed-image {
    display: none;
  }
}
body main section.duvidas {
  padding-top: 90px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  body main section.duvidas {
    padding-top: 25px;
  }
}
body main section.duvidas .right {
  text-align: center;
  min-width: 365px;
  max-width: 365px;
  float: right;
  margin: 0 auto;
  background: #161616;
  border-radius: 16px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 25px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  body main section.duvidas .right {
    min-width: 280px;
    max-width: 365px;
  }
  body main section.duvidas .right span {
    margin-bottom: 15px;
    display: block;
  }
}
@media (max-width: 991px) {
  body main section.duvidas .right .icon {
    display: block;
    margin-bottom: 10px;
  }
}
body main section.duvidas .right .img-first {
  width: 260px;
  height: 88px;
  margin-top: -22px;
  margin-bottom: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.duvidas .right .img-first {
    -o-object-fit: contain;
       object-fit: contain;
    width: 200px;
    margin-top: -30px;
    margin-bottom: 15px;
  }
}
body main section.duvidas .right span {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body main section.duvidas .right span {
    font-size: 15px;
  }
}
body main section.duvidas .right h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  /* identical to box height */
  color: #ffffff;
  margin-bottom: 15px;
}
body main section.duvidas .right p {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 23px;
}
body main section.duvidas .col-lg-8 .duvida .row {
  position: relative;
}
body main section.duvidas .col-lg-8 .col-11 {
  padding: 0;
}
body main section.duvidas .col-lg-8 .col-11 i {
  color: #FF7A00;
  top: 6px;
  font-size: 25px;
  float: right;
  right: 0;
  position: absolute;
}
body main section.duvidas .duvida {
  padding: 10px 20px;
  margin: 20px 0;
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  /* identical to box height */
  color: #000000;
  border-bottom: 0.8px solid #dedede;
}
body main section.duvidas .duvida i {
  color: #f07c00;
  margin-right: 20px;
  top: -5px;
  position: relative;
  font-size: 18px;
}
@media (max-width: 991px) {
  body main section.duvidas .duvida i {
    position: absolute;
    font-size: 18px;
    right: 0;
    top: unset;
  }
}
body main section.duvidas .resposta {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
body main section.duvidas body main section.duvidas-page .resposta .in-resposta {
  padding: 10px 30px;
  padding-left: 20px;
}
body main section.duvidas h3.orange {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  /* identical to box height */
  color: #F39200;
  margin-bottom: 30px;
  margin-top: 5px;
}
@media screen and (max-width: 991px) {
  body main section.duvidas h3.orange {
    font-size: 24px !important;
  }
  body main section.duvidas .duvida {
    font-size: 20px !important;
  }
  body main section.duvidas p {
    font-size: 16px;
  }
}
body main section.blog {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  body main section.blog .texto {
    font-size: 18px;
  }
}
body main section.blog .titulo-principal {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #ee6f32;
  margin-bottom: 30px;
  margin-left: 30px;
}
@media (min-width: 992px) {
  body main section.blog .col-lg-9 {
    width: 72%;
  }
}
body main section.blog .col-lg-6 {
  position: relative;
  max-width: 369px;
  min-height: 384px;
  background: #ffffff;
  filter: drop-shadow(6px 9px 10px rgba(0, 0, 0, 0.12));
  padding: 0;
}
body main section.blog .col-lg-6 img.home {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  max-width: 369px;
  max-height: 153px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
body main section.blog .col-lg-6 .item {
  padding-left: 20px;
  padding-top: 23px;
  display: block;
  padding-bottom: 25px;
  padding-right: 20px;
}
body main section.blog .col-lg-6 .item h3 {
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  color: #42392A;
  margin-top: 0px;
  margin-bottom: 17px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
body main section.blog .col-lg-6 .item span {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  /* identical to box height */
  color: #ffffff;
  background-color: #0c452e;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 11px;
  margin-bottom: 6px;
  padding-right: 11px;
  display: inline-block;
}
body main section.blog .col-lg-6 .item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #42392A;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
  margin-top: 7px;
  margin-bottom: 20px;
  text-align: left;
}
body main section.blog .col-lg-6 .item .link {
  position: absolute;
  bottom: 26px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #F39200;
}
@media (max-width: 991px) {
  body main section.blog .col-lg-6 .item .link {
    position: relative;
    bottom: 0;
    font-size: 15px;
  }
}
body main section.blog .col-lg-6 .item .link .right {
  margin-left: 15px;
}
body main section.blog .leia-mais {
  margin-top: 30px !important;
  padding-top: 40px;
  border-top: 1px solid #d2d2d2;
  max-width: 369px;
  margin: 0;
}
body main section.blog .leia-mais .col {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-bottom: 32px;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
body main section.blog .leia-mais .col img {
  height: 84px;
  width: 84px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.blog .leia-mais .col-lg-9 {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
body main section.blog .leia-mais .col-lg-9 img {
  margin-bottom: 7px;
}
@media screen and (max-width: 991px) {
  body main section.blog .leia-mais {
    margin: 0 auto !important;
  }
  body main section.blog .leia-mais .col-lg-9 {
    font-size: 16px;
  }
  body main section.blog .leia-mais .col-lg-3 {
    margin-bottom: 5px;
  }
}
body main section.blog .leia-mais .row {
  justify-content: unset !important;
}
body main section.blog .leia-mais h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FF7A00;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.blog {
    font-size: 16px;
    padding-top: 30px;
  }
  body main section.blog h2 {
    font-size: 24px;
    line-height: 35px;
  }
  body main section.blog img.pb-3 {
    width: 30px;
  }
  body main section.blog .row {
    width: 99%;
    margin: 0;
  }
  body main section.blog .item h3 {
    font-size: 22px !important;
  }
  body main section.blog .item span {
    font-size: 16px !important;
  }
  body main section.blog .item a {
    font-size: 16px !important;
  }
  body main section.blog .item p {
    font-size: 16px !important;
  }
  body main section.blog .btn-yellow {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  body main section.blog .col-lg-4 {
    min-height: auto;
    max-width: none;
  }
  body main section.blog p {
    text-align: center;
  }
  body main section.blog h2 {
    font-size: 24px;
    line-height: 35px;
  }
  body main section.blog img.pb-3 {
    width: 30px;
  }
  body main section.blog .row {
    width: 99%;
    margin: 0;
  }
  body main section.blog .item h3 {
    font-size: 17px !important;
  }
  body main section.blog .item span {
    font-size: 16px !important;
  }
  body main section.blog .item a {
    font-size: 16px !important;
  }
  body main section.blog .item p {
    font-size: 15px !important;
  }
  body main section.blog .btn-yellow {
    font-size: 16px;
    margin-top: 20px;
  }
}
body main section.blog .right {
  text-align: center;
  min-width: 365px;
  max-width: 365px;
  float: right;
  margin: 0 auto;
  background: #161616;
  border-radius: 16px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 25px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  body main section.blog .right {
    min-width: 280px;
    max-width: 365px;
  }
  body main section.blog .right span {
    margin-bottom: 15px;
    display: block;
  }
}
@media (max-width: 991px) {
  body main section.blog .right .icon {
    display: block;
    margin-bottom: 10px;
  }
}
body main section.blog .right .img-first {
  width: 260px;
  height: 88px;
  margin-top: -22px;
  margin-bottom: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.blog .right .img-first {
    -o-object-fit: contain;
       object-fit: contain;
    width: 200px;
    margin-top: -30px;
    margin-bottom: 15px;
  }
}
body main section.blog .right span {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body main section.blog .right span {
    font-size: 15px;
  }
}
body main section.blog .right h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  /* identical to box height */
  color: #ffffff;
  margin-bottom: 15px;
}
body main section.blog .right p {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  body main section.blog .col-lg-3.padrao {
    min-width: 280px;
    max-width: 369px;
  }
}
body main section.blog-interna h1,
body main section.blog-interna h2,
body main section.blog-interna h3,
body main section.blog-interna h4 {
  color: #ee6f32;
}
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 {
  color: #000;
}
body main section.blog-interna strong.titulo-blog {
  color: #ee6f32;
  font-size: 15px;
  line-height: 35px;
}
body main section.blog-interna img {
  max-width: 100%;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 20px;
  width: 100%;
  max-width: 759px;
  max-height: 294px;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.blog-interna h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #42392A;
  margin-bottom: 25px;
}
body main section.blog-interna a {
  color: Gray;
}
body main section.blog-interna .compartilhe {
  padding-top: 20px;
  padding-bottom: 12px;
  border-bottom: 0.8px solid #dedede;
  margin-bottom: 35px;
}
body main section.blog-interna .compartilhe .col-5 {
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #a1a1a1;
  font-weight: 400;
}
body main section.blog-interna h4 span {
  color: #ee6f32;
}
body main section.blog-interna h4 {
  margin-top: 25px;
  margin-bottom: 30px;
}
body main section.blog-interna hr {
  margin-top: 80px;
}
body main section.blog-interna img.gostou {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  max-height: -webkit-min-content;
  max-height: -moz-min-content;
  max-height: min-content;
  border-radius: 0;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  body main section.blog-interna h1,
body main section.blog-interna h2 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  body main section.blog-interna h3,
body main section.blog-interna h4 {
    font-size: 22px;
  }
  body main section.blog-interna strong {
    text-align: left;
  }
  body main section.blog-interna p {
    text-align: left;
  }
}
body main section.formulario-enviado {
  padding: 150px 0;
  color: #008D36;
}
body main section.formulario-enviado .box-in {
  text-align: center;
}
body main section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
body main section.formulario-enviado .box-in a {
  color: #008D36;
  font-weight: 500;
  border-bottom: 1px dotted #008D36;
}
body main section.formulario-enviado .box-in .btn-voltar {
  color: #008D36;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #008D36;
  transition: 0.3s all;
}
body main section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #008D36;
  color: white;
}
body main section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body main section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #008D36;
}
body main section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 700;
  color: #008D36;
  line-height: 1;
}
@media (max-width: 991px) {
  body main section.formulario-enviado {
    padding: 80px 0;
    text-align: center;
  }
  body main section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body main section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body main section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body main section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body main section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}
body footer section.footer-mapa iframe {
  width: 100%;
  height: 315px;
}
@media (min-width: 992px) {
  body footer section.footer-mapa .col:first-of-type {
    border-right: 3px solid #008D36;
  }
}
@media (max-width: 991px) {
  body footer section.footer-mapa .col {
    width: 100%;
    flex-basis: 100%;
  }
  body footer section.footer-mapa iframe {
    height: 200px;
  }
}
body footer section.footer-mapa .unidade {
  position: absolute;
  width: 456px;
  min-height: 99px;
  background: #F39200;
  display: flex;
  align-items: center;
  padding-left: 50px;
  color: white;
  padding-top: 20px;
  left: 110px;
  right: 0px;
  margin: auto;
}
@media (max-width: 991px) {
  body footer section.footer-mapa .unidade {
    left: 0;
    width: 100%;
    padding-left: 25px;
    position: relative;
    min-height: 80px;
    padding-top: 15px;
    padding-bottom: 13px;
  }
  body footer section.footer-mapa .unidade p {
    margin-bottom: 0;
  }
}
body footer section.footer-mapa .unidade h3 {
  font-weight: 700;
  font-size: 24.5837px;
  line-height: 30px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body footer section.footer-mapa .unidade h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}
body footer section.footer-mapa .unidade p {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body footer section.footer-mapa .unidade p {
    font-size: 14px;
  }
}
body footer section.footer .homep {
  max-width: 287px;
  max-height: 97px;
}
@media (max-width: 991px) {
  body footer section.footer .homep {
    margin: auto;
    display: block;
    width: 180px;
  }
}
body footer section.footer .top {
  background: #008D36;
  color: white;
}
body footer section.footer .top {
  justify-content: center;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 18px;
  padding-top: 22px;
}
body footer section.footer .top .news {
  padding-left: 25px;
}
@media (max-width: 991px) {
  body footer section.footer .top .news {
    justify-content: center;
    margin-bottom: 5px;
    text-align: center;
    padding-left: 0;
  }
}
body footer section.footer .top .news .align-items-right {
  display: flex;
  flex-direction: column;
  min-width: 195px;
}
body footer section.footer .top .news .align-items-right h4 {
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px; /* identical to box height */
  color: #ffffff;
}
body footer section.footer .top .news .align-items-right h4 strong {
  font-weight: 700;
}
body footer section.footer .top .news .align-items-right p {
  max-width: 300px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  body footer section.footer .top h4 {
    font-size: 22px !important;
  }
  body footer section.footer .top p {
    font-size: 16px !important;
  }
}
body footer section.footer .top img {
  position: relative;
  top: -10px;
}
body footer section.footer .top form {
  padding: 0;
  justify-content: space-evenly;
  display: flex;
}
body footer section.footer .top form input {
  min-width: 621px;
  padding-left: 12px;
  padding-top: 14px;
  padding-bottom: 11px;
  border: 0;
  background: #fbfbfb;
  border: 0.8px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #bebebe;
  vertical-align: middle;
  margin-right: -30px;
}
body footer section.footer .top form input::-moz-placeholder {
  color: #bebebe;
  font-weight: 300;
  font-family: inherit;
}
body footer section.footer .top form input:-ms-input-placeholder {
  color: #bebebe;
  font-weight: 300;
  font-family: inherit;
}
body footer section.footer .top form input::placeholder {
  color: #bebebe;
  font-weight: 300;
  font-family: inherit;
}
@media (max-width: 991px) {
  body footer section.footer .top form input {
    margin-right: 0;
  }
}
body footer section.footer .top form button {
  border: 0;
  outline: 0;
  background: #000;
  border-radius: 4.15033px;
  padding-left: 32px;
  padding-right: 31px;
  padding-top: 10px;
  padding-bottom: 11px;
  vertical-align: middle;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  padding-right: 60px;
  padding-left: 60px;
}
@media screen and (max-width: 991px) {
  body footer section.footer .top form button {
    font-size: 16px !important;
  }
}
body footer section.footer .top .phone {
  padding-left: 60px;
}
body footer section.footer .top .phone h4,
body footer section.footer .top .wpp h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  padding-bottom: 0;
  margin-bottom: 0;
}
body footer section.footer .top .phone p,
body footer section.footer .top .wpp p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
body footer section.footer .top .media {
  justify-content: end;
  display: flex;
  max-width: 120px;
}
body footer section.footer .top .media a {
  padding-left: 15px;
}
body footer section.footer .bottom {
  padding-bottom: 25px;
  padding-top: 55px;
  position: relative;
  overflow: hidden;
  background: #212121;
}
body footer section.footer .bottom .row {
  position: relative;
}
body footer section.footer .bottom .box {
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
}
body footer section.footer .bottom hr.first {
  background: white;
  margin-top: 40px;
  height: 2px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body footer section.footer .bottom hr.first {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
  }
}
body footer section.footer .bottom hr.last {
  background: white;
  height: 1px;
}
body footer section.footer .bottom span {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}
body footer section.footer .bottom p {
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body footer section.footer .bottom p {
    margin-top: 5px;
  }
}
body footer section.footer .bottom h4 {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  color: #F39200;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body footer section.footer .bottom h4 {
    font-size: 20px;
  }
  body footer section.footer .bottom h4 br {
    display: none;
  }
}
body footer section.footer .row.sub {
  padding-left: 60px;
}
body footer section.footer .row.sub .col-lg-12 {
  padding-bottom: 30px;
}
body footer section.footer .row.sub .locale img {
  padding-right: 12px;
  position: relative;
  top: -3px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  align-self: center;
}
body footer section.footer .row.sub .locale p {
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 0;
  max-width: 360px;
}
body footer section.footer .row.sub .locale strong {
  display: block;
  margin-bottom: 7px;
}
body footer section.footer .media {
  position: absolute;
  right: 0;
  width: 80px;
  display: flex;
  justify-content: space-around;
  z-index: 1;
}
body footer section.footer .main-cta-red,
body footer section.footer .main-cta-yellow {
  padding-left: 25px;
  padding-right: 40px;
  padding-top: 13px;
  padding-bottom: 12px;
  border: 0;
  outline: 0;
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 18.1593px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  border-radius: 5.04424px;
}
body footer section.footer .main-cta-red img,
body footer section.footer .main-cta-yellow img {
  margin-right: 25px;
}
body footer section.footer .main-cta-red {
  background-color: #dd1100;
  margin-right: 43px;
}
body footer section.footer .main-cta-yellow {
  background-color: #ffb800;
}
@media screen and (max-width: 991px) {
  body footer section.footer .bottom {
    padding: 25px 0 0 0;
  }
  body footer section.footer p {
    font-size: 16px;
  }
  body footer section.footer h4 {
    font-size: 24px;
    line-height: 35px;
  }
  body footer section.footer .media {
    width: 75px;
  }
  body footer section.footer .media img {
    width: 13px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body footer section.footer form {
    flex-wrap: wrap;
    width: 100%;
  }
  body footer section.footer form input {
    width: 100%;
    min-width: 100% !important;
    margin-bottom: 10px;
  }
  body footer section.footer nav {
    display: none;
  }
  body footer section.footer .col-lg-9 .col {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: start !important;
    flex-wrap: wrap;
    font-size: 15px;
  }
  body footer section.footer .row.sub {
    padding-left: 0;
    margin-top: 25px;
  }
  body footer section.footer .col.primary {
    margin-bottom: 15px;
  }
  body footer section.footer .locale p {
    font-size: 16px !important;
  }
  body footer section.footer .col.primary {
    height: 200px;
    justify-content: space-between;
    margin-left: 20px;
  }
  body footer section.footer .box {
    min-width: 210px;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  body footer section.footer .box {
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  body footer section.footer .phones {
    width: 25px;
  }
}
body footer section.footer-copy {
  background-color: #008D36;
  color: white;
  font-weight: 400;
  padding: 15px 0;
  margin-bottom: 66px;
}
@media (max-width: 991px) {
  body footer section.footer-copy {
    text-align: center;
    margin-bottom: 54px;
    font-size: 15px;
  }
  body footer section.footer-copy img {
    margin-top: 15px;
    max-width: 200px;
  }
}
body footer section.footer-copy nav.primary {
  margin-bottom: 25px;
}
body footer section.footer-copy nav.primary ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  list-style: none;
  padding-left: 0;
  justify-content: space-between;
}
body footer section.footer-copy nav.primary ul li {
  height: inherit;
}
body footer section.footer-copy nav.primary ul li a {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}
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: 350px;
  max-height: 400px;
  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 .contatos a {
  color: dimgray;
  font-weight: 700;
  display: block;
}
body footer section.modal-whatsapp .contatos a i {
  color: #4baa2b;
}
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: 15px;
  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 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 section.barra-fixa-mobile {
  background-color: #008D36;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  border-top: 2px solid #F39200;
  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.barra-fixa {
  position: fixed;
  z-index: 100;
  background-color: white;
  padding: 5px 0;
  border-top: 2px solid #008D36;
  bottom: -100px;
  left: 0;
  width: 100%;
  transition: 0.5s all;
}
body footer section.barra-fixa strong {
  margin-bottom: 3px;
  display: block;
}
body footer section.barra-fixa .box {
  transform: scale(0.9);
  color: black;
}
body footer section.barra-fixa.show {
  bottom: 0;
}
body footer section.barra-fixa .btn-orcamento {
  background-color: #ee6f32;
  color: white;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 18px;
}
@media (max-width: 991px) {
  body footer section.barra-fixa {
    display: none;
  }
}
body footer .menu-mobile {
  background: #00814c;
  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: white;
}
body footer .menu-mobile .logo {
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
body footer .menu-mobile .logo img {
  height: 80px;
  -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: white;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}