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

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

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

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

.container {
  max-width: 1350px;
}
.container.big {
  max-width: 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;
}

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

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

/* VARIAVEIS GLOBAIS DO PROJETO */
.row-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.add-carrinho .fa-spin {
  display: none;
}
.add-carrinho.loading .fa-shopping-cart {
  display: none;
}
.add-carrinho.loading .fa-spin {
  display: inline-block;
}

.main-phone {
  display: inline-flex;
  align-items: center;
  text-align: left;
  transition: 0.3s all;
  position: relative;
}
.main-phone img {
  margin-right: 8px;
  transition: all 1s;
}
.main-phone::before {
  position: absolute;
  bottom: -7px;
  left: -1px;
  height: 3px;
  width: 0;
  content: "";
  background-color: #4f9132;
  transition: all 1s;
}
.main-phone::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 3px;
  width: 0;
  content: "";
  background-color: #eec41f;
  transition: all 0.7s;
}
.main-phone:hover {
  transform: translateY(-3px);
}
.main-phone:hover::before, .main-phone:hover::after {
  width: 100%;
}
.main-phone:hover img {
  transform: rotateY(360deg);
}
.main-phone span {
  color: black;
  line-height: 1.4;
}
.main-phone span strong {
  font-size: 15px;
  color: #178f26;
  font-weight: 600;
  display: block;
}
@media (max-width: 991px) {
  .main-phone img {
    height: 25px;
  }
  .main-phone span {
    font-size: 14px;
  }
  .main-phone span strong {
    font-size: 13px;
  }
}

.main-cta {
  border-radius: 30px;
  overflow: hidden;
  display: inline-flex;
  color: white;
  font-weight: 600;
  font-size: 17px;
  transition: 0.2s all;
}
.main-cta i {
  transition: 0.2s all;
}
.main-cta .text {
  transition: color 0.3s;
  flex: 1;
}
.main-cta .icon {
  transition: 0.2s all;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 30px;
}
.main-cta.outline-vermelho {
  border: 2px solid #da2d24;
  padding: 15px 20px;
  display: inline-block;
  color: #da2d24;
  font-size: 18px;
  font-weight: 700;
}
.main-cta.outline-vermelho i {
  font-size: 24px;
  vertical-align: middle;
  color: #eec41f;
  margin-right: 5px;
}
.main-cta.outline-vermelho:hover {
  background-color: #da2d24;
  color: white;
}
.main-cta.outline-blue {
  border: 2px solid #2a84d5;
  padding: 10px 20px;
  display: inline-block;
  color: #2a84d5;
  font-size: 16px;
}
.main-cta.outline-blue i {
  font-size: 18px;
  color: #2a84d5;
  margin-right: 5px;
}
.main-cta.outline-blue:hover {
  background-color: #2a84d5;
  color: white;
}
.main-cta.outline-blue:hover i {
  color: white;
}
.main-cta.outline-verde {
  border: 2px solid #178f26;
  padding: 10px 20px;
  display: inline-block;
  color: #178f26;
  font-size: 16px;
}
.main-cta.outline-verde i {
  font-size: 18px;
  color: #178f26;
  margin-right: 5px;
}
.main-cta.outline-verde:hover {
  background-color: #178f26;
  color: white;
}
.main-cta.outline-verde:hover i {
  color: white;
}
.main-cta.outline-verde.filled {
  background-color: #178f26;
  color: white;
}
.main-cta.outline-verde.filled i {
  color: white;
}
.main-cta.outline-verde.filled:hover {
  background-color: transparent;
  color: #178f26;
}
.main-cta.outline-verde.filled:hover i {
  color: #178f26;
}
.main-cta.yellow {
  background-color: #eec41f !important;
}
.main-cta.yellow .text {
  padding: 15px 40px 15px 20px;
  color: #2d3d50;
}
.main-cta.yellow .icon {
  color: #2d3d50;
  width: 60px;
  background-color: #f2d675 !important;
}
.main-cta.yellow:hover {
  background-color: #2d3d50 !important;
}
.main-cta.yellow:hover .text {
  color: white;
}
.main-cta.yellow:hover .icon {
  background-color: #445c78 !important;
  color: white;
}
.main-cta.orcamento-topo {
  background-color: #da2d24;
}
.main-cta.orcamento-topo:hover {
  transform: translateY(-3px);
  background-color: #eec41f;
  color: #2d3d50;
}
.main-cta.orcamento-topo:hover .icon {
  background-color: #f2d675;
}
.main-cta.orcamento-topo .text {
  padding: 10px 30px 10px 20px;
}
.main-cta.orcamento-topo .icon {
  width: 50px;
  background-color: #e3746f;
}
@media (max-width: 991px) {
  .main-cta {
    font-size: 15px !important;
  }
  .main-cta i {
    font-size: 18px !important;
  }
}

body {
  font-size: 1em;
  font-family: "Poppins", sans-serif;
  text-rendering: optimizeLegibility;
  /* MODAL */
}
body div#lightbox {
  position: fixed !important;
  top: 10px !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body section.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: white;
}
body section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #2d3d50;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}
body .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body .modal-lg {
  max-width: 600px;
}
body .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body .modal-content {
  border-radius: 10px !important;
  background-color: white;
}
body .modal-content .closebtn {
  outline: none;
  color: white;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: -40px;
  border: none;
  cursor: pointer;
  z-index: 2;
  text-shadow: none;
  font-weight: 500;
  opacity: 1;
  font-size: 15px;
}
body .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
body .modal-body {
  padding: 30px 40px;
  border-radius: 15px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
body .modal-body .enviar {
  color: #2d3d50;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #2d3d50;
}
body .modal-body .enviar i {
  vertical-align: middle;
  font-size: 20px;
  margin-left: 15px;
}
body .modal-body .conteudo-modal {
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
  color: dimgray;
}
body .modal-body .conteudo-modal h1 {
  color: #2d3d50;
  font-size: 32px;
  font-weight: 500;
}
body .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  body .modal-body.video {
    min-height: 360px;
  }
}
body .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
body .modal-body form label {
  display: block;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 17px;
}
body .modal-body form button {
  margin-top: 15px !important;
}
body .modal-body form input,
body .modal-body form select,
body .modal-body form textarea {
  width: 100%;
  border: 1px solid gainsboro;
  padding: 10px 25px;
  font-size: 18px;
  outline: none;
}
body .modal-body form select {
  padding-top: 12px;
  padding-bottom: 12px;
}
body .modal-body form textarea {
  min-height: 100px;
  resize: vertical;
}
body .modal-body form .box-file .text {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  color: black;
}
body .modal-body form .box-file .flex-box {
  display: flex;
  margin-top: 5px;
  cursor: pointer;
}
body .modal-body form .box-file .flex-box .name-file {
  border: 1px solid #dfdfdf;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 500;
  color: #565656;
  outline: none;
  min-height: 49px;
  background-color: #f7f7f7;
  width: 100%;
}
body .modal-body form .box-file .flex-box .selecionar {
  padding: 10px 15px;
  font-size: 18px;
  color: white;
  background-color: #008af2;
  border-radius: 5px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  body .modal-body {
    padding: 15px 0px;
    background-image: none;
  }
  body .modal-body h4 {
    font-size: 18px;
    text-align: center;
  }
  body .modal-body .conteudo-modal {
    font-size: 14px;
  }
  body .modal-body .conteudo-modal h1 {
    font-size: 22px;
  }
  body .modal-body form label {
    font-size: 16px;
  }
  body .modal-body form input,
  body .modal-body form select,
  body .modal-body form textarea {
    font-size: 15px;
    padding: 10px;
  }
  body .modal-body form .box-file .text {
    font-size: 12px;
  }
  body .modal-body form .box-file .flex-box .name-file {
    padding: 10px;
    font-size: 12px;
  }
  body .modal-body form .box-file .flex-box .selecionar {
    font-size: 13px;
  }
}
body ul.paginacao {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 0;
}
body ul.paginacao li {
  list-style: none;
}
body ul.paginacao li a {
  background-color: white;
  border: 1px solid lightgray;
  width: 45px;
  height: 40px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: gray;
  font-size: 18px;
  transition: all 0.3s;
}
body ul.paginacao li a.active, body ul.paginacao li a:hover {
  color: white;
  border-color: #2d3d50;
  background-color: #2d3d50;
}
body section.formulario-enviado {
  padding: 80px 0;
  background-image: url("../image/bg-branco.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
body section.formulario-enviado .box-in h5 {
  font-size: 17px;
  font-weight: 400;
  max-width: 400px;
  margin-top: 20px;
  color: gray;
}
body section.formulario-enviado .box-in a {
  color: #2d3d50;
  font-weight: 500;
}
body section.formulario-enviado .box-in .btn-voltar {
  color: #2d3d50;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #2d3d50;
  transition: 0.3s all;
}
body section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #2d3d50;
  color: white;
}
body section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 600;
  color: #2d3d50;
}
body section.formulario-enviado .box-in .logo {
  width: 70px;
  margin-bottom: 25px;
}
body section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 700;
  color: #da2d24;
  line-height: 1;
}
body section.formulario-enviado .box-in h1 strong {
  display: block;
  font-weight: 400;
  color: #eec41f;
}
body section.formulario-enviado img {
  width: 100%;
}
@media (max-width: 991px) {
  body section.formulario-enviado {
    padding: 30px 0;
    text-align: center;
  }
  body section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body section.formulario-enviado img {
    margin: auto;
    display: block;
    margin-top: 15px;
    max-width: 200px;
  }
  body section.formulario-enviado .box-in .logo {
    width: 50px;
    margin-top: 0;
  }
  body section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
  body section.formulario-enviado .box-in h1 strong {
    display: inline;
  }
}
body .politica-termos {
  padding: 60px 0px;
  background-image: url("../image/bg-branco.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
body .politica-termos h1,
body .politica-termos h2,
body .politica-termos h3,
body .politica-termos h4,
body .politica-termos h5,
body .politica-termos h6 {
  color: #2d3d50;
}
body .politica-termos strong,
body .politica-termos b {
  color: #2d3d50;
}
@media (max-width: 991px) {
  body .politica-termos {
    padding: 20px 0px;
    font-size: 15px;
  }
  body .politica-termos h1 {
    font-size: 22px;
  }
}
body header section.header {
  margin-bottom: -1px;
}
body header section.header .topo {
  background-image: url("../image/bg-topo.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 15px 0;
}
body header section.header .topo .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body header section.header .topo .menu a {
  font-weight: 500;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}
body header section.header .topo .menu a:hover::before {
  width: 100%;
  opacity: 1;
}
body header section.header .topo .menu a:before {
  width: 0;
  opacity: 0;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  background-color: white;
  content: "";
  transition: 0.5s all;
}
body header section.header .topo .ligamos {
  display: flex;
  color: #eec41f;
  align-items: center;
  font-weight: 500;
}
body header section.header .topo .ligamos i {
  font-size: 24px;
  margin-right: 10px;
}
body header section.header .topo .ligamos a {
  color: #eec41f;
  border-bottom: 1px dotted #eec41f;
  transition: 0.3s all;
}
body header section.header .topo .ligamos a:hover {
  color: white;
  border-color: white;
}
body header section.header .principal {
  background-image: url("../image/bg-header.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 255px;
  background-position: bottom;
  padding-top: 40px;
}
body header section.header .principal .logo {
  width: 100%;
  transition: 0.3s all;
}
body header section.header .principal .logo:hover {
  transform: translateY(-3px);
}
body header section.header .principal .btn-carrinho {
  display: inline-flex;
  align-items: center;
  transition: 0.3s all;
}
body header section.header .principal .btn-carrinho:hover {
  transform: translateY(-3px);
}
body header section.header .principal .btn-carrinho:hover .icon .qtd {
  background-color: #eec41f;
}
body header section.header .principal .btn-carrinho:hover span {
  color: #eec41f;
}
body header section.header .principal .btn-carrinho:hover .seta {
  background-color: #eec41f;
  color: #2d3d50;
}
body header section.header .principal .btn-carrinho .icon {
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  position: relative;
  background-image: url("../image/btn-carrinho.png");
  background-size: contain;
  background-repeat: no-repeat;
}
body header section.header .principal .btn-carrinho .icon .qtd {
  position: absolute;
  right: -15px;
  top: 30px;
  background-color: #da2d24;
  width: 30px;
  border-radius: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: 500;
  transition: 0.3s all;
}
body header section.header .principal .btn-carrinho span {
  color: #2d3d50;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  transition: 0.3s all;
}
body header section.header .principal .btn-carrinho .seta {
  transition: 0.3s all;
  background-color: #e1e1e1;
  color: #178f26;
  font-size: 20px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: 30px;
}
body header section.header .principal form {
  display: flex;
  align-items: center;
}
body header section.header .principal form input {
  background-color: #f5f5f5;
  padding: 15px 30px;
  width: 100%;
  font-size: 14px;
  outline: none;
  border: 1px solid #eec41f;
  border-radius: 30px 0 0 30px;
}
body header section.header .principal form button {
  font-size: 16px;
  font-weight: 600;
  background-color: #eec41f;
  padding: 13px 30px 14px 20px;
  border: 1px solid #eec41f;
  outline: none;
  border-radius: 0 30px 30px 0;
  transition: 0.3s all;
}
body header section.header .principal form button:hover {
  background-color: #2a84d5;
  color: white;
  border-color: #2a84d5;
}
@media (min-width: 992px) {
  body header section.header .principal.fixo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding-top: 10px;
    min-height: auto;
  }
  body header section.header .principal.fixo .main-cta {
    font-size: 14px;
    flex-basis: 240px;
  }
  body header section.header .principal.fixo .main-cta .icon {
    font-size: 18px;
    width: 43px;
  }
  body header section.header .principal.fixo .main-cta .text {
    padding: 8px 20px 8px 20px;
  }
  body header section.header .principal.fixo .categorias .dropdown-categorias {
    width: 310px;
  }
  body header section.header .principal.fixo .categorias .dropdown-categorias .item {
    font-size: 14px;
    padding: 8px 15px;
  }
  body header section.header .principal.fixo .categorias .dropdown-categorias .item .subcategorias {
    width: 310px;
  }
  body header section.header .principal.fixo .categorias .todas {
    font-size: 13px;
    max-width: none;
  }
  body header section.header .principal.fixo .categorias .todas .icon {
    top: -2px;
    padding: 17px 15px;
  }
  body header section.header .principal.fixo .categorias .todas .icon img {
    height: 15px;
  }
  body header section.header .principal.fixo .categorias .cat {
    font-size: 13px;
    padding: 15px 0;
    max-width: none;
  }
  body header section.header .principal.fixo .categorias .cat img {
    height: 22px;
  }
  body header section.header .principal.fixo .col-lg-2 {
    width: 8.3333333333%;
  }
  body header section.header .principal.fixo .col-lg-4 {
    width: 41.6666666667%;
  }
  body header section.header .principal.fixo .text-lg-start {
    text-align: right !important;
  }
  body header section.header .principal.fixo form input {
    font-size: 13px;
    padding: 10px 20px;
  }
  body header section.header .principal.fixo form button {
    padding: 10px 30px 10px 20px;
    font-size: 13px;
  }
  body header section.header .principal.fixo .main-phone {
    font-size: 15px;
  }
  body header section.header .principal.fixo .main-phone strong {
    font-size: 13px;
  }
  body header section.header .principal.fixo .btn-carrinho .seta {
    font-size: 14px;
    width: 35px;
    height: 35px;
  }
  body header section.header .principal.fixo .btn-carrinho span {
    font-size: 16px;
  }
  body header section.header .principal.fixo .btn-carrinho .icon {
    width: 50px;
    height: 50px;
  }
  body header section.header .principal.fixo .btn-carrinho .icon .qtd {
    height: 25px;
    width: 25px;
    font-size: 11px;
    right: -14px;
    top: 18px;
  }
  body header section.header .principal.fixo .btn-carrinho .icon img {
    width: 20px;
    height: 20px;
  }
  body header section.header .principal.fixo .logo {
    width: 100px;
  }
  body header section.header .principal.fixo .categorias {
    margin-top: 10px;
  }
}
body header section.header .categorias-mobile {
  display: none;
}
body header section.header .categorias-mobile .menu {
  display: flex;
  align-items: center;
  color: white;
  font-weight: 500;
  background: #2d3d50;
  font-size: 15px;
  padding: 15px 20px;
  justify-content: center;
  margin-top: 20px;
}
body header section.header .categorias-mobile .menu img {
  margin-right: 15px;
  height: 15px;
}
body header section.header .categorias-mobile .in-categorias {
  background-color: #2d3d50;
  padding: 10px;
}
body header section.header .categorias-mobile .in-categorias a {
  color: white;
  padding: 5px 20px;
  display: block;
  font-weight: 400;
  transition: 0.3s all;
  font-size: 14px;
}
body header section.header .categorias-mobile .in-categorias a i {
  color: #eec41f;
}
body header section.header .categorias {
  border-top: 1px solid gainsboro;
  margin-top: 40px;
}
body header section.header .categorias .main-cta {
  flex: 0 0 280px;
}
body header section.header .categorias .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body header section.header .categorias .cat {
  display: flex;
  color: #2d3d50;
  padding: 25px 0;
  font-weight: 700;
  line-height: 1.2;
  max-width: 180px;
  align-items: center;
  text-transform: uppercase;
  transition: 0.3s all;
}
body header section.header .categorias .cat:hover {
  transform: translateY(-3px);
}
body header section.header .categorias .cat:hover:nth-child(4n+1) {
  color: #2784d5;
}
body header section.header .categorias .cat:hover:nth-child(4n+2) {
  color: #1c9129;
}
body header section.header .categorias .cat:hover:nth-child(4n+3) {
  color: #edc522;
}
body header section.header .categorias .cat:hover:nth-child(4n+4) {
  color: #dc362e;
}
body header section.header .categorias .cat:hover img {
  transform: rotateY(360deg);
}
body header section.header .categorias .cat img {
  transition: 1s all;
  margin-right: 12px;
}
body header section.header .categorias .destaque-dropdown {
  position: relative;
}
body header section.header .categorias .destaque-dropdown .img {
  height: 40px;
}
body header section.header .categorias .destaque-dropdown:hover .in-dropdown {
  opacity: 1;
  pointer-events: all;
}
body header section.header .categorias .destaque-dropdown .in-dropdown {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  top: 100%;
  left: 0;
  z-index: 2;
  background-color: #3a434e;
  padding: 10px;
  width: 350px;
}
body header section.header .categorias .destaque-dropdown .in-dropdown a {
  color: white;
  padding: 5px 20px;
  display: block;
  font-weight: 400;
  transition: 0.3s all;
  font-size: 14px;
}
body header section.header .categorias .destaque-dropdown .in-dropdown a i {
  color: #eec41f;
}
body header section.header .categorias .destaque-dropdown .in-dropdown a:hover {
  background-color: #41556b;
  color: #eec41f;
}
body header section.header .categorias .todas {
  display: flex;
  align-items: center;
  color: #2a84d5;
  font-weight: 700;
  line-height: 1.2;
  max-width: 180px;
  position: relative;
  cursor: pointer;
}
body header section.header .categorias .todas span {
  transition: 0.3s all;
}
body header section.header .categorias .todas:hover .dropdown-categorias {
  opacity: 1;
  pointer-events: all;
}
body header section.header .categorias .todas:hover .icon img {
  transform: rotateY(360deg);
}
body header section.header .categorias .todas:hover span {
  transform: translateY(-3px);
}
body header section.header .categorias .todas .dropdown-categorias {
  margin-top: -5px;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s all;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  background-color: #2d3d50;
  padding: 10px;
  width: 350px;
}
body header section.header .categorias .todas .dropdown-categorias .item-dropdown {
  position: relative;
}
body header section.header .categorias .todas .dropdown-categorias .item-dropdown .subcategorias {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  top: 0;
  left: 100%;
  z-index: 2;
  background-color: #3a434e;
  padding: 10px;
  width: 350px;
}
body header section.header .categorias .todas .dropdown-categorias .item-dropdown:hover .subcategorias {
  pointer-events: all;
  opacity: 1;
}
body header section.header .categorias .todas .dropdown-categorias .item {
  color: white;
  padding: 10px 25px;
  display: block;
  font-weight: 400;
  transition: 0.3s all;
  font-size: 15px;
  position: relative;
}
body header section.header .categorias .todas .dropdown-categorias .item .fa-chevron-right {
  color: white;
  position: absolute;
  right: 10px;
  top: 10px;
}
body header section.header .categorias .todas .dropdown-categorias .item:hover {
  background-color: #41556b;
  color: #eec41f;
}
body header section.header .categorias .todas .dropdown-categorias .item i {
  color: #eec41f;
}
body header section.header .categorias .todas .icon {
  background: #2d3d50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 15px;
  position: relative;
  top: -3px;
  margin-right: 15px;
}
body header section.header .categorias .todas .icon img {
  transition: 1s all;
}
@media (max-width: 991px) {
  body header section.header .topo {
    display: none;
  }
  body header section.header .categorias {
    margin-top: 20px;
  }
  body header section.header .principal {
    background-image: url("../image/bg-branco.png");
    background-size: cover;
    min-height: auto;
    padding-top: 20px;
  }
  body header section.header .principal .categorias {
    display: none;
  }
  body header section.header .principal .categorias-mobile {
    display: block;
  }
  body header section.header .principal .btn-carrinho span,
  body header section.header .principal .btn-carrinho .seta {
    display: none;
  }
  body header section.header .principal .btn-carrinho .icon {
    width: 55px;
    height: 55px;
  }
  body header section.header .principal .btn-carrinho .icon .qtd {
    width: 26px;
    height: 26px;
    font-size: 11px;
    right: -15px;
    top: 14px;
  }
  body header section.header .principal .btn-carrinho .icon img {
    width: 20px;
    height: 20px;
  }
  body header section.header .principal .logo {
    margin: auto;
    display: block;
    max-width: 150px;
  }
  body header section.header .principal form {
    margin-top: 15px;
  }
  body header section.header .principal form input {
    font-size: 13px;
    padding: 10px 15px;
  }
  body header section.header .principal form button {
    padding: 10px 25px;
    font-size: 13px;
  }
}
body header section.barra-lgpd {
  padding: 0 15px;
  background-color: #fbfbfb;
  border-bottom: 1px solid gainsboro;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: gray;
  display: none;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body header section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 57px;
    position: fixed;
    top: auto;
  }
  body header section.barra-lgpd .container {
    padding: 0;
  }
}
body header section.barra-lgpd.exibir {
  display: block;
}
body header section.barra-lgpd .row,
body header section.barra-lgpd .container {
  max-width: 1497px !important;
  margin: auto;
  justify-content: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in,
body header section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: gray;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted gray;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  cursor: pointer;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: gray;
  border: 1px solid gray;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: all 0.3s;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button:hover,
body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button:hover {
  background-color: #f9f9f9;
}
@media screen and (max-width: 991px) {
  body header section.barra-lgpd .row .conteudo-lgpd-in,
  body header section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .button-in,
  body header section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
  body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  body main.compensar {
    margin-top: 255px;
  }
}
body main section.header-conteudo {
  background-size: cover;
  background-image: url("../image/bg-header-conteudo.png");
  padding: 40px 0;
  color: white;
  font-size: 18px;
  font-weight: 300;
}
body main section.header-conteudo.small {
  padding: 20px 0 0 0;
}
body main section.header-conteudo h1 {
  font-size: 48px;
  font-weight: 700;
}
body main section.header-conteudo h1 strong {
  font-weight: 700;
  color: #2a84d5;
}
@media (max-width: 991px) {
  body main section.header-conteudo {
    padding: 20px 10px;
    font-size: 15px;
  }
  body main section.header-conteudo.small {
    padding: 10px 0;
  }
  body main section.header-conteudo h1 {
    font-size: 22px;
  }
}
body main section.breadcrumb {
  margin-bottom: 20px;
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
}
body main section.breadcrumb a {
  color: white;
  border-bottom: 1px dotted white;
  margin: 0 5px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
}
body main section.breadcrumb a:first-child {
  margin-left: 0;
}
body main section.breadcrumb a:last-child {
  margin-right: 0;
}
body main section.breadcrumb a.active {
  color: white;
  border-bottom: none;
}
@media (max-width: 991px) {
  body main section.breadcrumb {
    font-size: 12px;
  }
  body main section.breadcrumb a {
    font-size: 12px;
  }
}
body main .card-produto {
  border: 1px solid lightgray;
  padding: 10px 10px 30px 10px;
  border-radius: 10px;
  border-bottom: 5px solid #eec41f;
  position: relative;
}
body main .card-produto .selo {
  position: absolute;
  top: -3px;
  left: -3px;
  height: 100px;
  pointer-events: none;
}
body main .card-produto .preco {
  color: #da2d24;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
body main .card-produto .preco .de {
  font-size: 17px;
  text-decoration: line-through;
  font-weight: 400;
  color: #2a84d5;
}
body main .card-produto .preco span {
  font-size: 16px;
}
body main .card-produto .preco span.second {
  color: gray;
  font-weight: 400;
  margin-top: -3px;
  display: block;
}
body main .card-produto .ctas-limite {
  max-width: 329px;
  margin: auto;
}
body main .card-produto .selo-indisponivel {
  background-color: #da2d24;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font-size: 13px;
  border-radius: 0 10px 0 10px;
  padding: 5px 10px;
}
@media (min-width: 991px) {
  body main .card-produto {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
body main .card-produto h3 {
  color: #2d3d50;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
body main .card-produto .img {
  display: block;
  margin: auto;
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
body main .card-produto .detalhes {
  color: dimgray;
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
  text-decoration: underline;
}
body main .card-produto .main-cta {
  font-size: 15px;
}
body main .card-produto .main-cta i {
  font-size: 16px;
}
body main .card-produto .main-cta.yellow {
  font-size: 15px;
  font-weight: 700;
}
body main .card-produto .main-cta.yellow i {
  font-size: 20px;
}
body main .card-produto .main-cta.outline-verde {
  background-color: #178f26;
  padding: 8px 20px;
  color: white;
  align-items: center;
}
@media (max-width: 991px) {
  body main .card-produto .main-cta.outline-verde {
    padding: 10px 20px;
  }
}
body main .card-produto .main-cta.outline-verde i {
  color: white;
  font-size: 23px;
  vertical-align: middle;
}
body main .card-produto .main-cta.outline-verde:hover {
  background-color: transparent;
  color: #178f26;
}
body main .card-produto .main-cta.outline-verde:hover i {
  color: #178f26;
}
body main .card-produto .main-cta.outline-vermelho {
  padding: 10px 20px;
}
body main .card-produto .main-cta.outline-vermelho i {
  color: #da2d24;
}
body main .card-produto .main-cta.outline-vermelho:hover i {
  color: white;
}
@media (max-width: 991px) {
  body main .card-produto {
    padding: 20px 10px;
  }
  body main .card-produto h3 {
    font-size: 18px;
  }
  body main .card-produto .img {
    height: 150px;
    width: 200px;
    margin-bottom: 10px;
  }
}
body main section.index-banner {
  position: relative;
}
body main section.index-banner .owl-carousel .owl-prev,
body main section.index-banner .owl-carousel .owl-next {
  position: absolute;
  bottom: 50%;
  outline: none;
  color: gray;
  font-size: 42px;
  padding: 2px 25px !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: 50px;
}
body main section.index-banner .owl-carousel .owl-next {
  border-radius: 5px 0 0 5px;
  right: 50px;
}
body main section.index-banner .owl-carousel .bann {
  position: relative;
}
body main section.index-banner .owl-carousel .bann:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 5;
  background-color: rgba(104, 94, 94, 0.1);
}
@media (max-width: 991px) {
  body main section.index-banner::after {
    display: none;
  }
}
body main section.index-chamada {
  background-image: url("../image/bg-chamada.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px 0;
  background-position: right;
}
body main section.index-chamada p {
  margin-bottom: 0;
}
body main section.index-chamada .img {
  position: relative;
}
body main section.index-chamada .logo {
  display: block;
  margin: auto;
}
body main section.index-chamada h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #2d3d50;
}
body main section.index-chamada .texto {
  margin-left: 150px;
}
body main section.index-chamada h1 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
}
body main section.index-chamada h1 strong {
  color: #2d3d50;
}
@media (max-width: 991px) {
  body main section.index-chamada {
    background: #f4f4f4;
    min-height: auto;
    padding: 25px 0;
    text-align: center;
  }
  body main section.index-chamada .texto {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  body main section.index-chamada h1 {
    font-size: 16px;
  }
  body main section.index-chamada h3 {
    font-size: 16px;
  }
  body main section.index-chamada .img {
    display: none;
  }
}
body main section.index-categorias {
  padding: 70px 0;
}
body main section.index-categorias h1 {
  text-align: center;
  font-size: 24px;
  max-width: 750px;
  margin: auto;
  font-weight: 300;
  margin-bottom: 40px;
}
body main section.index-categorias h1 strong {
  font-weight: 600;
  color: #178f26;
}
body main section.index-categorias .owl-carousel {
  box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, 0.01);
}
body main section.index-categorias .owl-carousel .owl-nav .owl-prev,
body main section.index-categorias .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 30px);
  left: -60px;
  font-size: 40px;
  color: lightgray;
}
body main section.index-categorias .owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -60px;
}
body main section.index-categorias .owl-carousel .box {
  background-color: white;
  border: 1px solid lightgray;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 160px;
  padding: 30px 70px;
  line-height: 1.2;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2d3d50;
  transition: all 0.3s;
}
body main section.index-categorias .owl-carousel .box img {
  margin: auto;
  margin-bottom: 10px;
  display: block;
  width: auto;
  transition: all 1s;
}
body main section.index-categorias .owl-carousel .box:hover img {
  transform: rotateY(360deg);
}
body main section.index-categorias .owl-carousel .owl-item:hover:nth-child(5n+1) a {
  border-color: #39495a;
}
body main section.index-categorias .owl-carousel .owl-item:hover:nth-child(5n+2) a {
  border-color: #2784d5;
}
body main section.index-categorias .owl-carousel .owl-item:hover:nth-child(5n+3) a {
  border-color: #1c9129;
}
body main section.index-categorias .owl-carousel .owl-item:hover:nth-child(5n+4) a {
  border-color: #edc522;
}
body main section.index-categorias .owl-carousel .owl-item:hover:nth-child(5n+5) a {
  border-color: #dc362e;
}
@media (max-width: 991px) {
  body main section.index-categorias {
    padding: 25px 0;
  }
  body main section.index-categorias h1 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  body main section.index-categorias .owl-carousel {
    box-shadow: none;
  }
}
body main section.index-destaque {
  background-image: url("../image/bg-destaque.png");
  background-size: cover;
  padding-top: 70px;
  color: white;
}
body main section.index-destaque .detalhes {
  color: gainsboro;
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
  text-decoration: underline;
}
body main section.index-destaque .phones {
  float: right;
  background: linear-gradient(90deg, rgb(17, 31, 46) 0%, rgba(17, 31, 46, 0) 100%);
  border-radius: 40px;
  padding: 20px 40px;
  padding-right: 0;
}
body main section.index-destaque .phones .main-phone {
  font-size: 20px;
}
body main section.index-destaque .phones .main-phone img {
  height: 40px;
  margin-right: 15px;
}
body main section.index-destaque .phones .main-phone span {
  color: #eec41f;
}
body main section.index-destaque .phones .main-phone span strong {
  color: #eec41f;
}
body main section.index-destaque h1 {
  font-size: 46px;
  font-weight: 700;
}
body main section.index-destaque h1 strong {
  font-weight: 700;
  color: #eec41f;
}
body main section.index-destaque h2 {
  font-weight: 600;
  font-size: 24px;
}
body main section.index-destaque h2 strong {
  font-weight: 600;
  color: #eec41f;
}
@media (min-width: 992px) {
  body main section.index-destaque .owl-carousel .owl-stage {
    display: flex;
  }
  body main section.index-destaque .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
  }
}
@media (min-width: 992px) {
  body main section.index-destaque .owl-carousel {
    transform: translateY(100px);
    margin-top: -100px;
  }
}
body main section.index-destaque .owl-carousel .owl-nav {
  display: block;
}
body main section.index-destaque .owl-carousel .owl-nav .owl-prev,
body main section.index-destaque .owl-carousel .owl-nav .owl-next {
  position: absolute;
  color: #eec41f;
  top: calc(50% - 50px);
  font-size: 50px;
}
body main section.index-destaque .owl-carousel .owl-nav .owl-prev {
  left: -80px;
}
body main section.index-destaque .owl-carousel .owl-nav .owl-next {
  right: -80px;
}
@media (max-width: 991px) {
  body main section.index-destaque .owl-carousel .owl-nav {
    display: flex;
    margin-top: 20px;
    justify-content: center;
  }
  body main section.index-destaque .owl-carousel .owl-nav .owl-prev,
  body main section.index-destaque .owl-carousel .owl-nav .owl-next {
    font-size: 30px;
    margin: 0 20px;
    position: static;
  }
}
body main section.index-destaque .box {
  background-color: #111f2e;
  border-radius: 10px;
  padding: 30px 40px;
  padding-top: 0;
}
@media (min-width: 992px) {
  body main section.index-destaque .box {
    margin-top: 50px;
    height: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
body main section.index-destaque .box .conteudo-in {
  line-height: 1.3;
}
body main section.index-destaque .box .img {
  margin-top: -50px;
  width: 320px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: inline-block;
}
body main section.index-destaque .box .main-cta.yellow {
  display: flex;
  margin: 0 15px;
}
body main section.index-destaque .box .main-cta.outline-verde {
  background-color: #178f26;
  color: white !important;
  align-items: center;
  padding: 8px 20px;
}
@media (max-width: 991px) {
  body main section.index-destaque .box .main-cta.outline-verde {
    padding: 10px 20px;
  }
}
body main section.index-destaque .box .main-cta.outline-verde i {
  color: white;
  font-size: 23px;
  vertical-align: middle;
}
body main section.index-destaque .box .main-cta.outline-verde:hover {
  background-color: transparent;
}
body main section.index-destaque .box .main-cta.outline-verde:hover i {
  color: #178f26;
}
body main section.index-destaque .box .main-cta.outline-vermelho {
  padding: 9px 20px;
}
body main section.index-destaque .box .main-cta.outline-vermelho i {
  color: #da2d24;
  font-size: 17px;
}
body main section.index-destaque .box .main-cta.outline-vermelho:hover i {
  color: white;
}
body main section.index-destaque .box h3 {
  text-align: center;
  margin: 20px auto;
  max-width: 300px;
  font-size: 24px;
  font-weight: 700;
  color: white;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
body main section.index-destaque .box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body main section.index-destaque .box ul li {
  font-weight: 200;
  font-size: 15px;
  margin: 10px 0;
}
body main section.index-destaque .box ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #eec41f;
  margin-right: 5px;
}
@media (max-width: 991px) {
  body main section.index-destaque {
    padding: 30px 0;
  }
  body main section.index-destaque h1 {
    text-align: center;
    font-size: 24px;
  }
  body main section.index-destaque h2 {
    font-size: 18px;
    text-align: center;
  }
  body main section.index-destaque .box {
    padding: 30px;
    margin-top: 30px;
  }
  body main section.index-destaque .box ul li {
    font-size: 14px;
  }
  body main section.index-destaque .box .main-cta.yellow {
    margin: 0;
  }
  body main section.index-destaque .box .main-cta.outline-verde,
  body main section.index-destaque .box .main-cta.outline-blue {
    font-size: 13px !important;
  }
  body main section.index-destaque .box .main-cta.outline-verde i,
  body main section.index-destaque .box .main-cta.outline-blue i {
    font-size: 15px !important;
  }
  body main section.index-destaque .box h3 {
    font-size: 18px;
  }
  body main section.index-destaque .box .img {
    margin-top: 0;
    width: 200px;
    height: 160px;
  }
  body main section.index-destaque .phones {
    text-align: center;
    float: none;
    padding: 20px 5px;
    margin-top: 15px;
  }
  body main section.index-destaque .phones .main-phone {
    font-size: 15px;
  }
  body main section.index-destaque .phones .main-phone img {
    height: 25px;
    margin-right: 10px;
  }
}
body main section.index-produtos {
  padding: 160px 0 50px 0;
}
@media (max-width: 991px) {
  body main section.index-produtos {
    padding: 30px 0;
  }
}
body main section.index-beneficios {
  background-image: url("../image/bg-beneficios.png");
  background-size: cover;
  padding: 30px 0;
}
body main section.index-beneficios .titulo h1 {
  color: #2d3d50;
  font-size: 36px;
  font-weight: 800;
}
body main section.index-beneficios .titulo .img {
  position: relative;
}

body main section.index-beneficios .titulo .logo {
  width: 100%;
  max-width: 150px;
}
body main section.index-beneficios .itens {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #2d3d50;
}
body main section.index-beneficios .itens .item {
  display: flex;
  align-items: center;
}
body main section.index-beneficios .itens .item img {
  margin-right: 15px;
}
@media (max-width: 991px) {
  body main section.index-beneficios {
    text-align: center;
  }
  body main section.index-beneficios .itens {
    flex-flow: column;
  }
  body main section.index-beneficios .itens .item {
    margin: 5px 0;
  }
  body main section.index-beneficios .itens .item img {
    height: 25px;
    margin-right: 7px;
  }
  body main section.index-beneficios .titulo h1 {
    font-size: 20px;
  }
  body main section.index-beneficios .titulo .img {
    margin-bottom: 20px;
  }
  body main section.index-beneficios .titulo .img img {
    max-width: 130px;
  }
  body main section.index-beneficios .titulo .img::before {
    display: none;
  }
}
body main section.index-especialistas {
  padding: 100px 0;
  background-image: url("../image/bg-destaque.png");
  background-size: cover;
  color: white;
  position: relative;
}

body main section.index-especialistas h1 {
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 30px;
}
body main section.index-especialistas h1 strong {
  font-weight: 700;
  color: #eec41f;
}
body main section.index-especialistas .img {
  width: 100%;
}
body main section.index-especialistas .phones {
  background: linear-gradient(90deg, rgb(17, 31, 46) 0%, rgba(17, 31, 46, 0) 100%);
  border-radius: 50px;
  padding: 30px 50px;
  padding-right: 0;
  margin-top: 40px;
}
body main section.index-especialistas .phones .main-phone {
  font-size: 20px;
}
body main section.index-especialistas .phones .main-phone img {
  height: 40px;
  margin-right: 15px;
}
body main section.index-especialistas .phones .main-phone span {
  color: white;
}
body main section.index-especialistas .phones .main-phone span strong {
  color: #eec41f;
}
body main section.index-especialistas ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body main section.index-especialistas ul li {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
  display: flex;
  align-items: flex-start;
}
body main section.index-especialistas ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #eec41f;
  margin-right: 15px;
}
@media (max-width: 991px) {
  body main section.index-especialistas {
    padding: 30px 0;
    text-align: center;
  }
  body main section.index-especialistas .phones {
    text-align: center;
    float: none;
    padding: 20px 5px;
    margin-top: 15px;
  }
  body main section.index-especialistas .phones .main-phone {
    font-size: 15px;
  }
  body main section.index-especialistas .phones .main-phone img {
    height: 25px;
    margin-right: 10px;
  }
  body main section.index-especialistas::before {
    display: none;
  }
  body main section.index-especialistas ul li {
    margin: 10px 0;
    font-size: 15px;
    text-align: left;
  }
  body main section.index-especialistas h1 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
body main section.index-residencial {
  background-image: url("../image/bg-branco.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  padding: 50px 0;
}
body main section.index-residencial .row {
  margin-top: 150px;
}
body main section.index-residencial .box {
  text-align: center;
  background-color: white;
  border-radius: 10px;
  padding: 40px;
  padding-bottom: 70px;
  min-height: 330px;
  padding-top: 0;
  box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, 0.02);
}
@media (min-width: 991px) {
  body main section.index-residencial .box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
body main section.index-residencial .box h4 {
  color: #2a84d5;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
body main section.index-residencial .box img {
  width: 220px;
  height: 240px;
  margin-bottom: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -120px;
}
body main section.index-residencial .main-cta {
  font-size: 18px;
}
body main section.index-residencial h3 {
  max-width: 900px;
  font-size: 20px;
  font-weight: 300;
  margin: 20px auto 50px auto;
  text-align: center;
}
body main section.index-residencial h3 strong {
  color: #2a84d5;
}
body main section.index-residencial h1 {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}
body main section.index-residencial h1 strong {
  display: block;
  color: #2a84d5;
}
@media (max-width: 991px) {
  body main section.index-residencial {
    padding: 30px 0;
  }
  body main section.index-residencial .row {
    margin-top: 0;
  }
  body main section.index-residencial .box {
    padding: 30px;
    margin-top: 30px;
  }
  body main section.index-residencial .box h4 {
    font-size: 18px;
  }
  body main section.index-residencial .box img {
    width: 200px;
    height: 150px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  body main section.index-residencial h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  body main section.index-residencial h1 {
    font-size: 22px;
  }
}
body main section.index-orcamento {
  background-image: url("../image/bg-orcamento.png");
  background-size: 100% 100%;
  min-height: 190px;
  color: white;
  padding: 50px 0;
  position: relative;
}

body main section.index-orcamento .container {
  max-width: 1450px;
}
body main section.index-orcamento h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
body main section.index-orcamento .main-phone {
  font-size: 18px;
}
body main section.index-orcamento .main-phone img {
  height: 30px;
  margin-right: 10px;
}
body main section.index-orcamento .main-phone span {
  color: #eec41f;
}
body main section.index-orcamento .titulo {
  display: flex;
  align-items: center;
}
body main section.index-orcamento .titulo h1 {
  font-size: 25px;
}
body main section.index-orcamento .titulo h1 strong {
  font-weight: 500;
  color: #eec41f;
}
body main section.index-orcamento .titulo img {
  margin-right: 20px;
}
@media (max-width: 991px) {
  body main section.index-orcamento {
    min-height: auto;
    background: #2d3d50;
    padding: 30px 0 15px 0;
  }
  body main section.index-orcamento .centralizado {
    text-align: center;
  }
  body main section.index-orcamento .phones {
    text-align: center;
    margin-bottom: 25px;
  }
  body main section.index-orcamento h3 {
    font-size: 16px;
    text-align: center;
    margin: 15px 0 20px 0;
  }
  body main section.index-orcamento .titulo h1 {
    font-size: 18px;
  }
  body main section.index-orcamento .titulo img {
    height: 40px;
    margin-right: 10px;
  }
  body main section.index-orcamento:before {
    display: none;
  }
}
body main section.index-materiais {
  background-image: url("../image/bg-branco.png");
  background-size: cover;
  padding: 70px 0;
}
body main section.index-materiais h1 {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  max-width: 450px;
  margin: auto;
}
body main section.index-materiais h1 img {
  height: 45px;
}
body main section.index-materiais .owl-carousel .owl-nav .owl-prev,
body main section.index-materiais .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 30px);
  left: 10px;
  font-size: 40px;
  color: lightgray;
}
body main section.index-materiais .owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 10px;
}
body main section.index-materiais .item {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #2d3d50;
  padding: 0 10px;
}
body main section.index-materiais .item:first-child {
  border-left: none;
}
body main section.index-materiais .item img {
  margin: auto;
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 25px;
  display: block;
}
body main section.index-materiais h3 {
  max-width: 800px;
  font-size: 20px;
  font-weight: 300;
  margin: 30px auto 50px auto;
  text-align: center;
}
body main section.index-materiais h3 strong {
  color: #2a84d5;
  font-weight: 600;
}
@media (max-width: 991px) {
  body main section.index-materiais {
    padding: 30px 0;
  }
  body main section.index-materiais h3 {
    font-size: 16px;
  }
  body main section.index-materiais .itens {
    flex-flow: column;
  }
  body main section.index-materiais .itens .item {
    border: none;
  }
  body main section.index-materiais h1 {
    font-size: 22px;
  }
  body main section.index-materiais h1 img {
    margin: auto;
    display: block;
    height: 35px;
    margin-top: 10px;
  }
}
body main section.index-clientes {
  padding: 70px 0;
  font-size: 18px;
}
body main section.index-clientes h1 strong {
  color: #2a84d5;
}
body main section.index-clientes .box-clientes {
  border: 1px solid #cdcdcd;
  padding: 70px 80px;
}
body main section.index-clientes .owl-clientes {
  position: relative;
}
body main section.index-clientes .owl-clientes .cliente-in {
  height: 60px;
}
body main section.index-clientes .owl-clientes .cliente-in img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.index-clientes .owl-clientes .owl-nav {
  display: inherit;
}
body main section.index-clientes .owl-clientes .owl-nav .owl-prev {
  position: absolute;
  font-size: 35px;
  top: calc(50% - 20px);
  left: -37px;
  color: #cdcdcd;
}
body main section.index-clientes .owl-clientes .owl-nav .owl-next {
  position: absolute;
  font-size: 35px;
  top: calc(50% - 20px);
  right: -37px;
  color: #cdcdcd;
}
@media (max-width: 991px) {
  body main section.index-clientes {
    padding: 30px 0;
    text-align: center;
    font-size: 16px;
  }
  body main section.index-clientes .box-clientes {
    margin-top: 20px;
    padding: 50px 80px;
  }
  body main section.index-clientes .box-clientes .cliente-in {
    height: 40px;
  }
  body main section.index-clientes h1 {
    font-size: 22px;
  }
}
body main section.index-depoimentos {
  background-image: url("../image/bg-branco.png");
  background-size: cover;
  padding: 50px 0;
}
body main section.index-depoimentos h1 {
  text-align: center;
}
body main section.index-depoimentos h1 strong {
  color: #2a84d5;
  display: block;
}
body main section.index-depoimentos .owl-depoimentos {
  position: relative;
}
body main section.index-depoimentos .owl-depoimentos .owl-nav .owl-prev {
  position: absolute;
  font-size: 35px;
  top: calc(50% - 20px);
  left: -37px;
  color: #cdcdcd;
}
body main section.index-depoimentos .owl-depoimentos .owl-nav .owl-next {
  position: absolute;
  font-size: 35px;
  top: calc(50% - 20px);
  right: -37px;
  color: #cdcdcd;
}
body main section.index-depoimentos .depoimento-in {
  border: 1px solid #dadada;
  border-top: 7px solid #2a84d5;
  background-color: white;
  padding: 50px;
}
body main section.index-depoimentos .depoimento-in .star {
  color: #ffc700;
}
body main section.index-depoimentos .depoimento-in .titulo {
  font-size: 20px;
  font-weight: 600;
  color: #178f26;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
body main section.index-depoimentos .depoimento-in .depoimento {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 120px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos {
    padding: 30px 0;
  }
  body main section.index-depoimentos h1 {
    font-size: 20px;
  }
  body main section.index-depoimentos h1 strong {
    display: inline;
  }
}
body main section.index-conheca {
  padding: 100px 0;
  background-image: url("../image/bg-destaque.png");
  background-size: cover;
  color: white;
  font-weight: 300;
  font-size: 18px;
  position: relative;
}

body main section.index-conheca .video {
  width: 100%;
  display: block;
  height: 450px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
body main section.index-conheca .video:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
body main section.index-conheca .video:before {
  transition: 0.3s all;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
body main section.index-conheca .video:after {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  color: #eec41f;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  font-size: 50px;
}
body main section.index-conheca .video img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body main section.index-conheca .foto {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
  margin-top: 40px;
}
body main section.index-conheca h1 {
  font-weight: 700;
  margin-bottom: 30px;
}
body main section.index-conheca h1 img {
  display: block;
}
body main section.index-conheca hr {
  width: 50px;
  height: 3px;
}
body main section.index-conheca h3 {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  body main section.index-conheca {
    padding: 30px 0;
    text-align: center;
    font-size: 16px;
  }
  body main section.index-conheca .foto {
    height: 250px;
  }
  body main section.index-conheca .video {
    margin-top: 30px;
    height: 250px;
  }
  body main section.index-conheca hr {
    display: none;
  }
  body main section.index-conheca h3 {
    font-size: 16px;
  }
  body main section.index-conheca h1 img {
    margin: auto;
  }
  body main section.index-conheca::before {
    display: none;
  }
}
body main section.index-blog {
  background-image: url("../image/bg-branco.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  padding: 50px 0;
}
body main section.index-blog h1 {
  text-align: center;
  margin-bottom: 20px;
}
body main section.index-blog h1 strong {
  color: #2a84d5;
}
body main section.index-blog .post {
  background-color: white;
  display: block;
  height: 100%;
}
body main section.index-blog .post img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.index-blog .post h4 {
  color: #2d3d50;
  padding: 20px 30px;
  font-size: 20px;
}
body main section.index-blog h3 {
  font-weight: 600;
  max-width: 500px;
  font-size: 20px;
  text-align: center;
  color: #da2d24;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.index-blog {
    padding: 30px 0;
  }
  body main section.index-blog .post {
    margin-bottom: 10px;
    height: auto;
  }
  body main section.index-blog .post img {
    height: 170px;
  }
  body main section.index-blog .post h4 {
    font-size: 17px;
  }
  body main section.index-blog h3 {
    font-size: 16px;
  }
  body main section.index-blog h1 {
    font-size: 26px;
  }
}
body main section.produtos-listagem {
  padding: 20px 0 50px 0;
}
body main section.produtos-listagem h2 {
  color: #2a84d5;
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: 500;
}
body main section.produtos-listagem .card-produto {
  margin-top: 30px;
}
@media (max-width: 991px) {
  body main section.produtos-listagem {
    padding: 10px 0;
    padding-top: 0;
  }
}
body main section.produtos-interna {
  padding: 60px 0;
}
body main section.produtos-interna .selo-indisponivel {
  background-color: #da2d24;
  color: white;
  width: -moz-max-content;
  width: max-content;
  margin: 5px 0 20px 0;
  display: block;
  font-size: 15px;
  border-radius: 0 10px 0 10px;
  padding: 5px 10px;
}
@media (max-width: 991px) {
  body main section.produtos-interna .selo-indisponivel {
    font-size: 14px;
  }
}
body main section.produtos-interna .preco-interna {
  color: #da2d24;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
body main section.produtos-interna .preco-interna span {
  font-size: 20px;
}
body main section.produtos-interna .preco-interna span.second {
  color: gray;
  font-weight: 400;
  margin-top: -3px;
  display: block;
}
body main section.produtos-interna .foto-principal {
  height: 400px;
  padding: 10px 30px;
  position: relative;
}
body main section.produtos-interna .foto-principal .selo {
  position: absolute;
  top: -3px;
  left: -3px;
  height: 120px;
  pointer-events: none;
}
body main section.produtos-interna .foto-principal img:not(.selo) {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
body main section.produtos-interna .owl-fotos .owl-dots {
  margin-top: 20px;
}
body main section.produtos-interna .foto {
  height: 120px;
  width: 100%;
}
body main section.produtos-interna .foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.produtos-interna .descricao-completa {
  margin-top: 30px;
}
body main section.produtos-interna .descricao-completa .links {
  display: flex;
  align-items: center;
}
body main section.produtos-interna .descricao-completa .titulo {
  color: #178f26;
  font-weight: 600;
  padding: 15px 50px;
  font-size: 18px;
  background: #fafafa;
}
body main section.produtos-interna .descricao-completa .titulo.active {
  background: #f0f0f0;
}
body main section.produtos-interna .descricao-completa .texto {
  padding: 20px 30px;
  border: 1px solid #f0f0f0;
  font-size: 18px;
}
body main section.produtos-interna .principal h1 {
  font-weight: 700;
  color: #2d3d50;
  margin-bottom: 0;
  font-size: 45px;
}
body main section.produtos-interna .principal .botoes .outline-vermelho {
  padding: 10px 20px;
  display: inline-block;
  font-size: 16px;
}
body main section.produtos-interna .principal .botoes .outline-vermelho i {
  font-size: 18px;
  color: #da2d24;
  margin-right: 5px;
}
body main section.produtos-interna .principal .botoes .outline-vermelho:hover i {
  color: white;
}
body main section.produtos-interna .principal .botoes .outline-laranja {
  padding: 10px 20px;
  display: inline-block;
  font-size: 16px;
  color: #ef5e0b;
  border: 2px solid #ef5e0b;
}
body main section.produtos-interna .principal .botoes .outline-laranja i {
  font-size: 18px;
  color: #ef5e0b;
  margin-right: 5px;
}
body main section.produtos-interna .principal .botoes .outline-laranja:hover {
  background-color: #ef5e0b;
  color: white;
}
body main section.produtos-interna .principal .botoes .outline-laranja:hover i {
  color: white;
}
body main section.produtos-interna .principal .botoes a {
  width: 100%;
  max-width: 310px;
}
body main section.produtos-interna .principal hr {
  background: none;
  border-top: 2px dashed lightgray;
  opacity: 1;
  margin: 30px 0;
}
body main section.produtos-interna .principal h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #2d3d50;
}
body main section.produtos-interna .principal h5 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}
body main section.produtos-interna .principal .box {
  text-align: center;
  border-radius: 5px;
  padding: 15px 20px;
}
body main section.produtos-interna .principal .box a {
  color: #2d3d50;
}
body main section.produtos-interna .principal .box input {
  width: 64px;
  text-align: center;
  border: none;
  outline: none;
  background: transparent;
}
@media screen and (max-width: 991px) {
  body main section.produtos-interna .principal .box input {
    width: 50px;
  }
}
body main section.produtos-interna .principal h3 {
  color: #2d3d50;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
}
body main section.produtos-interna .principal .box {
  background-color: #f2f2f2;
}
body main section.produtos-interna .principal .box-grande {
  background-color: #f7f7f7;
  padding: 30px;
  text-align: center;
  border-radius: 5px;
  font-size: 17px;
}
body main section.produtos-interna .principal .box-grande h4 {
  color: #178f26;
  font-weight: 700;
  font-size: 32px;
  margin-top: 5px;
}
body main section.produtos-interna .principal .box-grande h6 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.produtos-interna {
    padding: 30px 0;
  }
  body main section.produtos-interna .foto-principal {
    height: 250px;
  }
  body main section.produtos-interna .foto {
    height: 100px;
  }
  body main section.produtos-interna .descricao-completa .titulo {
    padding: 10px 15px;
    font-size: 15px;
  }
  body main section.produtos-interna .descricao-completa .titulo span {
    display: none;
  }
  body main section.produtos-interna .descricao-completa .texto {
    font-size: 15px;
    padding: 20px;
  }
  body main section.produtos-interna .principal .box-grande {
    font-size: 15px;
  }
  body main section.produtos-interna .principal .box-grande h4 {
    font-size: 24px;
  }
  body main section.produtos-interna .principal .box-grande h6 {
    font-size: 18px;
  }
  body main section.produtos-interna .principal .botoes {
    text-align: center;
    margin-bottom: 30px;
  }
  body main section.produtos-interna .principal .botoes a {
    max-width: 280px;
  }
  body main section.produtos-interna .principal h1 {
    font-size: 28px;
    margin-top: 20px;
  }
  body main section.produtos-interna .principal h3 {
    font-size: 16px;
  }
  body main section.produtos-interna .principal h2 {
    font-size: 15px;
  }
}
body main section.produtos-veja-mais {
  padding: 50px 0;
}
body main section.produtos-veja-mais h1 {
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}
body main section.produtos-veja-mais h1 strong {
  font-weight: 600;
  color: #2a84d5;
}
@media (max-width: 991px) {
  body main section.produtos-veja-mais {
    padding: 30px 0;
    padding-top: 10px;
  }
  body main section.produtos-veja-mais .card-produto {
    margin-top: 15px;
  }
  body main section.produtos-veja-mais h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
body main section.produtos-categorias form {
  position: relative;
  margin-bottom: 30px;
}
body main section.produtos-categorias form input {
  background-color: #f7f7f7;
  color: gray;
  outline: none;
  border: 1px solid gainsboro;
  font-size: 16px;
  padding: 7px 8px;
  width: 100%;
  border-radius: 7px;
}
body main section.produtos-categorias form button {
  position: absolute;
  color: #2d3d50;
  right: 10px;
  top: 6px;
  background-color: transparent;
  border: none;
  outline: none;
}
body main section.produtos-categorias .subcategorias {
  margin-top: 12px;
}
body main section.produtos-categorias .subcategorias a {
  border-bottom: none;
  color: black;
  margin: 0;
  padding: 2px 0;
  font-weight: 400;
}
body main section.produtos-categorias a {
  display: flex;
  justify-content: space-between;
  color: #2a84d5;
  font-weight: 500;
  margin: 5px 0;
  font-size: 15px;
  padding: 8px 0;
  text-transform: uppercase;
  border-bottom: 1px solid lightgray;
}
body main section.produtos-categorias a.active {
  color: #da2d24;
  font-weight: 600;
}
body main section.produtos-categorias h5 {
  color: #2a84d5;
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
}
body main section.sobre-missao {
  background-image: url("../image/bg-destaque.png");
  background-size: cover;
  padding: 70px 0;
  color: white;
  font-size: 22px;
  font-weight: 600;
}
body main section.sobre-missao h1 {
  text-align: center;
  max-width: 830px;
  font-weight: 500;
  font-size: 36px;
  margin: auto;
  margin-bottom: 45px;
}
body main section.sobre-missao h1 strong {
  font-weight: 500;
  color: #eec41f;
}
body main section.sobre-missao ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 110px;
  margin-top: -20px;
}
body main section.sobre-missao ul li {
  padding: 0;
  margin: 10px 0;
}
body main section.sobre-missao ul li:before {
  content: "\f058";
  color: #da2d24;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}
body main section.sobre-missao .titulo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
body main section.sobre-missao .titulo img {
  margin-right: 20px;
}
body main section.sobre-missao .titulo h3 {
  font-weight: 700;
  font-size: 35px;
  color: #2a84d5;
  margin-bottom: 0;
}
body main section.sobre-missao .titulo h3.green {
  color: #178f26;
}
body main section.sobre-missao .titulo h3.red {
  color: #da2d24;
}
@media (max-width: 991px) {
  body main section.sobre-missao {
    padding: 30px 0;
    text-align: center;
    font-size: 17px;
  }
  body main section.sobre-missao .titulo {
    justify-content: center;
    margin: 20px 0;
  }
  body main section.sobre-missao .titulo h3 {
    font-weight: 600;
    font-size: 32px;
  }
  body main section.sobre-missao .titulo img {
    height: 40px;
  }
  body main section.sobre-missao h1 {
    font-size: 20px;
    margin-bottom: 0;
  }
  body main section.sobre-missao ul {
    margin-left: 0;
    margin-top: 0;
  }
}
body main section.sobre-conheca .topo {
  padding: 60px 0;
  text-align: center;
}
body main section.sobre-conheca .topo h1 {
  color: #2d3d50;
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 20px;
}
body main section.sobre-conheca .topo h1 img {
  height: 40px;
}
body main section.sobre-conheca .topo h3 {
  font-weight: 300;
  font-size: 20px;
  max-width: 400px;
  margin: auto;
}
body main section.sobre-conheca .video {
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 40px;
  position: relative;
}
body main section.sobre-conheca .video:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
body main section.sobre-conheca .video i {
  position: relative;
}
body main section.sobre-conheca .video:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  transition: 0.3s all;
}
body main section.sobre-conheca .galeria {
  padding: 60px 0;
}
body main section.sobre-conheca .galeria .foto {
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
}
body main section.sobre-conheca .galeria .foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body main section.sobre-conheca .video {
    height: 250px;
  }
  body main section.sobre-conheca .galeria {
    padding: 30px 0;
  }
  body main section.sobre-conheca .galeria .foto {
    height: 230px;
  }
  body main section.sobre-conheca .topo {
    padding: 30px 0;
  }
  body main section.sobre-conheca .topo h3 {
    font-size: 17px;
  }
  body main section.sobre-conheca .topo h1 {
    font-size: 26px;
  }
  body main section.sobre-conheca .topo h1 img {
    height: 30px;
  }
}
body main section.sobre-banners {
  padding: 70px 0;
}
body main section.sobre-banners .banner {
  width: 100%;
}
@media (max-width: 991px) {
  body main section.sobre-banners {
    padding: 20px 0;
  }
  body main section.sobre-banners .banner {
    margin: 10px 0;
  }
}
body main section.catalogo-principal {
  padding: 50px 0;
}
body main section.catalogo-principal h1 {
  color: #2d3d50;
  text-align: center;
  font-weight: 400;
  font-size: 38px;
  margin-bottom: 30px;
}
body main section.catalogo-principal h1 strong {
  font-weight: 700;
  color: #2a84d5;
  display: block;
}
body main section.catalogo-principal .catalogos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body main section.catalogo-principal .catalogos .item {
  width: calc(20% - 20px);
  margin: 10px;
  height: 220px;
  border: 1px solid #2a84d5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 20px;
  color: #2a84d5;
}
body main section.catalogo-principal .catalogos .item:nth-child(2) {
  border: 1px solid #178f26;
  color: #178f26;
}
body main section.catalogo-principal .catalogos .item:nth-child(3) {
  border: 1px solid #eec41f;
  color: #eec41f;
}
body main section.catalogo-principal .catalogos .item:nth-child(4) {
  border: 1px solid #da2d24;
  color: #da2d24;
}
body main section.catalogo-principal .catalogos .item:nth-child(5) {
  border: 1px solid #2a84d5;
  color: #2a84d5;
}
body main section.catalogo-principal .catalogos .item .link {
  border: 2px solid #2d3d50;
  color: #2d3d50;
  padding: 5px 20px;
  display: inline-block;
  font-weight: 600;
  margin-top: 10px;
  border-radius: 30px;
}
body main section.catalogo-principal .catalogos .item h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
@media (max-width: 991px) {
  body main section.catalogo-principal {
    padding: 30px 0;
  }
  body main section.catalogo-principal .catalogos {
    flex-flow: column;
  }
  body main section.catalogo-principal .catalogos .item {
    width: 100%;
    height: auto;
  }
  body main section.catalogo-principal h1 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
body main section.catalogo-materiais {
  padding: 50px 0;
  background-color: #f3f3f3;
  font-size: 20px;
}
body main section.catalogo-materiais p:last-child {
  margin-bottom: 0;
}
body main section.catalogo-materiais h2 {
  font-size: 25px;
  font-weight: 700;
  color: #178f26;
}
body main section.catalogo-materiais h2 strong {
  font-weight: 700;
  color: #da2d24;
}
@media (max-width: 991px) {
  body main section.catalogo-materiais {
    padding: 30px 0;
    font-size: 17px;
    text-align: center;
  }
  body main section.catalogo-materiais img {
    height: 45px;
    margin-bottom: 20px;
  }
  body main section.catalogo-materiais h2 {
    font-size: 20px;
  }
}
body main section.duvidas {
  padding: 70px 0;
}
body main section.duvidas h2 {
  color: #da2d24;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
body main section.duvidas .categorias {
  background-color: #f1f1f1;
  margin-top: 30px;
  border: 1px solid gainsboro;
  padding: 0 50px 30px 50px;
}
body main section.duvidas .categorias .top {
  color: #178f26;
  background-color: #e9e9e9;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  padding: 20px 50px;
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: 30px;
}
body main section.duvidas .categorias a {
  display: block;
  color: black;
  font-size: 18px;
  margin: 10px 0;
}
body main section.duvidas .categorias a i {
  color: lightgray;
}
body main section.duvidas .categorias a.active {
  color: #da2d24;
  font-weight: 600;
}
body main section.duvidas .listagem .duvida .titulo {
  background-color: white;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
  font-weight: 600;
  font-size: 18px;
  color: #da2d24;
  position: relative;
}
body main section.duvidas .listagem .duvida .titulo:after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #178f26;
  position: absolute;
  bottom: 0;
  left: 30px;
}
body main section.duvidas .listagem .duvida .resposta {
  padding: 30px 0;
  font-size: 18px;
  font-weight: 300;
}
body main section.duvidas .duvidas-box {
  padding: 30px 50px;
  text-align: center;
  background-color: #f5f5f5;
  font-weight: 400;
  font-size: 17px;
  top: 70px;
  border: 1px solid gainsboro;
}
body main section.duvidas .duvidas-box form {
  margin-top: 20px;
}
body main section.duvidas .duvidas-box form input,
body main section.duvidas .duvidas-box form textarea {
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid lightgray;
  border-radius: 6px;
  box-shadow: 0px 4px 0px #d1d8d4;
  width: 100%;
  margin: 10px 0;
  outline: none;
}
body main section.duvidas .duvidas-box form textarea {
  resize: none;
  height: 100px;
  outline: none;
}
body main section.duvidas .duvidas-box form button {
  width: 100%;
  margin-top: 5px;
  outline: none;
  background-color: #eec41f;
  color: white;
  border-radius: 5px;
  font-weight: 500;
  padding: 10px 20px;
  border: none;
}
body main section.duvidas .duvidas-box h2 {
  font-size: 28px;
  color: #178f26;
  font-weight: 600;
  margin: auto;
  margin-bottom: 15px;
}
body main section.duvidas .duvidas-box h2 i {
  display: block;
  font-size: 45px;
  color: lightgray;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.duvidas {
    padding: 30px 0;
  }
  body main section.duvidas .listagem .duvida .titulo {
    font-size: 16px;
  }
  body main section.duvidas .listagem .duvida .resposta {
    font-size: 15px;
    padding: 30px;
  }
  body main section.duvidas .categorias {
    padding-bottom: 20px;
  }
  body main section.duvidas .categorias .top {
    font-size: 17px;
    padding: 20px 30px;
    margin-bottom: 20px;
  }
  body main section.duvidas .categorias a {
    font-size: 16px;
  }
  body main section.duvidas .duvidas-box {
    padding: 30px;
    font-size: 16px;
  }
  body main section.duvidas .duvidas-box form input,
  body main section.duvidas .duvidas-box form textarea {
    font-size: 14px;
  }
  body main section.duvidas .duvidas-box form button {
    font-size: 15px;
    padding: 10px;
  }
  body main section.duvidas .duvidas-box h2 {
    font-size: 22px;
  }
  body main section.duvidas .duvidas-box h2 i {
    font-size: 32px;
  }
}
body main section.contato {
  padding: 60px 0;
}
body main section.contato h1 {
  margin-bottom: 0;
  color: #da2d24;
  font-size: 22px;
  font-weight: 700;
}
body main section.contato h3 {
  font-size: 18px;
  font-weight: 400;
}
body main section.contato form {
  margin-top: 30px;
}
body main section.contato form button {
  outline: none;
  border: none;
  align-items: stretch;
  float: right;
}
body main section.contato form button .icon {
  margin-left: -7px;
}
body main section.contato form label {
  width: 100%;
  font-size: 17px;
  margin-bottom: 5px;
}
body main section.contato form input,
body main section.contato form textarea,
body main section.contato form select {
  width: 100%;
  border: 1px solid lightgray;
  padding: 10px 20px;
  font-size: 17px;
  outline: none;
  margin-bottom: 15px;
}
body main section.contato form textarea {
  resize: none;
  height: 100px;
}
body main section.contato form .box-file {
  margin-bottom: 15px;
}
body main section.contato form .box-file .text {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  color: black;
}
body main section.contato form .box-file .flex-box {
  display: flex;
  margin-top: 5px;
  cursor: pointer;
}
body main section.contato form .box-file .flex-box .name-file {
  border: 1px solid #dfdfdf;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 500;
  color: #565656;
  outline: none;
  min-height: 49px;
  background-color: #f7f7f7;
  width: 100%;
}
body main section.contato form .box-file .flex-box .selecionar {
  padding: 10px 15px;
  font-size: 18px;
  color: #2d3d50;
  background-color: gainsboro;
  border-radius: 5px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.contato .box {
  background-color: #f7f7f7;
  border: 1px solid lightgray;
  padding: 50px 70px;
  font-size: 18px;
  margin-top: 30px;
}
body main section.contato .box .main-phone {
  font-size: 16px;
}
body main section.contato .box .main-phone span strong {
  color: #eec41f;
}
body main section.contato .box h4 {
  color: #eec41f;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 20px;
}
@media (max-width: 991px) {
  body main section.contato {
    padding: 30px 0;
  }
  body main section.contato .box {
    padding: 30px;
    font-size: 16px;
  }
  body main section.contato .box h4 {
    font-size: 16px;
  }
  body main section.contato form label {
    font-size: 15px;
  }
  body main section.contato form .box-file .text {
    font-size: 12px;
  }
  body main section.contato form .box-file .flex-box .name-file {
    padding: 10px;
    font-size: 12px;
  }
  body main section.contato form .box-file .flex-box .selecionar {
    font-size: 13px;
  }
  body main section.contato form input,
  body main section.contato form select,
  body main section.contato form textarea {
    font-size: 14px;
  }
  body main section.contato form button {
    margin-bottom: 30px;
  }
  body main section.contato h1 {
    font-size: 18px;
  }
  body main section.contato h3 {
    font-size: 16px;
  }
}
body main section.trabalhe-conosco {
  padding: 50px 0 0 0;
  font-weight: 300;
  font-size: 20px;
}
body main section.trabalhe-conosco p:last-child {
  margin-bottom: 0;
}
body main section.trabalhe-conosco strong {
  font-weight: 700;
}
body main section.trabalhe-conosco h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
body main section.trabalhe-conosco h3 strong {
  font-weight: 700;
  display: block;
  color: #2a84d5;
}
@media (max-width: 991px) {
  body main section.trabalhe-conosco {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
  }
  body main section.trabalhe-conosco img {
    max-width: 120px;
    margin-bottom: 20px;
  }
  body main section.trabalhe-conosco h3 {
    font-size: 20px;
  }
}
body main section.carrinho {
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  body main section.carrinho {
    padding: 20px 0;
  }
}
body main section.carrinho .container {
  max-width: 1300px;
}
body main section.carrinho .remover .loader {
  display: none;
}
body main section.carrinho .remover.loading i {
  display: none;
}
body main section.carrinho .remover.loading .loader {
  color: gray;
  display: inline-block;
}
body main section.carrinho .passos {
  max-width: 1500px;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 5px;
}
body main section.carrinho .passos a {
  background-color: #edeeed;
  display: flex;
  padding: 10px 20px;
  width: 33%;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  color: #afafaf;
  position: relative;
}
body main section.carrinho .passos a:hover {
  color: #afafaf;
}
body main section.carrinho .passos a:last-child:after {
  display: none;
}
body main section.carrinho .passos a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../image/chevron.png");
}
body main section.carrinho .passos a strong {
  font-weight: 300;
  border: 2px solid #afafaf;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.carrinho .passos a.ativo {
  color: #2d3d50;
}
body main section.carrinho .passos a.ativo:hover {
  color: #2d3d50;
}
body main section.carrinho .passos a.ativo strong {
  color: #2d3d50;
  border-color: #2d3d50;
}
@media (max-width: 991px) {
  body main section.carrinho .passos a {
    width: 50px;
    text-align: center;
    font-size: 16px;
  }
  body main section.carrinho .passos a:after {
    display: none;
  }
}
body main section.carrinho .carrinho-mobile {
  margin-top: 20px;
  border-top: 1px solid rgba(220, 220, 220, 0.3019607843);
}
body main section.carrinho .carrinho-mobile .produto {
  border-bottom: 1px solid rgba(220, 220, 220, 0.3019607843);
  display: flex;
  margin: 0;
  padding: 20px 0;
  align-items: center;
}
body main section.carrinho .carrinho-mobile .produto img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.carrinho .carrinho-mobile .removerMobile {
  color: #2d3d50;
  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: #2d3d50;
}
body main section.carrinho .carrinho-mobile .quantidade {
  font-size: 14px;
  color: dimgray;
  display: inline-block;
  min-width: 80px;
  padding: 5px 10px;
  margin-left: 5px;
  outline: none;
  border: none;
  border-radius: 5px;
  background-color: #ececec;
  position: relative;
}
body main section.carrinho .carrinho-mobile .quantidade.loading .opcoes {
  display: none;
}
body main section.carrinho .carrinho-mobile .quantidade.loading .qtd-loading {
  display: block;
}
body main section.carrinho .carrinho-mobile .quantidade .qtd-loading {
  display: none;
  position: absolute;
  top: calc(50% - 11px);
  right: 8px;
}
body main section.carrinho .carrinho-mobile .quantidade .qtd-loading i {
  color: dimgray;
  font-size: 16px;
  cursor: default;
}
body main section.carrinho .carrinho-mobile .quantidade .aumentar {
  position: absolute;
  top: 7px;
  right: 30px;
  cursor: pointer;
}
body main section.carrinho .carrinho-mobile .quantidade .aumentar i {
  color: dimgray;
  font-size: 16px;
}
body main section.carrinho .carrinho-mobile .quantidade .diminuir {
  position: absolute;
  bottom: 3px;
  right: 10px;
  cursor: pointer;
}
body main section.carrinho .carrinho-mobile .quantidade .diminuir i {
  color: dimgray;
  font-size: 16px;
}
body main section.carrinho .empty {
  margin-top: 50px;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  color: dimgray;
  font-style: italic;
}
@media (max-width: 991px) {
  body main section.carrinho .empty {
    margin-top: 20px;
    font-size: 18px;
  }
}
body main section.carrinho .tabela-carrinho {
  width: 100%;
  max-width: 1000px;
  margin: 70px auto 0 auto;
}
body main section.carrinho .tabela-carrinho thead td {
  background-color: #2d3d50;
  color: white;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid rgba(58, 58, 58, 0.3019607843);
}
body main section.carrinho .tabela-carrinho thead td:first-child {
  border-left: none;
}
body main section.carrinho .tabela-carrinho thead td:last-child {
  border-right: none;
}
body main section.carrinho .tabela-carrinho tbody td {
  padding: 30px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(220, 220, 220, 0.3019607843);
}
body main section.carrinho .tabela-carrinho tbody td:first-child {
  border-left: none;
}
body main section.carrinho .tabela-carrinho tbody td:last-child {
  border-right: none;
}
body main section.carrinho .tabela-carrinho .quantidade {
  font-size: 22px;
  max-width: 180px;
  color: gray;
  padding: 15px 25px;
  outline: none;
  border: none;
  border-radius: 10px;
  background-color: #ececec;
  position: relative;
  min-width: 150px;
}
body main section.carrinho .tabela-carrinho .quantidade.loading .opcoes {
  display: none;
}
body main section.carrinho .tabela-carrinho .quantidade.loading .qtd-loading {
  display: block;
}
body main section.carrinho .tabela-carrinho .quantidade .qtd-loading {
  display: none;
  position: absolute;
  top: calc(50% - 18px);
  right: 20px;
}
body main section.carrinho .tabela-carrinho .quantidade .qtd-loading i {
  color: dimgray;
  cursor: default;
  font-size: 16px;
}
body main section.carrinho .tabela-carrinho .quantidade .aumentar {
  position: absolute;
  top: 3px;
  right: 20px;
  cursor: pointer;
}
body main section.carrinho .tabela-carrinho .quantidade .aumentar i {
  color: gray;
  font-size: 16px;
}
body main section.carrinho .tabela-carrinho .quantidade .diminuir {
  position: absolute;
  bottom: 3px;
  right: 20px;
  cursor: pointer;
}
body main section.carrinho .tabela-carrinho .quantidade .diminuir i {
  color: gray;
  font-size: 16px;
}
body main section.carrinho .tabela-carrinho td strong {
  font-weight: 400;
  color: #2d3d50;
  font-size: 24px;
}
body main section.carrinho .tabela-carrinho td i {
  color: red;
  font-size: 22px;
  cursor: pointer;
}
body main section.carrinho .tabela-carrinho td .produto {
  width: 100%;
  display: flex;
  align-items: center;
}
body main section.carrinho .tabela-carrinho td .produto h5 {
  font-weight: 600;
  text-transform: uppercase;
  color: dimgray;
  font-size: 19px;
  margin-left: 20px;
}
body main section.carrinho .tabela-carrinho td .produto img {
  width: 100px;
}
body main section.carrinho .box {
  margin: 70px auto 0 auto;
  width: 100%;
  max-width: 1000px;
  background-color: #e9e9e9;
  padding: 30px 50px;
  border-radius: 7px;
}
body main section.carrinho .box .endereco {
  font-size: 18px;
  color: #2d3d50;
  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: #2d3d50;
  color: white;
  display: inline-block;
  padding: 13px 23px;
  font-size: 17px;
  border-radius: 5px;
}
body main section.carrinho .box .main-cta img {
  vertical-align: middle;
  margin-right: 6px;
  filter: grayscale(1) brightness(100);
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  body main section.carrinho .box {
    margin-top: 20px;
    padding: 20px;
  }
  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: #2d3d50;
  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: 25px;
  color: #2d3d50;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #2d3d50;
}
body main section.carrinho .form .main-cta i {
  vertical-align: middle;
  font-size: 20px;
  margin-left: 15px;
}
body main section.carrinho .form h1 {
  font-size: 30px;
  color: #2d3d50;
  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 {
  font-weight: 500;
  display: block;
  font-size: 18px;
  margin: 0;
  margin-bottom: 5px;
}
body main section.carrinho .form label {
  display: block;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 17px;
}
body main section.carrinho .form input,
body main section.carrinho .form select,
body main section.carrinho .form textarea {
  width: 100%;
  border: 1px solid gainsboro;
  padding: 10px 25px;
  font-size: 18px;
  outline: none;
}
body main section.carrinho .form select {
  padding-top: 12px;
  padding-bottom: 12px;
}
body main section.carrinho .form textarea {
  min-height: 100px;
  resize: vertical;
}
@media (max-width: 991px) {
  body main section.carrinho .form {
    padding: 20px;
    margin-top: 0;
  }
  body main section.carrinho .form h1 {
    font-size: 20px;
  }
  body main section.carrinho .form h5 {
    font-size: 16px;
  }
  body main section.carrinho .form h6 {
    font-size: 15px;
  }
  body main section.carrinho .form label {
    font-size: 16px;
  }
  body main section.carrinho .form input,
  body main section.carrinho .form select,
  body main section.carrinho .form textarea {
    font-size: 15px;
    padding: 10px;
  }
}
body main section.blog-listagem {
  padding: 50px 0 30px 0;
}
body main section.blog-listagem .categorias {
  background-color: #f1f1f1;
  margin-top: 30px;
  border: 1px solid gainsboro;
  padding: 0 50px 30px 50px;
}
body main section.blog-listagem .categorias input {
  width: 100%;
  border: 1px solid lightgray;
  padding: 10px 20px;
  font-size: 17px;
  outline: none;
  margin-bottom: 15px;
}
body main section.blog-listagem .categorias .main-cta {
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
}
body main section.blog-listagem .categorias .top {
  color: #178f26;
  background-color: #e9e9e9;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  padding: 20px 50px;
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: 30px;
}
body main section.blog-listagem .categorias a {
  display: block;
  color: black;
  font-size: 18px;
  margin: 10px 0;
}
body main section.blog-listagem .categorias a i {
  color: lightgray;
}
body main section.blog-listagem .categorias a.active {
  color: #2d3d50;
}
body main section.blog-listagem .notfound {
  color: dimgray;
  text-align: center;
  font-style: italic;
}
body main section.blog-listagem .listagem .post {
  background-color: white;
  display: block;
  height: 100%;
}
body main section.blog-listagem .listagem .post img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.blog-listagem .listagem .post h4 {
  color: #2d3d50;
  padding: 20px 30px;
  font-size: 20px;
}
@media (max-width: 991px) {
  body main section.blog-listagem {
    padding: 30px 0;
  }
  body main section.blog-listagem .categorias {
    padding-bottom: 20px;
  }
  body main section.blog-listagem .categorias .top {
    font-size: 17px;
    padding: 20px 30px;
    margin-bottom: 20px;
  }
  body main section.blog-listagem .categorias a {
    font-size: 16px;
  }
  body main section.blog-listagem .listagem .post {
    height: auto;
  }
  body main section.blog-listagem .listagem .post img {
    height: 170px;
  }
  body main section.blog-listagem .listagem .post h4 {
    font-size: 17px;
  }
}
body main section.blog-interna {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}
body main section.blog-interna h1,
body main section.blog-interna h2,
body main section.blog-interna h3,
body main section.blog-interna h4 {
  font-weight: 600;
}
body main section.blog-interna h1.titulo-blog,
body main section.blog-interna h2.titulo-blog,
body main section.blog-interna h3.titulo-blog,
body main section.blog-interna h4.titulo-blog {
  font-weight: 700;
}
body main section.blog-interna .texto a {
  color: gray;
  text-decoration: underline;
}
body main section.blog-interna img {
  width: 100%;
  margin: 20px 0;
}
body main section.blog-interna .compartilhe {
  border-bottom: 1px solid gainsboro;
  padding-bottom: 10px;
  color: dimgray;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.blog-interna {
    font-size: 16px;
  }
}
body footer section.barra-fixa {
  position: fixed;
  bottom: 0;
  background-color: white;
  border-top: 2px solid #2d3d50;
  width: 100%;
  padding: 10px 80px;
  z-index: 600;
  transition: all 0.5s;
}
body footer section.barra-fixa .main-phone strong {
  display: block;
  margin-left: 0;
}
body footer section.barra-fixa .row-flex {
  display: inline-flex;
}
body footer section.barra-fixa .row-flex a:first-child {
  margin-right: 30px;
}
@media (max-width: 991px) {
  body footer section.barra-fixa {
    display: none;
  }
}
body footer section.barra-fixa.oculta {
  bottom: -100px;
}
body footer section.barra-fixa-mobile {
  background-color: #2d3d50;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  border-top: 2px solid white;
  transition: 0.3s all;
}
body footer section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
}
body footer section.barra-fixa-mobile .list-itens a {
  color: white;
}
body footer section.barra-fixa-mobile .list-itens a i {
  color: white;
}
@media screen and (min-width: 992px) {
  body footer section.barra-fixa-mobile {
    display: none;
  }
}
body footer section.footer-news {
  background-color: #2d3d50;
  padding: 30px 0;
  position: relative;
  z-index: 3;
}
body footer section.footer-news form {
  display: flex;
  flex: 1;
}
body footer section.footer-news form input {
  flex-grow: 1;
  border: none;
  font-size: 18px;
  outline: none;
  font-weight: 300;
  padding: 12px 30px;
}
body footer section.footer-news form button {
  color: #2d3d50;
  font-weight: 700;
  border: none;
  background-color: #eec41f;
  padding: 12px 25px;
  font-size: 18px;
  margin-left: 20px;
}
body footer section.footer-news .titulo {
  align-items: center;
  display: flex;
  font-size: 18px;
  color: white;
  margin-right: 40px;
}
body footer section.footer-news .titulo i {
  color: #eec41f;
  font-size: 72px;
  margin-right: 20px;
}
body footer section.footer-news .titulo h1 {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  color: #eec41f;
}
@media (max-width: 991px) {
  body footer section.footer-news .row-flex {
    flex-flow: column;
  }
  body footer section.footer-news form input {
    font-size: 15px;
    padding: 10px;
  }
  body footer section.footer-news form button {
    font-size: 12px;
    padding: 12px 17px;
    margin-left: 10px;
  }
  body footer section.footer-news .titulo {
    margin-bottom: 20px;
    justify-content: center;
    font-size: 13px;
    margin-right: 0;
  }
  body footer section.footer-news .titulo i {
    margin-right: 15px;
    font-size: 36px;
  }
  body footer section.footer-news .titulo h1 {
    font-size: 20px;
  }
}
body footer section.footer-mapa {
  height: 500px;
  position: relative;
  z-index: 5;
}
body footer section.footer-mapa iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  body footer section.footer-mapa {
    height: 250px;
  }
}
body footer section.footer {
  background-image: url("../image/bg-branco.png");
  background-size: cover;
  padding: 50px 0;
}
body footer section.footer .logo {
  max-width: 100%;
}
body footer section.footer hr {
  height: 3px;
  background-color: #aaaaaa;
  margin: 25px 0;
}
body footer section.footer .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body footer section.footer .menu a {
  font-weight: 600;
  color: #2d3d50;
  font-size: 16px;
  text-transform: uppercase;
}
body footer section.footer .social {
  font-size: 18px;
}
body footer section.footer .social a {
  margin: 0 20px;
  color: #178f26;
}
@media (max-width: 991px) {
  body footer section.footer {
    padding: 30px 0;
  }
  body footer section.footer hr {
    display: none;
  }
  body footer section.footer .row-flex {
    flex-flow: column;
  }
  body footer section.footer .main-cta {
    margin-bottom: 20px;
  }
  body footer section.footer .phones {
    margin-bottom: 20px;
  }
  body footer section.footer .logo {
    width: 120px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }
  body footer section.footer .menu {
    display: none;
  }
}
body footer section.footer-copy {
  color: dimgray;
  padding: 20px 0;
  background-color: #f7f7f7;
  margin-bottom: 67px;
}
@media (max-width: 991px) {
  body footer section.footer-copy {
    text-align: center;
    margin-bottom: 57px;
  }
  body footer section.footer-copy img {
    margin-top: 10px;
  }
}
body footer section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 610;
  bottom: 30px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  transition: all 0.5s;
}
body footer section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  body footer section.botao_whatsapp.scroll {
    bottom: 100px;
  }
}
body footer section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body footer section.botao_whatsapp {
    bottom: 75px;
    right: 10px;
  }
}
body footer .lente-whatsapp {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
}
body footer .lente-whatsapp.exibir {
  opacity: 1;
  pointer-events: all;
}
body footer section.modal-whatsapp {
  font-family: "Open Sans";
  position: fixed;
  right: 17px;
  bottom: 30px;
  background-image: url("../../default/image/bg-whatsapp-min.jpg");
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 7px 0px #373737;
  max-width: 320px;
  max-height: 360px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 9999;
  transform-origin: 100% 100%;
  transform: scale(0);
  transition: all 0.3s;
}
body footer section.modal-whatsapp.exibir {
  transform: scale(1);
}
body footer section.modal-whatsapp.scroll {
  bottom: 100px;
}
@media screen and (max-width: 991px) {
  body footer section.modal-whatsapp {
    right: 0px;
    top: 0px;
    bottom: unset !important;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    border-radius: 0px;
  }
}
body footer section.modal-whatsapp .cabecario-zap {
  background-color: #2e8c7d;
  font-size: 17px;
  color: #97c5be;
  padding: 12px 20px 4px 20px;
}
body footer section.modal-whatsapp .cabecario-zap span.zaptitulo {
  transform: translateY(-4px);
  display: inline-block;
}
body footer section.modal-whatsapp .cabecario-zap i.fab.fa-whatsapp {
  font-size: 25px;
  margin-right: 10px;
}
body footer section.modal-whatsapp .cabecario-zap i.far.fa-times-circle {
  font-size: 25px;
  float: right;
  margin-right: 0px;
  cursor: pointer;
}
body footer section.modal-whatsapp .msg-bot {
  font-family: "Open Sans", sans-serif;
  background-color: white;
  margin: 15px;
  padding: 15px;
  border-radius: 20px;
  font-size: 13.4px;
  position: relative;
}
body footer section.modal-whatsapp .msg-bot::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 15px solid transparent;
  border-top: 21px solid white;
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: -1;
}
body footer section.modal-whatsapp .msg-bot :first-child {
  margin-top: 7px;
}
body footer section.modal-whatsapp .msg-bot label {
  font-weight: 700;
  font-size: 12px;
  color: black;
  display: block;
}
body footer section.modal-whatsapp .msg-bot input {
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #cacaca;
  outline: none;
  width: 100%;
}
body footer section.modal-whatsapp .campo-acao {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  padding: 0px 10px;
  height: 44px;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    position: static;
  }
}
body footer section.modal-whatsapp .campo-acao .texto {
  width: 100%;
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
}
body footer section.modal-whatsapp .campo-acao .texto input {
  border: none;
  border-radius: 32px;
  padding: 9px 18px;
  display: flex;
  outline-color: transparent;
  width: 100%;
  outline: none !important;
  font-size: 14px;
}
body footer section.modal-whatsapp .campo-acao .button-zap {
  background-color: transparent;
}
body footer section.modal-whatsapp .campo-acao .button-zap button {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #2e8c7d;
  color: white;
  width: 36px;
  height: 36px;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body footer section.modal-whatsapp .campo-acao .button-zap button:disabled {
  background-color: #a7a7a7;
  cursor: not-allowed;
}
body footer section.modal-whatsapp .campo-acao .button-zap button i.fas.fa-paper-plane {
  font-size: 19px;
  transform: rotate(49deg) translate(-2px, 0px);
  position: relative;
  transform-origin: center;
}
body footer section.modal-whatsapp .hide-desktop {
  display: none;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    display: none;
  }
  body footer section.modal-whatsapp .acao-mobile {
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #2e8c7d;
    color: white;
    border-radius: 9px;
    text-align: center;
    width: calc(100% - 40px);
    display: block;
    padding: 7px 15px;
    margin: 0 20px;
  }
  body footer section.modal-whatsapp .acao-mobile:disabled {
    background-color: #a7a7a7;
    cursor: not-allowed;
  }
  body footer section.modal-whatsapp .acao-mobile i {
    margin-right: 5px;
  }
  body footer section.modal-whatsapp .hide-desktop {
    display: block;
  }
}
body footer .menu-mobile {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../image/bg-branco.png");
  background-position: center;
  background-color: #2d3d50;
  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: #2d3d50;
}
body footer .menu-mobile .logo {
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
body footer .menu-mobile .logo img {
  height: 45px;
  -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: #2d3d50;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}