@charset "UTF-8";
/* CLASSES GLOBAIS */
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;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: 1596px;
}

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

.cursor-pointer {
  cursor: pointer;
}

/* VARIAVEIS GLOBAIS DO PROJETO */
.card-produto {
  position: relative;
  flex: calc(25% - 30px) 0 0;
  border: 1px solid #cacaca;
  background: white;
  background: linear-gradient(to bottom, white, white, #f4f4f4);
  border-radius: 25px;
  margin-right: 30px;
  padding: 15px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  align-self: normal;
  margin-bottom: 30px;
}
.card-produto.no-margin {
  margin: 0;
  flex: 100% 1 1;
}
.card-produto .card-produto-in {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.card-produto .card-produto-in .produto-img {
  max-width: 100%;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.card-produto .card-produto-in .produto-img a {
  max-height: 100%;
  max-width: 100%;
}
.card-produto .card-produto-in .produto-img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-produto .card-produto-in .produto-titulo {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #49494b;
  margin-bottom: 20px;
}
.card-produto .card-produto-in ul.atributos {
  padding: 0;
  margin: 0 0 20px 0;
}
.card-produto .card-produto-in ul.atributos li {
  font-size: 1em;
  font-weight: 500;
  color: #45bb9b;
  list-style: none;
}
.card-produto .card-produto-in ul.atributos li a {
  color: #45bb9b;
  border-bottom: 1px dotted #45bb9b;
}
.card-produto .card-produto-in ul.atributos li strong {
  color: black;
}
.card-produto .card-produto-in .acoes {
  display: flex;
  margin-bottom: 10px;
}
.card-produto .card-produto-in .acoes .detalhes {
  border: 2px solid #1f5caa;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 1em;
  font-weight: 600;
  color: #1f5caa;
  margin-right: 20px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.card-produto .card-produto-in .acoes .detalhes:hover {
  background-color: #1f5caa;
  color: white;
}
.card-produto .card-produto-in .acoes .add-carrinho {
  border: 2px solid #e52b2b;
  font-size: 1.4em;
  color: #e52b2b;
  background: white;
  border-radius: 7px;
  padding: 0 20px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.card-produto .card-produto-in .acoes .add-carrinho:hover {
  background-color: #e52b2b;
  color: white;
}
.card-produto .card-produto-in .main-button.whatsapp {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .card-produto .card-produto-in {
    font-size: 1.2em;
  }
  .card-produto .card-produto-in .produto-img {
    height: 200px;
  }
  .card-produto .card-produto-in .produto-img a img {
    height: 200px;
  }
}

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

.main-phone {
  position: relative;
  display: flex;
}
.main-phone::before {
  content: "";
  width: 60px;
  height: 53px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .main-phone::before {
    width: 38px;
    height: 34px;
    margin-right: 5px;
  }
}
.main-phone.phone::before {
  background-image: url("../image/icons/icon-phone.png");
}
.main-phone.phone.color-white::before {
  background-image: url("../image/icons/icon-phone-white.png");
}
.main-phone.whatsapp::before {
  background-image: url("../image/icons/icon-zap.png");
}
.main-phone.whatsapp.color-white::before {
  background-image: url("../image/icons/icon-zap-white.png");
}
.main-phone.pin::before {
  background: url("../image/icons/icon-none.png");
  min-width: 60px;
}
@media (max-width: 991px) {
  .main-phone.pin::before {
    min-width: 38px;
    background-size: 100%;
    width: 38px;
    height: 34px;
    margin-right: 5px;
  }
}
.main-phone.pin::after {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #45bb9b;
  position: absolute;
  top: 28px;
  left: 33px;
  font-size: 21px;
  width: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .main-phone.pin::after {
    top: 18px;
    left: 22px;
    font-size: 15px;
  }
}
.main-phone .main-phone-in .label {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  color: #45bb9b;
}
.main-phone .main-phone-in .number {
  color: #1f5caa;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2;
}
.main-phone .main-phone-in.color-white .label, .main-phone .main-phone-in.color-white .number {
  color: white;
}
.main-phone.cadastro::before {
  content: url("../image/icons/icon-user.png");
  width: 50px;
  height: 43px;
}
.main-phone.cadastro .main-phone-in .label {
  text-transform: inherit;
}
.main-phone.cadastro .main-phone-in .number {
  font-size: 1em;
  font-weight: 500;
}
.main-phone.cadastro .main-phone-in .number::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #9badcc;
}

.main-button {
  background: #e52b2b;
  background: linear-gradient(90deg, #e52b2b 0%, #eeab00 100%);
  color: white;
  padding: 11px 20px 11px 20px;
  font-size: 1.1em;
  font-weight: 600;
  border-radius: 6px;
  border: 1px solid #e52b2b;
  cursor: pointer;
  transition: all 0.5s;
}
.main-button:hover {
  box-shadow: 2px 2px 6px 1px #afafaf;
  color: white;
}
.main-button::before, .main-button::after {
  transition: all 0.5s;
}
.main-button.mini {
  font-size: 0.9em;
  text-align: center;
}
.main-button.flecha-orange {
  position: relative;
}
.main-button.flecha-orange::before {
  position: absolute;
  content: url("../image/icons/icon-flecha-orange.png");
  top: calc(50% - 10px);
  left: -10px;
}
.main-button.whatsapp {
  background-color: #00c53c;
  background: #00c53c;
  border-color: #00c53c;
}
.main-button.whatsapp::before {
  content: "\f232";
  font-family: "Font Awesome 5 Brands";
  font-weight: 700;
  color: white;
  font-size: 1.35em;
  padding: 0;
  line-height: 0;
  margin-right: 5px;
  transform: translateY(2px);
  display: inline-block;
}
.main-button.whatsapp {
  background-color: #00c53c;
  background: #00c53c;
  border-color: #00c53c;
}
.main-button.whatsapp::before {
  content: "\f232";
  font-family: "Font Awesome 5 Brands";
  font-weight: 700;
  color: white;
  font-size: 1.35em;
  padding: 0;
  line-height: 0;
  margin-right: 5px;
  transform: translateY(2px);
  display: inline-block;
}
.main-button.whatsapp:hover {
  background-color: #07a038;
  background: #07a038;
  border-color: #07a038;
  color: white;
}
.main-button.icon-hand::before {
  content: "\f4c0";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: white;
  font-size: 1.35em;
  padding: 0;
  line-height: 0;
  margin-right: 5px;
}
.main-button.blue {
  position: relative;
  background: #1f5caa;
  background: linear-gradient(90deg, #3baba0 0%, #216da9 100%);
  border: 1px solid #1f5caa;
  width: 100%;
  max-width: 315px;
  text-align: center;
  z-index: 2;
}
.main-button.blue::before {
  position: absolute;
  content: url("../image/icons/icon-flecha-blue-escuro.png");
  top: calc(50% - 10px);
  left: -10px;
}
.main-button.blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #45bb9b;
  background: linear-gradient(270deg, #3baba0 0%, #216da9 100%);
  z-index: -1;
  opacity: 0;
}
.main-button.blue:hover {
  color: white;
  background: transparent;
}
.main-button.blue:hover::before {
  left: -5px;
}
.main-button.blue:hover::after {
  opacity: 1;
}
.main-button.light-blue {
  background: linear-gradient(to right, #4cbda0, #66ccc1);
  color: white;
  position: relative;
  border-color: #45bb9b;
}
.main-button.light-blue::before {
  position: absolute;
  content: url("../image/icons/icon-flecha-orange.png");
  top: calc(50% - 10px);
  left: -10px;
  filter: grayscale(1) brightness(100);
}
.main-button.cyan {
  background: linear-gradient(to right, #539cf9, #87a9e0);
  color: white;
  position: relative;
  border-color: #45bb9b;
  width: 100%;
  max-width: 315px;
}
.main-button.cyan::before {
  position: absolute;
  content: url("../image/icons/icon-flecha-orange.png");
  top: calc(50% - 10px);
  left: -10px;
  filter: grayscale(1) brightness(100);
}
.main-button.outline-white {
  background: transparent;
  border-color: white;
  color: white;
  position: relative;
}
.main-button.outline-white::before {
  position: absolute;
  content: url("../image/icons/icon-flecha-orange.png");
  top: calc(50% - 10px);
  left: -10px;
  filter: grayscale(1) brightness(100);
}
.main-button.add-carrinho {
  background: white;
  border: 2px solid #45bb9b;
  color: #45bb9b;
}
.main-button.add-carrinho::before {
  content: "\f217";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #45bb9b;
  font-size: 1.35em;
  padding: 0;
  line-height: 0;
  margin-right: 5px;
  transform: translateY(2px);
  display: inline-block;
}

body {
  font-size: 1em;
  font-family: "Archivo", sans-serif;
  text-rendering: optimizeLegibility;
  /* MODAL */
}
body.loading-cart * {
  cursor: wait !important;
}
@media (max-width: 991px) {
  body {
    font-size: 0.7em;
  }
}
body div#lightbox {
  position: fixed !important;
  top: 10px !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body section.header {
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  body section.header {
    display: none;
  }
}
body section.header .topo {
  background: rgb(31, 92, 170);
  background: linear-gradient(90deg, rgb(31, 92, 170) 0%, rgb(59, 171, 160) 100%);
  height: 46px;
  overflow: hidden;
}
body section.header .topo .main-phone .number {
  color: white;
}
body section.header .topo .links {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body section.header .topo .links a {
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  margin-right: 25px;
  position: relative;
}
body section.header .topo .links a:hover::before {
  width: 100%;
  opacity: 1;
}
body section.header .topo .links a:before {
  width: 0;
  opacity: 0;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  background-color: white;
  content: "";
  transition: 0.5s all;
}
body section.header .topo .links a:last-child {
  margin-right: 0;
}
body section.header .bg-header {
  background-image: url("../image/bg-head.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  body section.header .bg-header {
    padding: 20px 0 0 0;
  }
}
body section.header .bg-header .topo-main .logo-principal {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
body section.header .bg-header .topo-main .logo-principal img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body section.header .bg-header .topo-main .logo-principal img {
    max-width: 150px;
  }
}
body section.header .bg-header .topo-main .topo-linha-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
}
body section.header .bg-header .topo-main .topo-linha-1 .button-carrinho {
  display: flex;
  background-color: white;
  border: 1px solid #cacaca;
  border-radius: 6px;
  align-items: center;
  padding: 5px 10px 5px 5px;
}
body section.header .bg-header .topo-main .topo-linha-1 .button-carrinho .icon {
  position: relative;
  margin-right: 10px;
}
body section.header .bg-header .topo-main .topo-linha-1 .button-carrinho .icon::before {
  content: url("../image/icons/icon-cart.png");
  width: 64px;
  height: 43px;
  display: block;
}
body section.header .bg-header .topo-main .topo-linha-1 .button-carrinho .icon .qtd {
  position: absolute;
  top: calc(50% - 8px);
  right: 8px;
  color: white;
  font-size: 0.7em;
}
body section.header .bg-header .topo-main .topo-linha-1 .button-carrinho .label {
  font-size: 1em;
  color: #45bb9b;
}
body section.header .bg-header .topo-main .topo-linha-1 .redes {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
}
body section.header .bg-header .topo-main .topo-linha-1 .redes a {
  margin-right: 15px;
  color: #45bb9b;
}
@media (max-width: 991px) {
  body section.header .bg-header .topo-main .topo-linha-1 {
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 15px 0;
  }
  body section.header .bg-header .topo-main .topo-linha-1 a.main-phone.phone, body section.header .bg-header .topo-main .topo-linha-1 a.main-phone.whatsapp {
    flex: 50% 1 1;
    width: 50%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  body section.header .bg-header .topo-main .topo-linha-1 a.button-carrinho {
    padding: 5px;
    margin-bottom: 15px;
  }
  body section.header .bg-header .topo-main .topo-linha-1 a.button-carrinho .icon {
    margin-right: 0;
  }
  body section.header .bg-header .topo-main .topo-linha-1 a.button-carrinho .icon .qtd {
    top: calc(50% - 5px);
    right: 9px;
  }
}
@media (max-width: 991px) and (max-width: 350px) {
  body section.header .bg-header .topo-main .topo-linha-1 a.button-carrinho .label {
    font-size: 0.8em;
  }
}
@media (max-width: 991px) {
  body section.header .bg-header .topo-main .topo-linha-1 a.main-phone.cadastro {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  body section.header .bg-header .topo-main .topo-linha-1 .redes {
    width: 100%;
  }
}
body section.header .bg-header .topo-main .topo-linha-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 30px 0;
}
body section.header .bg-header .topo-main .topo-linha-2 .campo-busca {
  width: 100%;
  max-width: 870px;
}
body section.header .bg-header .topo-main .topo-linha-2 .campo-busca .campo-in {
  width: 100%;
  display: flex;
}
body section.header .bg-header .topo-main .topo-linha-2 .campo-busca .campo-in input {
  border: 1px solid #cacaca;
  border-radius: 7px 0 0 7px;
  padding: 10px 15px 10px 20px;
  font-size: 1.1em;
  color: #565656;
  width: 100%;
}
body section.header .bg-header .topo-main .topo-linha-2 .campo-busca .campo-in button {
  background-color: #42bc9a;
  border: none;
  padding: 9px 30px 9px 50px;
  border-radius: 7px;
  font-size: 1.2em;
  color: white;
  font-weight: 600;
  margin-left: -5px;
  position: relative;
}
body section.header .bg-header .topo-main .topo-linha-2 .campo-busca .campo-in button::before {
  position: absolute;
  content: url("../image/icons/icon-flecha-blue.png");
  top: calc(50% - 10px);
  left: -10px;
}
@media (max-width: 991px) {
  body section.header .bg-header .topo-main .topo-linha-2 {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  body section.header .bg-header .topo-main .topo-linha-2 .campo-busca {
    margin-bottom: 10px;
  }
  body section.header .bg-header .topo-main .topo-linha-2 .campo-busca .campo-in button {
    padding: 9px 10px 9px 20px;
  }
}
body section.header .bg-header .menu-categorias {
  position: relative;
}
@media (max-width: 991px) {
  body section.header .bg-header .menu-categorias {
    display: none;
  }
}
body section.header .bg-header .menu-categorias::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  background-color: #e2e2e2;
  pointer-events: none;
}
body section.header .bg-header .menu-categorias ul.menu-destaques {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  text-align: center;
  position: relative;
  z-index: 2;
}
body section.header .bg-header .menu-categorias ul.menu-destaques li.in-destaque {
  margin: 25px 15px 30px 0;
  list-style: none;
  padding: 0;
  max-width: 150px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-right: 10px;
  position: relative;
}
body section.header .bg-header .menu-categorias ul.menu-destaques li.in-destaque ul {
  background-color: #fafafa;
  text-align: left;
  padding: 0;
  display: none;
  border: 1px solid #1f5caa;
}
body section.header .bg-header .menu-categorias ul.menu-destaques li.in-destaque ul li {
  white-space: nowrap;
  list-style: none;
  position: relative;
}
body section.header .bg-header .menu-categorias ul.menu-destaques li.in-destaque ul li:hover {
  background-color: #eaeaea;
}
body section.header .bg-header .menu-categorias ul.menu-destaques li.in-destaque ul li a {
  padding: 10px 25px 10px 15px;
  position: relative;
  font-size: 1em;
  font-weight: 600;
  color: #1f5caa;
}
body section.header .bg-header .menu-categorias ul.menu-destaques li.in-destaque ul li a i {
  font-size: 1em;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 5px;
}
body section.header .bg-header .menu-categorias ul.menu-destaques li.in-destaque ul li a:hover {
  background-color: #eaeaea;
  color: #45bb9b;
}
body section.header .bg-header .menu-categorias ul.menu-destaques li.in-destaque ul li a:hover i {
  color: #45bb9b;
}
body section.header .bg-header .menu-categorias ul.menu-destaques li.in-destaque ul.menu-geral {
  position: absolute;
  top: 100%;
  z-index: 2;
}
body section.header .bg-header .menu-categorias ul.menu-destaques li.in-destaque ul.menu-geral li ul.menu-geral-filhas, body section.header .bg-header .menu-categorias ul.menu-destaques li.in-destaque ul.menu-geral li ul.menu-geral-filhas-filhas {
  position: absolute;
  top: -1px;
  left: 100%;
  display: none;
}
body section.header .bg-header .menu-categorias ul.menu-destaques li.in-destaque ul.menu-geral li:hover ul.menu-geral-filhas {
  display: block;
}
body section.header .bg-header .menu-categorias ul.menu-destaques li.in-destaque ul.menu-geral li:hover ul.menu-geral-filhas li:hover ul.menu-geral-filhas-filhas {
  display: block;
}
body section.header .bg-header .menu-categorias ul.menu-destaques li.in-destaque.link-menu:hover ul.menu-geral {
  display: block;
}
body section.header .bg-header .menu-categorias ul.menu-destaques li.in-destaque.link-menu::before {
  background: linear-gradient(90deg, rgba(31, 92, 170, 0) 0%, #e2e2e2 100%);
  content: "";
  position: absolute;
  top: -25px;
  right: -10px;
  height: calc(100% + 55px);
  width: 200px;
  border-radius: 0 25px 0;
  pointer-events: none;
}
body section.header .bg-header .menu-categorias ul.menu-destaques li.in-destaque.link-menu::after {
  content: url("../image/icons-flechas.png");
  position: absolute;
  top: -33px;
  right: 56px;
  pointer-events: none;
}
body section.header .bg-header .menu-categorias ul.menu-destaques li.in-destaque.link-menu a {
  position: relative;
  z-index: 2;
}
body section.header .bg-header .menu-categorias ul.menu-destaques li.in-destaque a {
  display: flex;
  flex-direction: column;
}
body section.header .bg-header .menu-categorias ul.menu-destaques li.in-destaque a .icon {
  margin-bottom: 5px;
}
body section.header .bg-header .menu-categorias ul.menu-destaques li.in-destaque a .icon i {
  font-size: 1.2em;
  font-weight: 600;
  color: #45bb9b;
}
body section.header .bg-header .menu-categorias ul.menu-destaques li.in-destaque a .icon img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body section.header .bg-header .menu-categorias ul.menu-destaques li.in-destaque a .txt {
  font-size: 1em;
  font-weight: 600;
  color: #1f5caa;
}
body section.header.fixo {
  position: fixed;
  top: 0;
  width: 100%;
  font-size: 0.8em;
  border-bottom: 1px solid #1f5caa;
}
body section.header.fixo .topo {
  display: none !important;
}
body section.header.fixo .bg-header .topo-main .topo-linha-1 {
  display: none;
}
body section.header.fixo .bg-header .topo-main .logo-principal img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 50px;
}
body section.header.fixo .bg-header .topo-main .topo-linha-2 {
  padding: 7px 0;
}
body section.header.fixo .bg-header .topo-main .topo-linha-2 .campo-busca .campo-in button {
  padding: 9px 30px 9px 30px;
}
body section.header.fixo .bg-header .menu-categorias::after {
  display: none;
}
body section.header.fixo .bg-header .menu-categorias ul.menu-destaques li.in-destaque {
  margin: 10px 15px 7px 0;
}
body section.header.fixo .bg-header .menu-categorias ul.menu-destaques li.in-destaque a {
  flex-direction: row;
  align-items: center;
}
body section.header.fixo .bg-header .menu-categorias ul.menu-destaques li.in-destaque a .icon {
  margin-right: 5px;
  margin-bottom: 0;
}
body section.header.fixo .bg-header .menu-categorias ul.menu-destaques li.in-destaque a .icon img {
  height: 25px;
}
body section.header.fixo .bg-header .menu-categorias ul.menu-destaques li.in-destaque.link-menu::before {
  top: -9px;
  right: -10px;
  height: calc(100% + 15px);
}
body section.header.fixo .bg-header .menu-categorias ul.menu-destaques li.in-destaque.link-menu::after {
  top: -15px;
}
body section.header-mobile {
  display: none;
  padding: 15px 0;
}
@media (max-width: 991px) {
  body section.header-mobile {
    display: block;
  }
}
body section.header-mobile .row-telefones {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
  margin-top: 10px;
}
body section.header-mobile .row-contatos {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
body section.header-mobile .row-contatos .logo-principal img {
  height: 50px;
}
body section.header-mobile .row-contatos .button-carrinho {
  display: block;
}
body section.header-mobile .row-contatos .button-carrinho .icon {
  position: relative;
}
body section.header-mobile .row-contatos .button-carrinho .icon::before {
  content: url("../image/icons/icon-cart.png");
  width: 64px;
  height: 43px;
  display: block;
}
body section.header-mobile .row-contatos .button-carrinho .icon span {
  position: absolute;
  top: calc(50% - 8px);
  right: 9px;
  color: white;
}
body section.header-mobile .row-contatos .icon-orcamento, body section.header-mobile .row-contatos .icon-busca {
  background-color: #42bc9a;
  color: white;
  font-size: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 41px;
  width: 43px;
  height: 43px;
}
body section.header-mobile .row-contatos .icon-orcamento.font-small, body section.header-mobile .row-contatos .icon-busca.font-small {
  font-size: 1.5em;
}
body section.header-mobile .campo-busca {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.6s;
}
body section.header-mobile .campo-busca.open {
  height: 40px;
}
body section.header-mobile .campo-busca .campo-in {
  width: 100%;
  display: flex;
}
body section.header-mobile .campo-busca .campo-in input {
  border: 1px solid #cacaca;
  border-radius: 7px 0 0 7px;
  padding: 10px 15px 10px 20px;
  font-size: 1.1em;
  color: #565656;
  width: 100%;
}
body section.header-mobile .campo-busca .campo-in button {
  background-color: #45bb9b;
  border: none;
  padding: 5px 20px 5px 20px;
  border-radius: 7px;
  font-size: 1.2em;
  color: white;
  font-weight: 600;
  margin-left: -5px;
  position: relative;
}
body section.header-mobile .campo-busca .campo-in button::before {
  position: absolute;
  content: url("../image/icons/icon-flecha-blue.png");
  top: calc(50% - 10px);
  left: -10px;
}
body section.header-mobile .acessar-menu {
  background: #1e5da7;
  background: linear-gradient(to right, #45bb9b 0%, #1f5caa 100%);
  border-radius: 15px 0 15px 0;
  padding: 8px 5px;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  margin-top: 10px;
}
body section.header-mobile .acessar-menu i {
  margin-right: 5px;
}
body section.header-mobile .txt-produtos {
  font-size: 1.2em;
  font-weight: 500;
  color: #1f5caa;
  margin-bottom: 5px;
  text-align: center;
  border-top: 1px solid #cacaca;
  padding-top: 5px;
  margin-top: 10px;
}
body section.header-mobile .owl-categorias-mobile {
  padding: 0 15px;
}
body section.header-mobile .owl-categorias-mobile .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
body section.header-mobile .owl-categorias-mobile .owl-nav .owl-prev, body section.header-mobile .owl-categorias-mobile .owl-nav .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #1f5caa;
  border-radius: 100px;
  color: white;
  pointer-events: all;
}
body section.header-mobile .owl-categorias-mobile .in-destaque a {
  display: flex;
  flex-direction: column;
  text-align: center;
}
body section.header-mobile .owl-categorias-mobile .in-destaque a .icon {
  text-align: center;
  padding: 7px 0;
  border-radius: 5px;
  margin-bottom: 5px;
}
body section.header-mobile .owl-categorias-mobile .in-destaque a .icon img {
  max-width: 50px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
body section.header-mobile .owl-categorias-mobile .in-destaque a .txt {
  font-size: 0.9em;
  font-weight: 600;
  color: #1f5caa;
  line-height: 1.2;
  overflow-wrap: break-word;
}
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: #1f5caa;
  -webkit-animation: loader-rotate 1s infinite;
          animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@-webkit-keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}
body .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: #1f5caa;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #1f5caa;
}
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: #1f5caa;
  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 section.formulario-enviado {
  padding: 60px 0;
  background-image: url("../image/bg-branco.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
body section.formulario-enviado .box-in h5 {
  font-size: 17px;
  font-weight: 400;
  max-width: 400px;
  margin-top: 20px;
  color: gray;
}
body section.formulario-enviado .box-in a {
  color: #1f5caa;
  font-weight: 500;
}
body section.formulario-enviado .box-in .btn-voltar {
  color: #1f5caa;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #1f5caa;
  transition: 0.3s all;
}
body section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #1f5caa;
  color: white;
}
body section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body section.formulario-enviado .box-in h3 {
  font-size: 20px;
  font-weight: 300;
  color: gray;
}
body section.formulario-enviado .box-in .logo {
  width: 70px;
  margin-bottom: 25px;
}
body section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 400;
  line-height: 1;
  color: #1f5caa;
}
body section.formulario-enviado .box-in h1 strong {
  display: block;
  font-weight: 400;
  color: #45bb9b;
}
body section.formulario-enviado img {
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
body section.formulario-enviado .number {
  font-size: 156px;
  font-weight: 400;
  color: #06b396;
  text-align: center;
}
@media (max-width: 991px) {
  body section.formulario-enviado .number {
    font-size: 120px;
  }
}
@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: #1f5caa;
}
body .politica-termos strong,
body .politica-termos b {
  color: #1f5caa;
}
@media (max-width: 991px) {
  body .politica-termos {
    padding: 20px 0px;
    font-size: 15px;
  }
  body .politica-termos h1 {
    font-size: 22px;
  }
}
body header section.barra-lgpd {
  padding: 0 15px;
  background-color: #eeeeee;
  border-bottom: 1px solid gainsboro;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: gray;
  display: none;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body header section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 57px;
    position: fixed;
    top: auto;
  }
  body header section.barra-lgpd .container {
    padding: 0;
  }
}
body header section.barra-lgpd.exibir {
  display: block;
}
body header section.barra-lgpd .row,
body header section.barra-lgpd .container {
  max-width: 1410px !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: 415.77px;
  }
}
body main section.header-conteudo {
  background-size: cover;
  background-position: bottom;
  padding: 50px 0;
  color: white;
  font-size: 1.3em;
  font-weight: 300;
}
body main section.header-conteudo.interna {
  padding: 20px 0 10px 0;
}
body main section.header-conteudo strong, body main section.header-conteudo b {
  color: #00b393;
  font-weight: 600;
}
body main section.header-conteudo h1, body main section.header-conteudo h2, body main section.header-conteudo h3, body main section.header-conteudo h4, body main section.header-conteudo h5, body main section.header-conteudo h6 {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  color: white;
  position: relative;
  text-transform: uppercase;
}
body main section.header-conteudo h1 strong, body main section.header-conteudo h1 b, body main section.header-conteudo h2 strong, body main section.header-conteudo h2 b, body main section.header-conteudo h3 strong, body main section.header-conteudo h3 b, body main section.header-conteudo h4 strong, body main section.header-conteudo h4 b, body main section.header-conteudo h5 strong, body main section.header-conteudo h5 b, body main section.header-conteudo h6 strong, body main section.header-conteudo h6 b {
  color: #00b393;
}
body main section.header-conteudo h1 {
  font-size: 2em;
}
body main section.breadcrumb {
  margin-bottom: 20px;
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  position: relative;
}
body main section.breadcrumb a {
  color: white;
  text-decoration: underline;
  margin: 0 5px;
  font-weight: 300;
  text-transform: lowercase;
  font-size: 15px;
}
body main section.breadcrumb a:first-child {
  margin-left: 0;
}
body main section.breadcrumb a:last-child {
  margin-right: 0;
}
body main section.breadcrumb a.active {
  color: white;
  text-decoration: none;
}
@media (max-width: 991px) {
  body main section.breadcrumb {
    font-size: 12px;
  }
  body main section.breadcrumb a {
    font-size: 12px;
  }
}
body main ul.paginacao {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 0;
}
body main ul.paginacao li {
  list-style: none;
}
body main ul.paginacao li a {
  background-color: white;
  border: 1px solid lightgray;
  width: 45px;
  height: 45px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: gray;
  font-size: 1.2em;
  border-radius: 50px;
  transition: all 0.3s;
}
body main ul.paginacao li a.active, body main ul.paginacao li a:hover {
  color: white;
  border-color: #45bb9b;
  background-color: #45bb9b;
}
body main section.index-diferenciais {
  background-image: url("../image/bg-diferenciais.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0 0 0;
  min-height: 83px;
}
@media (max-width: 991px) {
  body main section.index-diferenciais {
    background-image: url("../image/bg-head.png");
    background-image: unset;
    padding: 30px 0;
  }
}
body main section.index-diferenciais .box-item {
  display: flex;
}
body main section.index-diferenciais .box-item .in-img {
  width: 46px;
  margin-right: 5px;
}
body main section.index-diferenciais .box-item .in-img img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.index-diferenciais .box-item .in-txt {
  font-size: 0.8em;
  color: #002748;
}
body main section.index-diferenciais .box-item .in-txt strong {
  font-size: 1.1em;
}
@media (max-width: 991px) {
  body main section.index-diferenciais .box-item {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  body main section.index-diferenciais .box-item .in-img {
    margin: 0 auto 10px auto;
  }
  body main section.index-diferenciais .box-item .in-txt {
    font-size: 1em;
  }
}
body main section.index-banner {
  position: relative;
}
body main section.index-banner .owl-carousel .owl-prev,
body main section.index-banner .owl-carousel .owl-next {
  position: absolute;
  bottom: 50%;
  outline: none;
  color: gray;
  font-size: 42px;
  padding: 2px 5px !important;
}
@media (max-width: 991px) {
  body main section.index-banner .owl-carousel .owl-prev,
body main section.index-banner .owl-carousel .owl-next {
    color: white;
    background-color: rgba(128, 128, 128, 0.65);
    font-size: 30px;
    padding: 2px 5px !important;
  }
}
body main section.index-banner .owl-carousel .owl-prev:hover,
body main section.index-banner .owl-carousel .owl-next:hover {
  opacity: 0.8;
}
body main section.index-banner .owl-carousel .owl-prev {
  border-radius: 0 5px 5px 0;
  left: 25px;
}
@media (max-width: 991px) {
  body main section.index-banner .owl-carousel .owl-prev {
    left: 0px;
  }
}
body main section.index-banner .owl-carousel .owl-next {
  border-radius: 5px 0 0 5px;
  right: 25px;
}
@media (max-width: 991px) {
  body main section.index-banner .owl-carousel .owl-next {
    right: 0px;
  }
}
body main section.index-banner .owl-carousel .bann {
  position: relative;
}
body main section.index-banner .owl-carousel .bann:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 5;
  background-color: rgba(104, 94, 94, 0.1);
}
@media (max-width: 991px) {
  body main section.index-banner::after {
    display: none;
  }
}
body main section.index-apareca {
  background-image: url("../image/bg-oferecemos-min.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 165px;
  padding: 50px 0;
  position: relative;
}
body main section.index-apareca .img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.index-apareca .texto {
  font-weight: 400;
  font-size: 1.2em;
}
body main section.index-apareca .texto strong {
  color: #1f5caa;
  font-weight: 600;
}
body main section.index-apareca .texto h3 {
  color: #1f5caa;
  font-size: 1.2em;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-apareca .texto h3 {
    text-align: center;
  }
}
body main section.index-video {
  position: relative;
}
body main section.index-video::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body main section.index-video video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.index-video .container {
  position: relative;
  z-index: 1;
}
body main section.index-video .container .d-flex {
  padding: 115px 0 50px 0;
  min-height: 400px;
}
body main section.index-video .container .d-flex .conteudo-in {
  text-align: center;
  max-width: 800px;
  margin: auto;
  font-size: 1.2em;
  color: white;
}
body main section.index-video .container .d-flex .conteudo-in strong, body main section.index-video .container .d-flex .conteudo-in b {
  color: #45bb9b;
}
body main section.index-video .container .d-flex .conteudo-in h2 {
  font-size: 24px;
  font-weight: 700;
  max-width: 585px;
  margin: auto;
  color: #1f5caa;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.index-video .container .d-flex .conteudo-in {
    font-size: 1.5em;
  }
}
body main section.index-produtos-destaques {
  background-image: url("../image/bg-linha-seguranca-min.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaques {
    padding-bottom: 0;
  }
}
body main section.index-produtos-destaques .titulo-principal {
  display: flex;
}
body main section.index-produtos-destaques .titulo-principal .icon {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.index-produtos-destaques .titulo-principal .icon img {
  max-width: 65px;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.index-produtos-destaques .titulo-principal .in-txt {
  position: relative;
}
body main section.index-produtos-destaques .titulo-principal .in-txt::after {
  content: url("../image/icons-flechas.png");
  display: block;
  pointer-events: none;
  margin-top: 5px;
}
body main section.index-produtos-destaques .titulo-principal .in-txt h2 {
  font-family: "Syne", sans-serif;
  font-size: 2.2em;
  font-weight: 500;
  color: #45bb9b;
}
body main section.index-produtos-destaques .titulo-principal .in-txt h2 strong, body main section.index-produtos-destaques .titulo-principal .in-txt h2 b {
  color: #1f5caa;
}
body main section.index-produtos-destaques .titulo-principal .in-txt h5 {
  color: #49494b;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaques .titulo-principal {
    flex-direction: column;
    text-align: center;
  }
  body main section.index-produtos-destaques .titulo-principal .icon {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
body main section.index-produtos-destaques .owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
body main section.index-produtos-destaques .owl-carousel .owl-stage .owl-item {
  display: flex;
  height: auto !important;
}
body main section.index-produtos-destaques .owl-carousel .owl-nav {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaques .owl-carousel .owl-nav {
    margin-top: 10px;
  }
}
body main section.index-produtos-destaques .owl-carousel .owl-nav button {
  outline: none;
  border: none;
}
body main section.index-produtos-destaques .owl-carousel .owl-nav .owl-prev {
  margin-right: 15px;
}
body main section.index-produtos-destaques .owl-carousel .owl-nav i {
  background-color: white;
  width: 40px;
  height: 40px;
  font-size: 1.1em;
  color: #23b59a;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #ebebeb;
  box-shadow: 2px 3px 3px #cfcfcf;
}
body main section.index-marcas-parceiras {
  padding: 30px 0;
}
body main section.index-marcas-parceiras.page-produto {
  background-image: url("../image/bg-dinamizamos.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
body main section.index-marcas-parceiras .titulo-principal {
  text-align: center;
  margin-bottom: 30px;
}
body main section.index-marcas-parceiras .titulo-principal .icon {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.index-marcas-parceiras .titulo-principal .icon img {
  max-width: 65px;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.index-marcas-parceiras .titulo-principal .in-txt {
  position: relative;
}
body main section.index-marcas-parceiras .titulo-principal .in-txt::after {
  content: url("../image/icons-flechas.png");
  display: block;
  pointer-events: none;
  margin-top: 5px;
}
body main section.index-marcas-parceiras .titulo-principal .in-txt h2 {
  font-family: "Syne", sans-serif;
  font-size: 1.9em;
  font-weight: 700;
  color: #45bb9b;
}
body main section.index-marcas-parceiras .titulo-principal .in-txt h2 strong, body main section.index-marcas-parceiras .titulo-principal .in-txt h2 b {
  color: #1f5caa;
  font-weight: 700;
}
body main section.index-marcas-parceiras .img-in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 20px;
  width: 100%;
  height: 100%;
  min-height: 130px;
  background-color: white;
}
body main section.index-marcas-parceiras .img-in img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.index-marcas-parceiras .owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
body main section.index-marcas-parceiras .owl-carousel .owl-stage .owl-item {
  display: flex;
  height: auto !important;
}
body main section.index-marcas-parceiras .owl-carousel .owl-nav {
  margin-top: 40px;
  display: flex !important;
  justify-content: center;
}
body main section.index-marcas-parceiras .owl-carousel .owl-nav button {
  outline: none;
  border: none;
}
body main section.index-marcas-parceiras .owl-carousel .owl-nav .owl-prev {
  margin-right: 15px;
}
body main section.index-marcas-parceiras .owl-carousel .owl-nav i {
  background-color: white;
  width: 40px;
  height: 40px;
  font-size: 1.1em;
  color: #23b59a;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #ebebeb;
  box-shadow: 2px 3px 3px #cfcfcf;
}
body main section.index-porque-somos-lideres {
  background-image: url("../image/bg-porque-somos-min.jpg");
  background-size: cover;
  padding: 50px 0 0 0;
}
@media (max-width: 991px) {
  body main section.index-porque-somos-lideres {
    padding: 50px 0;
  }
}
body main section.index-porque-somos-lideres .conteudo-principal {
  text-align: center;
  font-size: 1em;
  color: white;
  max-width: 550px;
  margin: 0 auto 50px auto;
}
body main section.index-porque-somos-lideres .conteudo-principal h1, body main section.index-porque-somos-lideres .conteudo-principal h2, body main section.index-porque-somos-lideres .conteudo-principal h3, body main section.index-porque-somos-lideres .conteudo-principal h4, body main section.index-porque-somos-lideres .conteudo-principal h5, body main section.index-porque-somos-lideres .conteudo-principal h6 {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  color: #45bb9b;
  position: relative;
  text-transform: uppercase;
}
body main section.index-porque-somos-lideres .conteudo-principal h1::after, body main section.index-porque-somos-lideres .conteudo-principal h2::after, body main section.index-porque-somos-lideres .conteudo-principal h3::after, body main section.index-porque-somos-lideres .conteudo-principal h4::after, body main section.index-porque-somos-lideres .conteudo-principal h5::after, body main section.index-porque-somos-lideres .conteudo-principal h6::after {
  content: url("../image/icons/icons-flechas-white.png");
  display: block;
}
body main section.index-porque-somos-lideres .conteudo-principal h1 strong, body main section.index-porque-somos-lideres .conteudo-principal h1 b, body main section.index-porque-somos-lideres .conteudo-principal h2 strong, body main section.index-porque-somos-lideres .conteudo-principal h2 b, body main section.index-porque-somos-lideres .conteudo-principal h3 strong, body main section.index-porque-somos-lideres .conteudo-principal h3 b, body main section.index-porque-somos-lideres .conteudo-principal h4 strong, body main section.index-porque-somos-lideres .conteudo-principal h4 b, body main section.index-porque-somos-lideres .conteudo-principal h5 strong, body main section.index-porque-somos-lideres .conteudo-principal h5 b, body main section.index-porque-somos-lideres .conteudo-principal h6 strong, body main section.index-porque-somos-lideres .conteudo-principal h6 b {
  color: white;
}
body main section.index-porque-somos-lideres .conteudo-principal h1 {
  font-size: 2em;
}
body main section.index-porque-somos-lideres .box-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}
body main section.index-porque-somos-lideres .box-main .item-in {
  flex: 33.3333333333% 1 1;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 15px;
}
@media (max-width: 991px) {
  body main section.index-porque-somos-lideres .box-main .item-in {
    flex: 50% 1 1;
    width: 50%;
    font-size: 1.1em;
  }
}
body main section.index-porque-somos-lideres .box-main .item-in .in-icon {
  margin-bottom: 10px;
}
body main section.index-porque-somos-lideres .box-main .item-in .in-titulo {
  font-size: 1.2em;
  font-weight: 600;
  color: #45bb9b;
  max-width: 270px;
  text-align: center;
  margin: auto;
  min-height: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body main section.index-porque-somos-lideres .box-main .item-in .in-descricao {
  font-size: 1em;
  color: white;
}
body main section.index-porque-somos-lideres .box-contato {
  background-image: url("../image/box-verde-min.png");
  background-size: 100%;
  padding: 15px 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1300px;
  margin: auto;
  margin-top: 50px;
}
body main section.index-porque-somos-lideres .box-contato .box-chamada {
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.index-porque-somos-lideres .box-contato .box-chamada::before {
  content: url("../image/icons/icon-hands-white.png");
  margin-right: 20px;
}
body main section.index-porque-somos-lideres .box-contato .box-chamada .txt {
  font-family: "Syne", sans-serif;
  font-size: 1.5em;
  line-height: 1;
  font-weight: 500;
  color: white;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body main section.index-porque-somos-lideres .box-contato {
    margin-top: 0;
    flex-wrap: wrap;
    background-image: unset;
    background-color: #00b08f;
    border-radius: 50px;
    padding: 30px;
  }
  body main section.index-porque-somos-lideres .box-contato a {
    margin-bottom: 10px;
    flex: 100%;
    justify-content: center;
  }
}
body main section.index-dinamizamos {
  padding: 50px 0;
  background-image: url("../image/bg-dinamizamos.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
body main section.index-dinamizamos .conteudo-txt {
  font-size: 1.2em;
}
body main section.index-dinamizamos .conteudo-txt h1, body main section.index-dinamizamos .conteudo-txt h2, body main section.index-dinamizamos .conteudo-txt h3, body main section.index-dinamizamos .conteudo-txt h4, body main section.index-dinamizamos .conteudo-txt h5, body main section.index-dinamizamos .conteudo-txt h6 {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  color: #1f5caa;
  position: relative;
  text-transform: uppercase;
}
body main section.index-dinamizamos .conteudo-txt h1::after, body main section.index-dinamizamos .conteudo-txt h2::after, body main section.index-dinamizamos .conteudo-txt h3::after, body main section.index-dinamizamos .conteudo-txt h4::after, body main section.index-dinamizamos .conteudo-txt h5::after, body main section.index-dinamizamos .conteudo-txt h6::after {
  content: url("../image/icons-flechas.png");
  display: block;
}
body main section.index-dinamizamos .conteudo-txt h1 strong, body main section.index-dinamizamos .conteudo-txt h1 b, body main section.index-dinamizamos .conteudo-txt h2 strong, body main section.index-dinamizamos .conteudo-txt h2 b, body main section.index-dinamizamos .conteudo-txt h3 strong, body main section.index-dinamizamos .conteudo-txt h3 b, body main section.index-dinamizamos .conteudo-txt h4 strong, body main section.index-dinamizamos .conteudo-txt h4 b, body main section.index-dinamizamos .conteudo-txt h5 strong, body main section.index-dinamizamos .conteudo-txt h5 b, body main section.index-dinamizamos .conteudo-txt h6 strong, body main section.index-dinamizamos .conteudo-txt h6 b {
  color: #00b393;
}
body main section.index-dinamizamos .conteudo-txt h1 {
  font-size: 1.7em;
}
@media (max-width: 991px) {
  body main section.index-dinamizamos .conteudo-txt {
    font-size: 1.4em;
    text-align: center;
  }
}
@media (max-width: 991px) {
  body main section.index-dinamizamos .d-flex {
    justify-content: space-around;
  }
}
body main section.index-dinamizamos img.mascote {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.index-dinamizamos img.mascote {
    margin: 15px 0;
  }
}
body main section.index-dinamizamos .formulario {
  background-color: white;
  border-radius: 50px 0 0 0;
  padding: 30px 50px;
  max-width: 415px;
  margin: auto;
  position: relative;
  border-top: 7px solid #1f5caa;
}
body main section.index-dinamizamos .formulario .txt {
  font-size: 1.3em;
  color: #00b393;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
body main section.index-dinamizamos .formulario .campo {
  position: relative;
  margin-bottom: 12px;
}
body main section.index-dinamizamos .formulario .campo input, body main section.index-dinamizamos .formulario .campo textarea {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  width: 100%;
  padding: 7px 15px;
  background-color: #f7f7f7;
  resize: none;
}
body main section.index-dinamizamos .formulario .campo label {
  position: absolute;
  top: 9px;
  left: 15px;
  font-size: 1em;
  font-weight: 500;
  color: #575757;
}
body main section.index-nossos-diferenciais {
  background-image: url("../image/bg-nossos-diferenciais-min.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0 100px 0;
}
@media (max-width: 991px) {
  body main section.index-nossos-diferenciais {
    padding: 50px 0 50px 0;
  }
}
body main section.index-nossos-diferenciais .conteudo-principal {
  text-align: center;
  font-size: 1.2em;
  color: #565656;
  max-width: 550px;
  margin: 0 auto 50px auto;
  position: relative;
  padding-top: 76px;
}
@media (max-width: 991px) {
  body main section.index-nossos-diferenciais .conteudo-principal {
    font-size: 1.4em;
  }
}
body main section.index-nossos-diferenciais .conteudo-principal::after {
  content: url("../image/icons/icon-star.png");
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
body main section.index-nossos-diferenciais .conteudo-principal::before {
  background: url("../image/icons/icons-double-flechas.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  text-align: center;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
}
body main section.index-nossos-diferenciais .conteudo-principal h1, body main section.index-nossos-diferenciais .conteudo-principal h2, body main section.index-nossos-diferenciais .conteudo-principal h3, body main section.index-nossos-diferenciais .conteudo-principal h4, body main section.index-nossos-diferenciais .conteudo-principal h5, body main section.index-nossos-diferenciais .conteudo-principal h6 {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  color: #45bb9b;
  position: relative;
  text-transform: uppercase;
}
body main section.index-nossos-diferenciais .conteudo-principal h1 strong, body main section.index-nossos-diferenciais .conteudo-principal h1 b, body main section.index-nossos-diferenciais .conteudo-principal h2 strong, body main section.index-nossos-diferenciais .conteudo-principal h2 b, body main section.index-nossos-diferenciais .conteudo-principal h3 strong, body main section.index-nossos-diferenciais .conteudo-principal h3 b, body main section.index-nossos-diferenciais .conteudo-principal h4 strong, body main section.index-nossos-diferenciais .conteudo-principal h4 b, body main section.index-nossos-diferenciais .conteudo-principal h5 strong, body main section.index-nossos-diferenciais .conteudo-principal h5 b, body main section.index-nossos-diferenciais .conteudo-principal h6 strong, body main section.index-nossos-diferenciais .conteudo-principal h6 b {
  color: #1f5caa;
}
body main section.index-nossos-diferenciais .conteudo-principal h1 {
  font-size: 2em;
}
body main section.index-nossos-diferenciais .box-diferenciais {
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: auto;
}
body main section.index-nossos-diferenciais .box-diferenciais .box-item {
  border-radius: 0 60px 0 60px;
  flex: 33.3333333333% 1 1;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px;
  min-height: 500px;
  color: white;
}
body main section.index-nossos-diferenciais .box-diferenciais .box-item.tipo-2 {
  margin-right: 20px;
  flex: calc(33.3333333333% - 20px) 1 1;
}
body main section.index-nossos-diferenciais .box-diferenciais .box-item.tipo-2:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  body main section.index-nossos-diferenciais .box-diferenciais .box-item.tipo-2 {
    margin-right: 0;
    flex: 100%;
  }
}
body main section.index-nossos-diferenciais .box-diferenciais .box-item:nth-child(odd) {
  background-image: url("../image/bg-blue-min.png");
  background-color: #1c539c;
  border-bottom: 10px solid #06b397;
}
body main section.index-nossos-diferenciais .box-diferenciais .box-item:nth-child(even) {
  background-image: url("../image/bg-green-min.png");
  background-color: #07b195;
  border-bottom: 10px solid #1c539c;
}
body main section.index-nossos-diferenciais .box-diferenciais .box-item .icon {
  text-align: center;
  margin-bottom: 15px;
}
body main section.index-nossos-diferenciais .box-diferenciais .box-item .icon img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.index-nossos-diferenciais .box-diferenciais .box-item .txt {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
body main section.index-nossos-diferenciais .box-diferenciais .box-item .descricao {
  text-align: center;
  font-size: 1em;
}
@media (max-width: 991px) {
  body main section.index-nossos-diferenciais .box-diferenciais .box-item {
    font-size: 1.4em;
    min-height: auto;
    padding: 30px;
    margin-bottom: 20px;
    width: 100%;
    flex: 100%;
  }
}
body main section.index-nossos-diferenciais .box-diferenciais-inferior {
  background-image: url("../image/bg-diferenciais-box-min.png");
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: auto;
  padding: 30px 15px;
  justify-content: space-around;
  margin-top: 50px;
}
body main section.index-nossos-diferenciais .box-diferenciais-inferior .box-in {
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.index-nossos-diferenciais .box-diferenciais-inferior .box-in img {
  max-width: 50px;
}
body main section.index-nossos-diferenciais .box-diferenciais-inferior .box-in span {
  font-size: 1.2em;
  font-weight: 500;
  color: #162f55;
  margin-left: 10px;
}
@Media (max-width: 991px) {
  body main section.index-nossos-diferenciais .box-diferenciais-inferior {
    justify-content: left;
    margin-top: 20px;
  }
  body main section.index-nossos-diferenciais .box-diferenciais-inferior .box-in {
    margin-bottom: 20px;
  }
}
body main section.index-contatos-fundo-azul {
  position: relative;
  z-index: 2;
}
body main section.index-contatos-fundo-azul .box-main {
  background-image: url("../image/box-blue.png");
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  left: 0;
  top: -65px;
}
@media (max-width: 991px) {
  body main section.index-contatos-fundo-azul .box-main {
    position: relative;
    background-size: cover;
    top: unset;
    left: unset;
  }
}
body main section.index-contatos-fundo-azul .box-main::after {
  content: "";
  clear: both;
  display: block;
}
body main section.index-contatos-fundo-azul .box-main .box-ctas {
  display: flex;
  padding: 37px 50px;
  justify-content: space-around;
}
body main section.index-contatos-fundo-azul .box-main .box-ctas .texto {
  font-size: 1.2em;
  color: white;
  max-width: 300px;
}
body main section.index-contatos-fundo-azul .box-main .box-ctas .texto strong, body main section.index-contatos-fundo-azul .box-main .box-ctas .texto b {
  color: #45bb9b;
}
body main section.index-contatos-fundo-azul .box-main .box-ctas .main-phone .number {
  color: white;
}
@media (max-width: 991px) {
  body main section.index-contatos-fundo-azul .box-main .box-ctas {
    flex-direction: column;
  }
  body main section.index-contatos-fundo-azul .box-main .box-ctas .texto {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.5em;
  }
  body main section.index-contatos-fundo-azul .box-main .box-ctas .main-phone {
    margin-bottom: 15px;
    justify-content: center;
  }
}
body main section.index-conheca-a-dips {
  background-image: url("../image/bg-nossos-diferenciais-min.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0 100px 0;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-conheca-a-dips {
    padding: 50px 0;
  }
}
body main section.index-conheca-a-dips::before {
  content: "";
  background-image: url("../image/bg-instalador--min.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50px;
  width: 50%;
  height: calc(100% + 50px);
  pointer-events: none;
}
@media (max-width: 991px) {
  body main section.index-conheca-a-dips::before {
    display: block;
    width: 100%;
    height: 250px;
    background-position: center;
    position: relative;
    top: unset;
    right: unset;
    margin-bottom: 15px;
  }
}
body main section.index-conheca-a-dips .conteudo-texto {
  font-size: 1.2em;
  color: #4c4c4c;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.index-conheca-a-dips .conteudo-texto {
    font-size: 1.4em;
  }
}
body main section.index-conheca-a-dips .conteudo-texto h1 {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  color: #45bb9b;
  position: relative;
  text-transform: uppercase;
}
body main section.index-conheca-a-dips .conteudo-texto h1::before {
  content: url("../image/icons/icon-dips-green-top-min.png");
  margin-right: 15px;
  display: inline-block;
  transform: translateY(5px);
}
body main section.index-conheca-a-dips .conteudo-texto h1 strong, body main section.index-conheca-a-dips .conteudo-texto h1 b {
  color: #1f5caa;
}
body main section.index-conheca-a-dips .conteudo-texto h3 {
  font-size: 1.2em;
  font-weight: 300;
}
body main section.index-conheca-a-dips .conteudo-texto h3 strong, body main section.index-conheca-a-dips .conteudo-texto h3 b {
  color: #45bb9b;
  font-weight: 500;
}
body main section.index-conheca-a-dips .conteudo-texto hr {
  content: url("../image/icons/flechas-mei-que-cinza.png");
  height: auto;
  color: transparent;
}
body main section.index-conheca-a-dips .box-contato {
  background-image: url("../image/bg-blue-cam-min.png");
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
  background-position: top left;
  border-radius: 0 0 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 230px;
}
body main section.index-conheca-a-dips .box-contato .txt {
  font-size: 1.2em;
  color: white;
  margin-bottom: 20px;
}
body main section.index-conheca-a-dips .box-contato .txt strong, body main section.index-conheca-a-dips .box-contato .txt b {
  color: #45bb9b;
}
@media (max-width: 991px) {
  body main section.index-conheca-a-dips .box-contato .txt {
    font-size: 1.4em;
    text-align: center;
  }
}
body main section.index-conheca-a-dips .box-contato .main-phone .number {
  color: white;
}
@media (max-width: 991px) {
  body main section.index-conheca-a-dips .box-contato .d-flex {
    justify-content: space-around;
  }
  body main section.index-conheca-a-dips .box-contato .d-flex .main-phone {
    justify-content: center;
    margin-bottom: 15px;
  }
}
body main section.index-blog {
  background: linear-gradient(to bottom, white, #f7f7f7);
  padding: 0 0 50px 0;
}
body main section.index-blog .acao {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.index-blog .acao .main-button.blue {
  background: white;
  background-color: white;
  color: #0082b6;
}
body main section.index-blog .acao .main-button.blue:hover {
  color: white;
}
body main section.index-blog .conteudo-txt {
  font-size: 1.2em;
}
body main section.index-blog .conteudo-txt strong, body main section.index-blog .conteudo-txt b {
  color: #00b393;
}
body main section.index-blog .conteudo-txt h1, body main section.index-blog .conteudo-txt h2, body main section.index-blog .conteudo-txt h3, body main section.index-blog .conteudo-txt h4, body main section.index-blog .conteudo-txt h5, body main section.index-blog .conteudo-txt h6 {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  color: #1f5caa;
  position: relative;
  text-transform: uppercase;
}
body main section.index-blog .conteudo-txt h1::after, body main section.index-blog .conteudo-txt h2::after, body main section.index-blog .conteudo-txt h3::after, body main section.index-blog .conteudo-txt h4::after, body main section.index-blog .conteudo-txt h5::after, body main section.index-blog .conteudo-txt h6::after {
  content: url("../image/icons/flechas-green-escuro.png");
  display: block;
}
body main section.index-blog .conteudo-txt h1 strong, body main section.index-blog .conteudo-txt h1 b, body main section.index-blog .conteudo-txt h2 strong, body main section.index-blog .conteudo-txt h2 b, body main section.index-blog .conteudo-txt h3 strong, body main section.index-blog .conteudo-txt h3 b, body main section.index-blog .conteudo-txt h4 strong, body main section.index-blog .conteudo-txt h4 b, body main section.index-blog .conteudo-txt h5 strong, body main section.index-blog .conteudo-txt h5 b, body main section.index-blog .conteudo-txt h6 strong, body main section.index-blog .conteudo-txt h6 b {
  color: #00b393;
}
body main section.index-blog .conteudo-txt h1 {
  font-size: 2.5em;
}
body main section.index-blog .list-blog {
  display: flex;
}
@media (max-width: 991px) {
  body main section.index-blog .list-blog {
    flex-direction: column;
  }
}
body main section.index-blog .list-blog .card-blog {
  border-radius: 0 0 25px 25px;
  border: 1px solid #f0f0f0;
  width: calc(30% - (50px * 2) / 3);
  margin-right: 50px;
  background-color: white;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body main section.index-blog .list-blog .card-blog:last-child {
  margin-right: 0;
}
body main section.index-blog .list-blog .card-blog .img {
  width: 100%;
  height: 250px;
}
body main section.index-blog .list-blog .card-blog .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.index-blog .list-blog .card-blog .conteudo-in {
  padding: 30px 50px;
}
body main section.index-blog .list-blog .card-blog .conteudo-in .titulo-in {
  color: #4c4c4c;
  font-size: 1.2em;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
body main section.index-blog .list-blog .card-blog .conteudo-in .separador {
  margin: 15px 0;
  background: linear-gradient(to right, #deefeb, rgba(250, 251, 252, 0));
  width: 100%;
  height: 2px;
}
body main section.index-blog .list-blog .card-blog .conteudo-in .ler-mais {
  text-transform: uppercase;
  font-size: 1.2em;
  color: #0082b6;
  font-weight: 500;
}
body main section.index-blog .list-blog .card-blog .conteudo-in .ler-mais::after {
  content: url("../image/icons/flecha-puple-treis.png");
  display: inline-block;
  margin-left: 10px;
}
body main section.index-blog .list-blog .card-blog:first-child {
  width: calc(40% - (50px * 2) / 3);
}
body main section.index-blog .list-blog .card-blog:first-child .conteudo-in .titulo-in {
  font-size: 1.5em;
}
@media (max-width: 991px) {
  body main section.index-blog .list-blog .card-blog {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    font-size: 1.25em;
  }
  body main section.index-blog .list-blog .card-blog:first-child {
    width: 100%;
  }
  body main section.index-blog .list-blog .card-blog:first-child .conteudo-in .titulo-in {
    font-size: 1.2em;
  }
  body main section.index-blog .list-blog .card-blog .conteudo-in {
    padding: 15px 30px;
  }
}
body main section.index-depoimentos {
  padding: 50px 0;
}
body main section.index-depoimentos .titulo-principal {
  text-align: center;
  font-size: 1.2em;
  color: #565656;
  max-width: 550px;
  margin: 0 auto 50px auto;
  position: relative;
  padding-top: 76px;
}
body main section.index-depoimentos .titulo-principal::after {
  content: url("../image/icons/icon-depoimento.png");
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
body main section.index-depoimentos .titulo-principal::before {
  background: url("../image/icons/icons-double-flechas.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  text-align: center;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
}
body main section.index-depoimentos .titulo-principal h1, body main section.index-depoimentos .titulo-principal h2, body main section.index-depoimentos .titulo-principal h3, body main section.index-depoimentos .titulo-principal h4, body main section.index-depoimentos .titulo-principal h5, body main section.index-depoimentos .titulo-principal h6 {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  color: #45bb9b;
  position: relative;
  text-transform: uppercase;
}
body main section.index-depoimentos .titulo-principal h1 strong, body main section.index-depoimentos .titulo-principal h1 b, body main section.index-depoimentos .titulo-principal h2 strong, body main section.index-depoimentos .titulo-principal h2 b, body main section.index-depoimentos .titulo-principal h3 strong, body main section.index-depoimentos .titulo-principal h3 b, body main section.index-depoimentos .titulo-principal h4 strong, body main section.index-depoimentos .titulo-principal h4 b, body main section.index-depoimentos .titulo-principal h5 strong, body main section.index-depoimentos .titulo-principal h5 b, body main section.index-depoimentos .titulo-principal h6 strong, body main section.index-depoimentos .titulo-principal h6 b {
  color: #1f5caa;
}
body main section.index-depoimentos .titulo-principal h1 {
  font-size: 2em;
}
body main section.index-depoimentos .box-depoimento {
  border: 1px solid #dadada;
  padding: 50px;
  border-bottom: 10px solid #45bb9b;
  border-radius: 15px;
}
body main section.index-depoimentos .box-depoimento .stars {
  margin-bottom: 5px;
}
body main section.index-depoimentos .box-depoimento .stars i {
  color: #ffc700;
}
body main section.index-depoimentos .box-depoimento .autor {
  font-size: 1.2em;
  font-weight: 600;
  color: #1f5caa;
}
body main section.index-depoimentos .box-depoimento .depoimento {
  font-size: 1em;
  font-weight: 500;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
body main section.index-depoimentos .box-depoimento .depoimento.open {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 50;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
body main section.index-depoimentos .box-depoimento .ler-mais {
  font-size: 1em;
  font-weight: 600;
  color: #1f5caa;
  cursor: pointer;
}
body main section.index-depoimentos .owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
body main section.index-depoimentos .owl-carousel .owl-stage .owl-item {
  display: flex;
  height: auto !important;
}
body main section.index-depoimentos .owl-carousel .owl-nav {
  margin-top: 40px;
  display: flex !important;
  justify-content: center;
}
body main section.index-depoimentos .owl-carousel .owl-nav button {
  outline: none;
  border: none;
}
body main section.index-depoimentos .owl-carousel .owl-nav .owl-prev {
  margin-right: 15px;
}
body main section.index-depoimentos .owl-carousel .owl-nav i {
  background-color: white;
  width: 40px;
  height: 40px;
  font-size: 1.1em;
  color: #23b59a;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #ebebeb;
  box-shadow: 2px 3px 3px #cfcfcf;
}
body main section.sobre-conteudo {
  padding: 50px 0;
}
body main section.sobre-conteudo .conteudo-in {
  font-size: 1.4em;
  color: #4c4c4c;
  margin-bottom: 50px;
}
body main section.sobre-conteudo .conteudo-in strong, body main section.sobre-conteudo .conteudo-in b {
  color: #1f5caa;
}
body main section.sobre-conteudo img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.sobre-linha-do-tempo {
  background-image: url("../image/bg-linha-do-tempo-min.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
body main section.sobre-linha-do-tempo .titulo-principal {
  text-align: center;
  font-size: 1.2em;
  color: #565656;
  max-width: 550px;
  margin: 0 auto 50px auto;
  position: relative;
  padding-top: 76px;
}
body main section.sobre-linha-do-tempo .titulo-principal::after {
  content: url("../image/icons/icon-time-line.png");
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
body main section.sobre-linha-do-tempo .titulo-principal::before {
  background: url("../image/icons/icons-double-flechas.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  text-align: center;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
}
body main section.sobre-linha-do-tempo .titulo-principal h1, body main section.sobre-linha-do-tempo .titulo-principal h2, body main section.sobre-linha-do-tempo .titulo-principal h3, body main section.sobre-linha-do-tempo .titulo-principal h4, body main section.sobre-linha-do-tempo .titulo-principal h5, body main section.sobre-linha-do-tempo .titulo-principal h6 {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  color: #45bb9b;
  position: relative;
  text-transform: uppercase;
}
body main section.sobre-linha-do-tempo .titulo-principal h1 strong, body main section.sobre-linha-do-tempo .titulo-principal h1 b, body main section.sobre-linha-do-tempo .titulo-principal h2 strong, body main section.sobre-linha-do-tempo .titulo-principal h2 b, body main section.sobre-linha-do-tempo .titulo-principal h3 strong, body main section.sobre-linha-do-tempo .titulo-principal h3 b, body main section.sobre-linha-do-tempo .titulo-principal h4 strong, body main section.sobre-linha-do-tempo .titulo-principal h4 b, body main section.sobre-linha-do-tempo .titulo-principal h5 strong, body main section.sobre-linha-do-tempo .titulo-principal h5 b, body main section.sobre-linha-do-tempo .titulo-principal h6 strong, body main section.sobre-linha-do-tempo .titulo-principal h6 b {
  color: #1f5caa;
}
body main section.sobre-linha-do-tempo .titulo-principal h1 {
  font-size: 2em;
}
body main section.sobre-linha-do-tempo .big-margin-top {
  margin-top: 100px;
}
body main section.sobre-linha-do-tempo .box-time-line-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-top: 50px;
}
body main section.sobre-linha-do-tempo .box-time-line-main::before {
  content: "";
  position: absolute;
  background: #dbdbdb;
  background: linear-gradient(to bottom, #dbdbdb, #dbdbdb, rgba(219, 219, 219, 0));
  left: calc(50% - 0.5px);
  top: 0;
  height: 100%;
  width: 1px;
}
@media (max-width: 991px) {
  body main section.sobre-linha-do-tempo .box-time-line-main::before {
    left: 15px;
  }
}
body main section.sobre-linha-do-tempo .box-time-line-main::after {
  content: url("../image/icons/icon-green.png");
  position: absolute;
  left: calc(50% - 18.5px);
  top: 0;
}
@media (max-width: 991px) {
  body main section.sobre-linha-do-tempo .box-time-line-main::after {
    left: -3px;
  }
}
body main section.sobre-linha-do-tempo .box-time-line-main .box-time-line-in {
  width: 50%;
  margin-top: 50px;
}
body main section.sobre-linha-do-tempo .box-time-line-main .box-time-line-in:first-child {
  margin-top: 0;
}
body main section.sobre-linha-do-tempo .box-time-line-main .box-time-line-in .owl-carousel {
  margin-bottom: 30px;
}
body main section.sobre-linha-do-tempo .box-time-line-main .box-time-line-in.box-right {
  padding-left: 50px;
  margin-top: 100px;
}
body main section.sobre-linha-do-tempo .box-time-line-main .box-time-line-in.box-left {
  padding-right: 50px;
}
body main section.sobre-linha-do-tempo .box-time-line-main .box-time-line-in h2.title-in {
  font-size: 1.8em;
  font-weight: 600;
  color: #1f5caa;
}
body main section.sobre-linha-do-tempo .box-time-line-main .box-time-line-in .conteudo {
  font-size: 1.3em;
  font-weight: 300;
  color: #565656;
}
@media (max-width: 991px) {
  body main section.sobre-linha-do-tempo .box-time-line-main .box-time-line-in {
    width: 100%;
  }
  body main section.sobre-linha-do-tempo .box-time-line-main .box-time-line-in.box-right, body main section.sobre-linha-do-tempo .box-time-line-main .box-time-line-in.box-left {
    padding-left: 30px;
    padding-right: 0;
    margin-top: 0;
  }
}
body main section.sobre-galeria {
  padding: 50px 0;
  background-color: #ececec;
}
body main section.sobre-galeria .titulo-principal {
  text-align: center;
  font-size: 1.2em;
  color: #565656;
  max-width: 550px;
  margin: 0 auto 50px auto;
  position: relative;
  padding-top: 76px;
}
body main section.sobre-galeria .titulo-principal::after {
  content: url("../image/icons/icon-gallery.png");
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
body main section.sobre-galeria .titulo-principal::before {
  background: url("../image/icons/icons-double-flechas.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  text-align: center;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
}
body main section.sobre-galeria .titulo-principal h1, body main section.sobre-galeria .titulo-principal h2, body main section.sobre-galeria .titulo-principal h3, body main section.sobre-galeria .titulo-principal h4, body main section.sobre-galeria .titulo-principal h5, body main section.sobre-galeria .titulo-principal h6 {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  color: #45bb9b;
  position: relative;
  text-transform: uppercase;
}
body main section.sobre-galeria .titulo-principal h1 strong, body main section.sobre-galeria .titulo-principal h1 b, body main section.sobre-galeria .titulo-principal h2 strong, body main section.sobre-galeria .titulo-principal h2 b, body main section.sobre-galeria .titulo-principal h3 strong, body main section.sobre-galeria .titulo-principal h3 b, body main section.sobre-galeria .titulo-principal h4 strong, body main section.sobre-galeria .titulo-principal h4 b, body main section.sobre-galeria .titulo-principal h5 strong, body main section.sobre-galeria .titulo-principal h5 b, body main section.sobre-galeria .titulo-principal h6 strong, body main section.sobre-galeria .titulo-principal h6 b {
  color: #1f5caa;
}
body main section.sobre-galeria .titulo-principal h1 {
  font-size: 2em;
}
body main section.sobre-galeria .box-in img {
  border-radius: 20px;
  max-width: 100%;
  height: 250px;
}
body main section.sobre-galeria .owl-carousel .owl-nav {
  margin-top: 40px;
  display: flex !important;
  justify-content: center;
}
body main section.sobre-galeria .owl-carousel .owl-nav button {
  outline: none;
  border: none;
}
body main section.sobre-galeria .owl-carousel .owl-nav .owl-prev {
  margin-right: 15px;
}
body main section.sobre-galeria .owl-carousel .owl-nav i {
  background-color: white;
  width: 40px;
  height: 40px;
  font-size: 1.1em;
  color: #23b59a;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #ebebeb;
  box-shadow: 2px 3px 3px #cfcfcf;
}
body main section.sobre-atuacao {
  background-image: url("../image/bg-sobre-atuacao-min.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
body main section.sobre-atuacao .conteudo-principal {
  text-align: center;
  font-size: 1em;
  color: white;
  max-width: 550px;
  margin: 0 auto 50px auto;
}
body main section.sobre-atuacao .conteudo-principal h1, body main section.sobre-atuacao .conteudo-principal h2, body main section.sobre-atuacao .conteudo-principal h3, body main section.sobre-atuacao .conteudo-principal h4, body main section.sobre-atuacao .conteudo-principal h5, body main section.sobre-atuacao .conteudo-principal h6 {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  color: white;
  position: relative;
  text-transform: uppercase;
}
body main section.sobre-atuacao .conteudo-principal h1::after, body main section.sobre-atuacao .conteudo-principal h2::after, body main section.sobre-atuacao .conteudo-principal h3::after, body main section.sobre-atuacao .conteudo-principal h4::after, body main section.sobre-atuacao .conteudo-principal h5::after, body main section.sobre-atuacao .conteudo-principal h6::after {
  content: url("../image/icons/icons-flechas-white.png");
  display: block;
}
body main section.sobre-atuacao .conteudo-principal h1 strong, body main section.sobre-atuacao .conteudo-principal h1 b, body main section.sobre-atuacao .conteudo-principal h2 strong, body main section.sobre-atuacao .conteudo-principal h2 b, body main section.sobre-atuacao .conteudo-principal h3 strong, body main section.sobre-atuacao .conteudo-principal h3 b, body main section.sobre-atuacao .conteudo-principal h4 strong, body main section.sobre-atuacao .conteudo-principal h4 b, body main section.sobre-atuacao .conteudo-principal h5 strong, body main section.sobre-atuacao .conteudo-principal h5 b, body main section.sobre-atuacao .conteudo-principal h6 strong, body main section.sobre-atuacao .conteudo-principal h6 b {
  color: white;
}
body main section.sobre-atuacao .conteudo-principal h1 {
  font-size: 2.2em;
}
body main section.sobre-atuacao .box-atuacao {
  display: flex;
  margin-bottom: 20px;
}
body main section.sobre-atuacao .box-atuacao .icon {
  margin-right: 10px;
}
body main section.sobre-atuacao .box-atuacao .icon img {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.sobre-atuacao .box-atuacao .title-in {
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  color: #45bb9b;
}
body main section.sobre-atuacao .box-atuacao .desc-in {
  font-size: 1.3em;
  font-weight: 300;
  color: white;
}
body main section.produtos-listagem {
  background-image: url("../image/bg-branco.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 30px 0;
  padding-bottom: 100px;
}
body main section.produtos-listagem .button-filter-product {
  width: 70px;
  height: 70px;
  background: #45bb9b;
  color: white;
  position: fixed;
  bottom: 160px;
  right: 10px;
  font-size: 25px;
  border-radius: 100px;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 998;
  display: none;
}
@media (max-width: 991px) {
  body main section.produtos-listagem .button-filter-product {
    display: block;
  }
}
body main section.produtos-listagem h2 {
  color: #1f5caa;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
body main section.produtos-listagem .card-produto {
  margin-bottom: 30px;
  height: calc(100% - 30px);
  margin-right: 0;
}
body main section.produtos-listagem .total {
  background-color: #f5f5f5;
  color: #45bb9b;
  padding: 7px 25px;
  border-radius: 5px;
  margin-bottom: 30px;
}
body main section.produtos-listagem .total select {
  background-color: #e9e9e9;
  color: gray;
  outline: none;
  border: 1px solid gainsboro;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 15px;
  border-radius: 5px;
  margin-left: 5px;
  width: 100%;
  max-width: 160px;
}
@media (max-width: 991px) {
  body main section.produtos-listagem {
    padding-bottom: 30px;
  }
  body main section.produtos-listagem .total {
    font-size: 14px;
    padding: 11px 20px;
  }
  body main section.produtos-listagem .total select {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
}
body main section.produtos-categorias h5 {
  font-size: 17px;
}
body main section.produtos-categorias.fixed {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  max-width: 416px;
  height: 100%;
  overflow-y: auto;
  background-color: white;
  z-index: 1000;
  padding: 15px;
  font-size: 1.2em;
  transition: all 0.7s;
}
body main section.produtos-categorias.fixed.open {
  left: 0;
}
body main section.produtos-categorias.fixed::-webkit-scrollbar {
  width: 10px;
  background-color: #ececec;
}
body main section.produtos-categorias.fixed::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #cacaca;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body main section.produtos-categorias.fixed::-webkit-scrollbar-thumb:hover {
  background: #45bb9b;
}
body main section.produtos-categorias .close-small {
  margin-left: auto;
  border: 1px solid #cacaca;
  color: #565656;
  font-size: 1em;
  padding: 0px 7px;
  cursor: pointer;
  display: block;
  max-width: 70px;
  text-align: center;
  font-weight: 500;
}
body main section.produtos-categorias form {
  position: relative;
  margin-bottom: 20px;
}
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: #45bb9b;
  right: 10px;
  top: 6px;
  background-color: transparent;
  border: none;
  outline: none;
}
body main section.produtos-categorias .bg-cat {
  background: #eeefee;
  background: linear-gradient(to bottom, white, #eeefee);
  padding: 10px;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 50px;
  display: flex;
  transition: all 0.3s;
  flex-direction: column;
  justify-content: center;
}
body main section.produtos-categorias .bg-cat h4 {
  font-size: 1em;
  font-weight: 600;
  color: #1f5caa;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}
body main section.produtos-categorias .bg-cat h4 img.icon {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
body main section.produtos-categorias .bg-cat h4.active {
  color: #e8561d;
}
body main section.produtos-categorias .bg-cat a.categoria {
  display: block;
  color: #1f5caa;
  margin: 5px 0;
  font-size: 1em;
}
body main section.produtos-categorias .bg-cat a.categoria:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1px;
  color: #b1b1b1;
}
body main section.produtos-categorias .bg-cat a.categoria.active {
  color: #e8561d;
  font-weight: 600;
}
body main section.produtos-categorias .bg-cat i.fa-plus, body main section.produtos-categorias .bg-cat i.fa-minus {
  color: #b1b1b1;
  margin-left: 5px;
}
body main section.produtos-categorias .bg-cat .sub2 {
  flex-direction: column;
  display: none;
}
body main section.produtos-categorias .bg-cat .sub2.aberto {
  display: flex;
}
body main section.produtos-categorias .bg-cat a.subcategoria {
  padding-left: 10px;
  color: #45bb9b;
  font-size: 0.9em;
}
body main section.produtos-categorias .bg-cat a.subcategoria:before {
  content: "\f3bf";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #1f5caa;
  transform: rotate(90deg);
  display: inline-block;
}
body main section.produtos-categorias .bg-cat a.subcategoria.active {
  color: #e8561d;
  font-weight: 500;
}
body main section.produtos-categorias .bg-cat a.subcategoria:hover {
  color: #1f5caa;
}
body main section.produtos-categorias .bg-cat a.subcategoria:hover span {
  text-decoration: underline;
}
body main section.produtos-categorias .bg-cat.active {
  border: 1px solid #e8561d;
}
@media (max-width: 991px) {
  body main section.produtos-categorias h4,
body main section.produtos-categorias h5 {
    font-size: 16px;
  }
  body main section.produtos-categorias a.categoria {
    font-size: 14px;
  }
}
body main section.produto-interna {
  padding: 50px 0 0 0;
}
body main section.produto-interna .owl-produto-principal {
  position: relative;
}
body main section.produto-interna .owl-produto-principal .owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
body main section.produto-interna .owl-produto-principal .owl-nav.disabled {
  display: none !important;
}
body main section.produto-interna .owl-produto-principal .owl-nav button {
  outline: none;
  border: none;
  pointer-events: all;
}
body main section.produto-interna .owl-produto-principal .owl-nav .owl-next {
  margin-right: -20px;
}
body main section.produto-interna .owl-produto-principal .owl-nav .owl-prev {
  margin-left: -20px;
}
body main section.produto-interna .owl-produto-principal .owl-nav i {
  background-color: white;
  width: 40px;
  height: 40px;
  font-size: 1.1em;
  color: #23b59a;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #ebebeb;
  box-shadow: 2px 3px 3px #cfcfcf;
}
body main section.produto-interna .owl-produto-principal {
  margin-bottom: 10px;
}
body main section.produto-interna .img-produto {
  border: 1px solid #cacaca;
  border-radius: 5px;
  padding: 15px;
}
body main section.produto-interna .img-produto img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.produto-interna .img-produto.big {
  height: 550px;
}
@media (max-width: 991px) {
  body main section.produto-interna .img-produto.big {
    height: 300px;
  }
}
body main section.produto-interna .img-produto.small {
  height: 130px;
}
body main section.produto-interna h1.produto-nome {
  font-size: 2em;
  color: #4c4c4c;
  font-weight: 700;
}
body main section.produto-interna .codigo-produto {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 2px solid #ebebeb;
  padding: 0 0 20px;
}
body main section.produto-interna .codigo-produto span.cod-fabricante {
  font-size: 1em;
  font-weight: 500;
  color: #00a300;
}
body main section.produto-interna .codigo-produto .bg {
  background-color: #a5a5a5;
  color: white;
  padding: 5px 15px;
  border-radius: 6px;
  font-size: 0.8em;
  margin-left: 10px;
}
body main section.produto-interna .fabricante-in {
  font-size: 1.1em;
  font-weight: 500;
  color: black;
  margin-bottom: 20px;
}
body main section.produto-interna .fabricante-in a {
  color: #45bb9b;
  border-bottom: 1px dotted #45bb9b;
}
body main section.produto-interna .box-contato {
  border: 1px solid #dadada;
  border-radius: 10px;
  padding: 30px 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 991px) {
  body main section.produto-interna .box-contato {
    padding: 15px;
    flex-direction: column;
    text-align: center;
  }
}
body main section.produto-interna .box-contato .box-column {
  display: flex;
  flex-direction: column;
}
body main section.produto-interna .box-contato .box-column .valor-main {
  margin-bottom: 20px;
}
body main section.produto-interna .box-contato .box-column .valor-main .valor {
  font-size: 2.2em;
  color: #00b99a;
  font-weight: 400;
  line-height: 1;
}
body main section.produto-interna .box-contato .box-column .valor-main .obs {
  font-size: 1em;
  font-weight: 400;
  color: #00b99a;
}
body main section.produto-interna .box-contato .box-column .pagamentos {
  display: flex;
  flex-direction: column;
}
body main section.produto-interna .box-contato .box-column .pagamentos .txt-in {
  font-size: 1em;
  color: #00b99a;
}
body main section.produto-interna .box-contato .box-column .pagamentos img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.produto-interna .acoes-cta {
  display: flex;
  flex-direction: column;
}
body main section.produto-interna .acoes-cta .main-button {
  margin-bottom: 10px;
}
body main section.produto-interna .acoes-cta .main-button:last-child {
  margin-bottom: 0;
}
body main section.produto-interna .separador-contato {
  background-image: url("../image/bg-contato-produto.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 50px 0;
  border-radius: 5px;
}
body main section.produto-interna .separador-contato .txt-principal {
  font-size: 1.5em;
  font-weight: 500;
  color: #1f5caa;
}
body main section.produto-interna .separador-contato .txt-secondario {
  font-size: 1.1em;
  font-weight: 500;
  color: black;
  max-width: 500px;
}
@media (max-width: 991px) {
  body main section.produto-interna .separador-contato {
    padding: 15px;
    font-size: 1.3em;
    flex-direction: column;
  }
  body main section.produto-interna .separador-contato .txt-principal, body main section.produto-interna .separador-contato .txt-secondario {
    margin-bottom: 15px;
  }
}
body main section.produto-interna .nav-tabs {
  border-bottom: none;
}
body main section.produto-interna .nav-tabs .nav-item button.nav-link {
  font-size: 1.1em;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  padding: 15px 30px;
  background: #ececec;
  color: #717171;
  margin-right: 20px;
}
body main section.produto-interna .nav-tabs .nav-item button.nav-link i {
  margin-right: 5px;
}
body main section.produto-interna .nav-tabs .nav-item button.nav-link.active {
  background: linear-gradient(to right, #41b09c, #1f68a6);
  color: white;
}
@media (max-width: 991px) {
  body main section.produto-interna .nav-tabs {
    flex-direction: column;
  }
  body main section.produto-interna .nav-tabs .nav-item {
    width: 100%;
  }
  body main section.produto-interna .nav-tabs .nav-item button {
    width: 100%;
  }
}
body main section.produto-interna .tab-content {
  border: 1px solid #dadada;
  border-radius: 10px;
  padding: 50px;
}
@media (max-width: 991px) {
  body main section.produto-interna .tab-content {
    padding: 15px;
  }
}
body main section.outros-produtos {
  padding: 50px 0;
}
body main section.outros-produtos .conteudo-principal {
  text-align: center;
  font-size: 1.2em;
  color: #565656;
  max-width: 550px;
  margin: 0 auto 50px auto;
  position: relative;
  padding-top: 76px;
}
body main section.outros-produtos .conteudo-principal::after {
  content: url("../image/icons/icon-star.png");
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
body main section.outros-produtos .conteudo-principal::before {
  background: url("../image/icons/icons-double-flechas.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  text-align: center;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
}
body main section.outros-produtos .conteudo-principal h1, body main section.outros-produtos .conteudo-principal h2, body main section.outros-produtos .conteudo-principal h3, body main section.outros-produtos .conteudo-principal h4, body main section.outros-produtos .conteudo-principal h5, body main section.outros-produtos .conteudo-principal h6 {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  color: #45bb9b;
  position: relative;
  text-transform: uppercase;
}
body main section.outros-produtos .conteudo-principal h1 strong, body main section.outros-produtos .conteudo-principal h1 b, body main section.outros-produtos .conteudo-principal h2 strong, body main section.outros-produtos .conteudo-principal h2 b, body main section.outros-produtos .conteudo-principal h3 strong, body main section.outros-produtos .conteudo-principal h3 b, body main section.outros-produtos .conteudo-principal h4 strong, body main section.outros-produtos .conteudo-principal h4 b, body main section.outros-produtos .conteudo-principal h5 strong, body main section.outros-produtos .conteudo-principal h5 b, body main section.outros-produtos .conteudo-principal h6 strong, body main section.outros-produtos .conteudo-principal h6 b {
  color: #1f5caa;
  font-weight: 700;
}
body main section.outros-produtos .conteudo-principal h1 {
  font-size: 2em;
}
body main section.outros-produtos .owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
body main section.outros-produtos .owl-carousel .owl-stage .owl-item {
  display: flex;
  height: auto !important;
}
body main section.outros-produtos .owl-carousel .owl-nav {
  margin-top: 40px;
  display: flex !important;
  justify-content: center;
}
body main section.outros-produtos .owl-carousel .owl-nav button {
  outline: none;
  border: none;
}
body main section.outros-produtos .owl-carousel .owl-nav .owl-prev {
  margin-right: 15px;
}
body main section.outros-produtos .owl-carousel .owl-nav i {
  background-color: white;
  width: 40px;
  height: 40px;
  font-size: 1.1em;
  color: #23b59a;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #ebebeb;
  box-shadow: 2px 3px 3px #cfcfcf;
}
body main section.inovacao-conteudo {
  padding: 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
body main section.inovacao-conteudo .conteudo-texto {
  font-size: 1.1em;
  font-weight: 500;
  color: #5a5a5a;
}
body main section.inovacao-conteudo .conteudo-texto h1 {
  font-size: 1.9em;
  font-weight: 700;
  color: #535353;
}
body main section.inovacao-conteudo .conteudo-texto h1::after {
  content: url("../image/icons/flechas-green-escuro.png");
  display: block;
}
body main section.inovacao-conteudo .conteudo-texto h1 strong, body main section.inovacao-conteudo .conteudo-texto h1 b {
  font-weight: 700;
}
body main section.inovacao-conteudo .conteudo-texto h2 {
  font-size: 1.5em;
  font-weight: 600;
  color: #45bb9b;
}
body main section.inovacao-conteudo .conteudo-texto strong, body main section.inovacao-conteudo .conteudo-texto b {
  font-weight: 700;
  color: #1f5caa;
}
body main section.inovacao-conteudo .main-button {
  margin-top: 40px;
  display: inline-block;
  max-width: unset;
  width: auto;
}
body main section.fornecedores-conteudo .conteudo-principal {
  padding: 50px 0;
  font-size: 1.2em;
  font-weight: 300;
  color: #4c4c4c;
}
@Media (min-width: 992px) {
  body main section.fornecedores-conteudo .conteudo-principal {
    padding-right: 50px;
  }
}
body main section.fornecedores-conteudo .conteudo-principal img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.fornecedores-conteudo .conteudo-principal h1 {
  font-size: 1.7em;
  font-weight: 600;
}
body main section.fornecedores-conteudo .conteudo-principal h1 strong, body main section.fornecedores-conteudo .conteudo-principal h1 b {
  color: #1f5caa;
  font-weight: 600;
}
body main section.fornecedores-conteudo .conteudo-principal h2 {
  font-size: 1.5em;
}
body main section.fornecedores-conteudo .conteudo-principal h2 strong, body main section.fornecedores-conteudo .conteudo-principal h2 b {
  color: #45bb9b;
}
body main section.fornecedores-conteudo .conteudo-principal h3 {
  font-size: 1.3em;
}
body main section.fornecedores-conteudo .conteudo-principal h3 strong, body main section.fornecedores-conteudo .conteudo-principal h3 b {
  color: #45bb9b;
}
body main section.fornecedores-conteudo .marcas-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
body main section.fornecedores-conteudo .marcas-row .img-in {
  flex: calc(20% - 16px) 0 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 20px;
  width: 100%;
  height: 100%;
  min-height: 130px;
  background-color: white;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  body main section.fornecedores-conteudo .marcas-row .img-in:nth-child(5n) {
    margin-right: 0;
  }
}
body main section.fornecedores-conteudo .marcas-row .img-in img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.fornecedores-conteudo .marcas-row .img-in {
    flex: calc(50% - 15px) 0 1;
  }
  body main section.fornecedores-conteudo .marcas-row .img-in:nth-child(2n) {
    margin-right: 0;
  }
}
body main section.fornecedores-conteudo .box-contato {
  background-image: url("../image/bg-blue-cam-min.png");
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
  background-position: top left;
  border-radius: 0 0 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 230px;
  margin-bottom: 50px;
}
body main section.fornecedores-conteudo .box-contato .txt {
  font-size: 1.2em;
  color: white;
  margin-bottom: 20px;
}
body main section.fornecedores-conteudo .box-contato .txt strong, body main section.fornecedores-conteudo .box-contato .txt b {
  color: #45bb9b;
}
body main section.fornecedores-conteudo .box-contato .main-phone .number {
  color: white;
}
@media (max-width: 991px) {
  body main section.fornecedores-conteudo .box-contato {
    font-size: 1.2em;
    text-align: center;
  }
  body main section.fornecedores-conteudo .box-contato .d-flex {
    flex-direction: column;
    align-items: center;
  }
  body main section.fornecedores-conteudo .box-contato .d-flex .main-phone:first-child {
    margin-bottom: 15px;
  }
}
body main .seja-um-revendedor {
  background-image: url("../image/bg-seja-um-fornecedor-min.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  color: white;
}
body main .seja-um-revendedor .txt-in {
  font-size: 1.3em;
  position: relative;
  margin-bottom: 20px;
}
body main .seja-um-revendedor .txt-in::after {
  content: url("../image/icons/icons-flechas-white.png");
  display: block;
}
body main .seja-um-revendedor .txt-in h1, body main .seja-um-revendedor .txt-in h2, body main .seja-um-revendedor .txt-in h3, body main .seja-um-revendedor .txt-in h4, body main .seja-um-revendedor .txt-in h5, body main .seja-um-revendedor .txt-in h6 {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  color: #45bb9b;
  position: relative;
  text-transform: uppercase;
}
body main .seja-um-revendedor .txt-in h1 {
  font-size: 1.9em;
  font-weight: 700;
  color: #45bb9b;
}
body main .seja-um-revendedor .txt-in h1 b, body main .seja-um-revendedor .txt-in h1 strong {
  font-weight: 700;
  color: white;
}
body main .seja-um-revendedor .contato-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body main .seja-um-revendedor .contato-in .main-button .cyan {
  background: linear-gradient(to right, #4cbda0, #66ccc1);
  color: white;
}
body main .seja-um-revendedor .contato-in .main-phone .main-phone-in .number {
  color: white;
}
@media (max-width: 991px) {
  body main .seja-um-revendedor .contato-in {
    text-align: center;
    flex-direction: column;
  }
  body main .seja-um-revendedor .contato-in .main-button {
    text-align: center;
  }
}
body main section.catalogo-listagem {
  padding: 50px 0;
}
body main section.catalogo-listagem .conteudo-main {
  background: linear-gradient(to bottom, white, #f1f1f1, #f1f1f1);
  padding: 27px 50px;
  display: flex;
  border-radius: 0 0 100px 0;
  margin-bottom: 50px;
}
body main section.catalogo-listagem .conteudo-main .icon {
  margin-right: 50px;
}
body main section.catalogo-listagem .conteudo-main .txt-in {
  font-size: 1.4em;
  font-weight: 400;
  color: #4c4c4c;
  line-height: 1.3;
  max-width: 802px;
}
body main section.catalogo-listagem .conteudo-main .txt-in h1 {
  font-size: 1.1em;
  font-weight: 700;
  color: #43bc99;
}
body main section.catalogo-listagem .conteudo-main .txt-in h1 strong {
  color: #1e5da9;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.catalogo-listagem .conteudo-main {
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }
  body main section.catalogo-listagem .conteudo-main .icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
body main section.catalogo-listagem .box-catalogo {
  background-image: url("../image/bg-box-catalogo-min.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 50px 50px 50px;
  display: flex;
  height: calc(100% - 100px);
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  body main section.catalogo-listagem .box-catalogo {
    flex-direction: column;
    font-size: 1.2em;
  }
}
body main section.catalogo-listagem .box-catalogo .img {
  margin-top: -30px;
}
body main section.catalogo-listagem .box-catalogo .img img {
  max-width: 190px;
  max-height: 267px;
}
body main section.catalogo-listagem .box-catalogo .txt-main {
  padding: 40px 0 0 30px;
}
body main section.catalogo-listagem .box-catalogo .txt-main .titulo {
  font-size: 1.5em;
  font-weight: 500;
  color: #4c4c4c;
  margin-bottom: 15px;
}
body main section.catalogo-listagem .box-catalogo .txt-main .titulo::after {
  content: url("../image/icons-flechas.png");
  display: block;
}
body main section.catalogo-listagem .box-catalogo .txt-main .desc {
  font-size: 1em;
}
body main section.clientes {
  padding: 20px 0 70px 0;
}
body main section.clientes .cliente {
  background-color: white;
  border: 1px solid lightgray;
  border-radius: 0 30px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  margin-top: 30px;
}
body main section.clientes .cliente img {
  max-width: 150px;
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.clientes {
    padding: 0;
    padding-bottom: 30px;
  }
  body main section.clientes .cliente {
    height: 130px;
  }
  body main section.clientes .cliente img {
    max-width: 100px;
    max-height: 100px;
  }
}
body main section.contato {
  background-image: url("../image/bg-branco.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 50px 0 80px 0;
}
body main section.contato .conteudo-main {
  background: linear-gradient(to bottom, white, #f1f1f1, #f1f1f1);
  padding: 27px 50px;
  display: flex;
  border-radius: 0 0 100px 0;
  margin-bottom: 50px;
}
body main section.contato .conteudo-main .icon {
  margin-right: 50px;
}
body main section.contato .conteudo-main .txt-in {
  font-size: 1.4em;
  font-weight: 400;
  color: #4c4c4c;
  line-height: 1.3;
  max-width: 802px;
}
body main section.contato .conteudo-main .txt-in h1 {
  font-size: 1.1em;
  font-weight: 700;
  color: #43bc99;
}
body main section.contato .conteudo-main .txt-in h1 strong {
  color: #1e5da9;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.contato .conteudo-main {
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }
  body main section.contato .conteudo-main .icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
body main section.contato .enviar {
  color: #1f5caa;
  padding: 10px 30px;
  border-radius: 5px;
  display: block;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  float: right;
  border: 2px solid #1f5caa;
  transition: 0.3s all;
}
body main section.contato .enviar:hover {
  background-color: #1f5caa;
  color: white;
}
body main section.contato .enviar i {
  vertical-align: middle;
  font-size: 20px;
  margin-left: 15px;
}
body main section.contato h1 {
  font-weight: 400;
  font-size: 15em;
  color: #1f5caa;
}
body main section.contato h3 {
  font-size: 1.3em;
  font-weight: 600;
  max-width: 500px;
  color: #1f5caa;
}
body main section.contato form .box-file .text {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  color: black;
}
body main section.contato form .box-file .flex-box {
  display: flex;
  margin-top: 5px;
  cursor: pointer;
}
body main section.contato form .box-file .flex-box .name-file {
  border: 1px solid #dfdfdf;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 500;
  color: #565656;
  outline: none;
  min-height: 49px;
  background-color: #f7f7f7;
  width: 100%;
}
body main section.contato form .box-file .flex-box .selecionar {
  padding: 10px 15px;
  font-size: 18px;
  color: white;
  background: #45bb9b;
  border-radius: 5px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.contato form label {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 600;
  color: #1f5caa;
}
body main section.contato form button {
  margin-right: 0 !important;
  margin-top: 20px !important;
}
body main section.contato form input:not([type=radio]),
body main section.contato form select,
body main section.contato form textarea {
  width: 100%;
  border: 1px solid #dfdfdf;
  padding: 10px 25px;
  font-size: 1.1em;
  outline: none;
  background-color: #f2f2f2;
  border-radius: 5px;
  box-shadow: 0px 3px 7px 0px #cacaca;
}
body main section.contato form hr {
  color: #e9e9e9;
  height: 3px;
  opacity: 1;
}
body main section.contato form .form-check .form-check-label {
  color: #1f5caa;
  text-transform: uppercase;
}
body main section.contato form select {
  padding-top: 12px;
  padding-bottom: 12px;
}
body main section.contato form textarea {
  min-height: 200px;
  resize: none;
}
@media (max-width: 991px) {
  body main section.contato form {
    font-size: 1.3em;
  }
}
body main section.duvidas {
  background-image: url("../image/bg-branco.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 50px 0 80px 0;
}
body main section.duvidas h2 {
  color: #1f5caa;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
body main section.duvidas .categorias {
  background-color: #f1f1f1;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 30px 50px;
}
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: #1f5caa;
}
body main section.duvidas .categorias h3 {
  color: #1f5caa;
  font-weight: 400;
  font-size: 22px;
}
body main section.duvidas .categorias hr {
  background-color: gray;
}
body main section.duvidas .duvidas-listagem h2 {
  font-size: 2.3em;
  font-weight: 600;
  color: #1f5caa;
}
body main section.duvidas .duvidas-listagem .duvidas-box {
  margin-bottom: 15px;
}
body main section.duvidas .duvidas-listagem .duvidas-box .duvidas-in {
  margin-bottom: 20px;
}
body main section.duvidas .duvidas-listagem .duvidas-box .duvidas-in .pergunta {
  background: #dcdcdc;
  border: 1px solid #dadada;
  display: block;
  position: relative;
  border-radius: 25px;
  padding: 15px 15px 15px 25px;
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  color: #1f5caa;
  transition: all 0.5s;
}
body main section.duvidas .duvidas-listagem .duvidas-box .duvidas-in .pergunta::before {
  top: calc(50% - 12.5px);
  left: -15px;
  position: absolute;
  content: url("../image/icons/icon-flecha-green-big.png");
  transition: all 0.5s;
}
body main section.duvidas .duvidas-listagem .duvidas-box .duvidas-in .pergunta[aria-expanded=true] {
  color: white;
  background: #45bb9b;
  background: linear-gradient(to right, #45bb9b, #8ad1bc);
}
body main section.duvidas .duvidas-listagem .duvidas-box .duvidas-in .pergunta[aria-expanded=true]::before {
  content: url("../image/icons/icon-flecha-blue-big.png");
}
body main section.duvidas .duvidas-listagem .duvidas-box .duvidas-in .resposta .in-resposta {
  padding: 15px;
  font-size: 1.2em;
  font-weight: 500;
  color: #4c4c4c;
}
body main section.duvidas .formulario-lateral {
  margin-top: 50px;
  background-image: url("../image/bg-box-form-duvidas-min.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px;
  border-radius: 0 25px 0 25px;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}
body main section.duvidas .txt-form {
  font-size: 1.1em;
  font-weight: 300;
  color: white;
  margin-bottom: 15px;
}
body main section.duvidas .txt-form h2 {
  font-size: 1.2em;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
  text-transform: uppercase;
}
body main section.duvidas .txt-form h2::after {
  margin-top: 5px;
  content: url("../image/icons/flechas-green-escuro.png");
  display: block;
}
body main section.duvidas form input, body main section.duvidas form textarea {
  padding: 7px 15px;
  outline: none;
  border: 1px solid #dadada;
  background-color: white;
  border-radius: 7px;
  color: #4c4c4c;
  font-size: 1.2em;
  resize: none;
  width: 100%;
  margin-bottom: 10px;
}
body main section.carrinho {
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  body main section.carrinho {
    padding: 20px 0;
  }
}
body main section.carrinho .modal-conclusao {
  display: none;
}
body main section.carrinho .modal-conclusao.active {
  display: inherit;
}
body main section.carrinho .modal-conclusao .fundo {
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}
body main section.carrinho .modal-conclusao .modal-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
body main section.carrinho .modal-conclusao .modal-main .modal-in {
  background-image: url("../image/bg-cart-concluido.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 30px;
  max-width: 550px;
  text-align: center;
}
body main section.carrinho .modal-conclusao .modal-main .modal-in i {
  font-size: 3em;
  color: #45bb9b;
  font-size: 3em;
  font-weight: 300;
  margin-bottom: 0.2em;
}
body main section.carrinho .modal-conclusao .modal-main .modal-in h1 {
  font-size: 1.4em;
  font-weight: 600;
  color: #45bb9b;
}
body main section.carrinho .modal-conclusao .modal-main .modal-in .txt-1, body main section.carrinho .modal-conclusao .modal-main .modal-in .txt-2 {
  font-size: 1.1em;
  font-weight: 400;
  color: white;
  margin-bottom: 0.2em;
}
body main section.carrinho .modal-conclusao .modal-main .modal-in .main-button.blue {
  max-width: 200px;
}
body main section.carrinho .modal-conclusao .modal-main .modal-in .main-button.blue::before {
  filter: grayscale(1) brightness(100);
}
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: 900px;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  background-image: url("../image/bg-cart-passos.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
body main section.carrinho .passos::after {
  content: url("../image/icons/flechas-green-escuro.png");
  position: absolute;
  top: calc(100% - 12px);
  left: calc(50% - 82px);
  pointer-events: none;
}
@media (max-width: 991px) {
  body main section.carrinho .passos::after {
    top: calc(100% - 6px);
  }
}
body main section.carrinho .passos a {
  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: #1f5caa;
}
body main section.carrinho .passos a.ativo strong {
  color: #45bb9b;
  border-color: #45bb9b;
}
@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: #1f5caa;
  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: #1f5caa;
}
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: #004e75;
  color: white;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid rgba(58, 58, 58, 0.3019607843);
}
@media (min-width: 992px) {
  body main section.carrinho .tabela-carrinho thead td.borda-left {
    border-radius: 10px 0 0 10px;
  }
  body main section.carrinho .tabela-carrinho thead td.borda-right {
    border-radius: 0 10px 10px 0;
  }
}
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: #b3b3b3;
  padding: 15px 25px;
  outline: none;
  border: none;
  border-radius: 10px;
  background-color: #f2f2f2;
  position: relative;
  min-width: 150px;
  border: 1px solid #dfdfdf;
}
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: #b3b3b3;
  font-size: 13px;
}
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: #b3b3b3;
  font-size: 13px;
}
body main section.carrinho .tabela-carrinho td strong {
  font-weight: 400;
  color: #1f5caa;
  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: #4d4d4d;
  font-size: 1.1em;
  margin-left: 20px;
  width: calc(100% - 100px);
  word-break: break-all;
}
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: #1f5caa;
  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: #1f5caa;
  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;
  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: #1f5caa;
  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: 800px;
  margin: 20px auto 0 auto;
  padding-bottom: 0;
  margin-top: 50px;
}
body main section.carrinho .form .main-cta {
  margin-top: 25px;
  color: #1f5caa;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #1f5caa;
}
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: #1f5caa;
  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;
  color: #1f5caa;
}
body main section.carrinho .form input,
body main section.carrinho .form select,
body main section.carrinho .form textarea {
  width: 100%;
  padding: 10px 25px;
  font-size: 18px;
  outline: none;
  background-color: #f2f2f2;
  border: 1px solid #dfdfdf;
  border-radius: 7px;
}
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.contato-lateral {
  background: #45bb9b;
  background: linear-gradient(to top, #45bb9b, rgba(69, 187, 155, 0));
  padding: 1px;
  border-radius: 50px 0 50px 0;
}
body main section.contato-lateral .contato-in {
  background-image: url("../image/bg-lateral.jpg");
  background-position: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px;
  margin: 2px;
  border-radius: 50px 0 50px 0;
}
body main section.contato-lateral .contato-in .logo {
  text-align: center;
  margin-bottom: 30px;
}
body main section.contato-lateral .contato-in .logo img {
  max-width: 100%;
}
body main section.contato-lateral .contato-in .txt-in {
  font-size: 1.2em;
  font-weight: 700;
  color: #4c4c4c;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}
body main section.contato-lateral .contato-in .txt-in::after {
  content: url("../image/icons/flechas-green-escuro.png");
  display: block;
  text-align: center;
}
body main section.contato-lateral .contato-in .main-phone {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.contato-lateral .contato-in {
    padding: 25px;
  }
}
body main section.guias-listagem {
  background-image: url("../image/bg-branco.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 50px 0 120px 0;
}
body main section.guias-listagem h1 {
  color: #1f5caa;
  font-size: 32px;
  margin-bottom: 20px;
  margin-top: 50px;
}
body main section.guias-listagem h1:first-child {
  margin-top: 0;
}
body main section.guias-listagem .item {
  background-color: white;
  border-radius: 5px;
  border: 1px solid gainsboro;
  padding: 50px 80px;
  text-align: center;
  margin: 10px;
  box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, 0.03);
  height: calc(100% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.guias-listagem .item .link {
  color: #1f5caa;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 500;
  margin-top: 10px;
  border: 2px solid #1f5caa;
}
body main section.guias-listagem .item .link i {
  vertical-align: middle;
  font-size: 20px;
  margin-left: 15px;
}
body main section.guias-listagem .item img {
  margin-bottom: 20px;
}
body main section.guias-listagem .item h2 {
  color: #1f5caa;
  font-size: 24px;
}
@media (max-width: 991px) {
  body main section.guias-listagem {
    padding: 30px 0;
  }
  body main section.guias-listagem h1 {
    text-align: center;
    font-size: 26px;
    margin-top: 30px;
  }
  body main section.guias-listagem .item {
    padding: 40px 30px;
  }
  body main section.guias-listagem .item h2 {
    font-size: 20px;
  }
}
body main section.guias-interna {
  font-size: 18px;
  padding: 50px 0 130px 0;
}
body main section.guias-interna .manual {
  background-color: #1f5caa;
  color: white;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 25px;
  border-radius: 10px;
  font-size: 18px;
  margin: auto;
}
body main section.guias-interna .video {
  width: 100%;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  position: relative;
}
body main section.guias-interna .video:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
body main section.guias-interna .video:before {
  transition: 0.3s all;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
body main section.guias-interna .video:after {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  color: #45bb9b;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  font-size: 50px;
}
body main section.guias-interna .video img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body main section.guias-interna h1,
body main section.guias-interna h2,
body main section.guias-interna h3,
body main section.guias-interna h4,
body main section.guias-interna h5 {
  color: #1f5caa;
}
body main section.guias-interna .titulo {
  align-items: center;
  display: flex;
}
body main section.guias-interna .titulo h1 {
  font-size: 36px;
}
body main section.guias-interna .titulo img {
  margin-right: 25px;
}
@media (max-width: 991px) {
  body main section.guias-interna {
    text-align: center;
    padding: 20px 10px;
    font-size: 16px;
  }
  body main section.guias-interna .manual {
    font-size: 16px;
  }
  body main section.guias-interna .video {
    height: 200px;
    margin-top: 20px;
  }
  body main section.guias-interna .titulo {
    justify-content: center;
    text-align: left;
  }
  body main section.guias-interna .titulo img {
    height: 40px;
  }
  body main section.guias-interna .titulo h1 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  body main section.revendedor {
    font-size: 1.2em;
  }
}
body main section.revendedor .conteudo-1 {
  padding: 50px 0;
  font-size: 1.3em;
  color: #4c4c4c;
}
body main section.revendedor .conteudo-1 h1 {
  font-size: 1.5em;
  font-weight: 300;
  color: black;
  position: relative;
  padding-left: 70px;
}
body main section.revendedor .conteudo-1 h1::after {
  content: url("../image/icons/flechas-mei-que-cinza.png");
  display: block;
}
body main section.revendedor .conteudo-1 h1::before {
  position: absolute;
  content: url("../image/icons/icon-dips-green-top-min.png");
  top: 0;
  left: 0;
}
body main section.revendedor .conteudo-1 h1 strong, body main section.revendedor .conteudo-1 h1 b {
  font-weight: 600;
  color: #1f5caa;
}
body main section.revendedor .conteudo-2 {
  padding: 100px 0;
  font-size: 1.3em;
  color: #4c4c4c;
  background-image: url("../image/bg-como-eu-faco-min.png");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
body main section.revendedor .conteudo-2 h1 {
  font-size: 1.5em;
  font-weight: 300;
  color: black;
  position: relative;
}
body main section.revendedor .conteudo-2 h1::after {
  content: url("../image/icons/flechas-green-escuro.png");
  display: block;
}
body main section.revendedor .conteudo-2 h1 strong, body main section.revendedor .conteudo-2 h1 b {
  font-weight: 600;
  color: #1f5caa;
}
body main section.revendedor-formulario {
  padding: 50px 0;
  background: url("../image/bg-form-revendedor.jpg");
}
body main section.revendedor-formulario .titulo-formulario {
  font-size: 1.3em;
  font-weight: 300;
  color: white;
  max-width: 600px;
  text-align: center;
  margin: auto;
  line-height: 1.3;
}
body main section.revendedor-formulario .titulo-formulario h1 {
  font-size: 1.9em;
  font-weight: 600;
  color: #45bb9b;
  position: relative;
  margin-bottom: 30px;
}
body main section.revendedor-formulario .titulo-formulario h1::after {
  margin-top: 15px;
  display: block;
  content: url("../image/icons/icons-flechas-white.png");
}
body main section.revendedor-formulario form .box-file .text {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  color: black;
}
body main section.revendedor-formulario form .box-file .flex-box {
  display: flex;
  margin-top: 5px;
  cursor: pointer;
}
body main section.revendedor-formulario 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.revendedor-formulario form .box-file .flex-box .selecionar {
  padding: 10px 15px;
  font-size: 18px;
  color: white;
  background: #45bb9b;
  border-radius: 5px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.revendedor-formulario form label {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 600;
  color: white;
}
body main section.revendedor-formulario form button {
  margin-top: 20px !important;
}
body main section.revendedor-formulario form input:not([type=radio]),
body main section.revendedor-formulario form select,
body main section.revendedor-formulario form textarea {
  width: 100%;
  border: 1px solid #dfdfdf;
  padding: 10px 25px;
  font-size: 18px;
  outline: none;
  background-color: #f2f2f2;
  border-radius: 5px;
  box-shadow: 0px 3px 7px 0px #cacaca;
}
body main section.revendedor-formulario form hr {
  color: #e9e9e9;
  height: 3px;
  opacity: 1;
}
body main section.revendedor-formulario form .form-check .form-check-label {
  color: #1f5caa;
  text-transform: uppercase;
}
body main section.revendedor-formulario form select {
  padding-top: 12px;
  padding-bottom: 12px;
}
body main section.revendedor-formulario form textarea {
  min-height: 200px;
  resize: none;
}
body main section.blog-listagem {
  padding: 50px 0;
}
body main section.blog-listagem .titulo-cat {
  color: #1f5caa;
  font-size: 28px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: -15px;
}
body main section.blog-listagem .notfound {
  color: dimgray;
  text-align: center;
  font-style: italic;
}
body main section.blog-listagem .categorias {
  background-color: #f1f1f1;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 30px 50px;
}
body main section.blog-listagem .categorias:first-child {
  margin-top: 50px;
}
body main section.blog-listagem .categorias .main-phone {
  display: flex;
}
body main section.blog-listagem .categorias .main-phone i {
  color: #1f5caa;
}
body main section.blog-listagem .categorias .main-phone span strong {
  font-weight: 400;
}
body main section.blog-listagem .categorias .main-phone.zap i {
  color: #4baa2b;
}
body main section.blog-listagem .categorias a {
  display: block;
  color: black;
  font-size: 18px;
  margin: 10px 0;
}
body main section.blog-listagem .categorias a.active {
  color: #1f5caa;
}
body main section.blog-listagem .categorias a.primary i {
  color: #1f5caa;
}
body main section.blog-listagem .categorias a i {
  color: lightgray;
}
body main section.blog-listagem .categorias h3 {
  color: #1f5caa;
  font-weight: 400;
  font-size: 22px;
}
body main section.blog-listagem .categorias hr {
  background-color: gray;
}
body main section.blog-listagem .list-blog .card-blog {
  border-radius: 0 0 25px 25px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
body main section.blog-listagem .list-blog .card-blog:last-child {
  margin-right: 0;
}
body main section.blog-listagem .list-blog .card-blog .img {
  width: 100%;
  height: 250px;
}
body main section.blog-listagem .list-blog .card-blog .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.blog-listagem .list-blog .card-blog .conteudo-in {
  padding: 30px 0;
}
body main section.blog-listagem .list-blog .card-blog .conteudo-in .titulo-in {
  color: #4c4c4c;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
body main section.blog-listagem .list-blog .card-blog .conteudo-in .desc-in {
  color: #4c4c4c;
  font-size: 1.1em;
  font-weight: 400;
}
body main section.blog-listagem .list-blog .card-blog .conteudo-in .separador {
  margin: 15px 0;
  background: linear-gradient(to right, #deefeb, rgba(250, 251, 252, 0));
  width: 100%;
  height: 2px;
}
body main section.blog-listagem .list-blog .card-blog .conteudo-in .ler-mais {
  text-transform: uppercase;
  font-size: 1.2em;
  color: #0082b6;
  font-weight: 500;
}
body main section.blog-listagem .list-blog .card-blog .conteudo-in .ler-mais::after {
  content: url("../image/icons/flecha-puple-treis.png");
  display: inline-block;
  margin-left: 10px;
}
body main section.blog-listagem .blog-mais-lidas {
  margin-top: 50px;
}
body main section.blog-listagem .blog-mais-lidas h2 {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 30px;
  color: #45bb9b;
}
body main section.blog-listagem .blog-mais-lidas h2::after {
  margin-top: 5px;
  content: url("../image/icons/flechas-green-escuro.png");
  display: block;
}
body main section.blog-listagem .blog-mais-lidas .post-in {
  margin-bottom: 20px;
  padding: 0 0 20px 0;
  border-bottom: 2px solid #e7e7e7;
  display: block;
}
body main section.blog-listagem .blog-mais-lidas .post-in .categoria {
  padding: 1px 20px;
  background-color: #1f5caa;
  margin-bottom: 15px;
  display: inline-block;
  border-radius: 7px;
  font-size: 1em;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
}
body main section.blog-listagem .blog-mais-lidas .post-in h3 {
  font-size: 1.3em;
  font-weight: 600;
  color: #4c4c4c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
body main section.blog-listagem .blog-mais-lidas .post-in:first-child .categoria, body main section.blog-listagem .blog-mais-lidas .post-in:nth-child(4n) .categoria {
  background-color: #5f73a1;
}
body main section.blog-listagem .blog-mais-lidas .post-in:nth-child(2n) .categoria {
  background-color: #45bb9b;
}
body main section.blog-listagem .blog-mais-lidas .post-in:nth-child(3n) .categoria {
  background-color: #ed7f19;
}
@media (max-width: 991px) {
  body main section.blog-listagem h2 {
    margin-top: 20px;
    margin-bottom: -10px;
  }
  body main section.blog-listagem .categorias {
    padding: 30px;
    border-radius: 10px;
  }
  body main section.blog-listagem .categorias:first-child {
    margin-top: 30px;
  }
}
body main section.blog-interna {
  padding: 0 0 50px 0;
  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 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;
}
body main section.blog-interna .categoria-in {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 500;
  color: #1f5caa;
}
body main section.blog-interna h1.titulo-blog {
  font-size: 1.9em;
  font-weight: 600;
  color: #205ca9;
  line-height: 1.4;
}
body main section.blog-interna .texto, body main section.blog-interna .resumo {
  font-size: 1.2em;
  font-weight: 300;
  color: #4c4c4c;
}
body main section.blog-interna .texto a, body main section.blog-interna .resumo a {
  color: #45bb9b;
  text-decoration: underline;
}
@media (max-width: 991px) {
  body main section.blog-interna {
    font-size: 1.2em;
  }
}
body main section.trabalhe-conosco {
  background-image: url("../image/bg-branco.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 50px 0 80px 0;
}
body main section.trabalhe-conosco .box-vagas {
  padding: 50px;
  background: linear-gradient(to bottom, #f1f1f1, transparent);
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.trabalhe-conosco .box-vagas {
    padding: 15px;
    font-size: 1.2em;
  }
}
body main section.trabalhe-conosco .box-vagas h2 {
  font-size: 1.3em;
  color: #43bcb3;
}
body main section.trabalhe-conosco .box-vagas hr {
  color: #e9e9e9;
  opacity: 1;
  height: 3px;
}
body main section.trabalhe-conosco .box-vagas .scroll-box {
  max-height: 300px;
  overflow-y: scroll;
}
body main section.trabalhe-conosco .box-vagas .scroll-box::-webkit-scrollbar {
  width: 10px;
  background-color: #ececec;
}
body main section.trabalhe-conosco .box-vagas .scroll-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #cacaca;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body main section.trabalhe-conosco .box-vagas .scroll-box::-webkit-scrollbar-thumb:hover {
  background: #45bb9b;
}
body main section.trabalhe-conosco .box-vagas .box-vaga-in {
  margin-bottom: 15px;
}
body main section.trabalhe-conosco .box-vagas .box-vaga-in .vaga-titulo {
  font-size: 1.3em;
  font-weight: 600;
  color: #205ca9;
}
body main section.trabalhe-conosco .box-vagas .box-vaga-in .vaga-descricao {
  font-size: 1.2em;
  font-weight: 300;
  color: #4c4c4c;
}
body main section.trabalhe-conosco .box-vagas .box-vaga-in .itens {
  font-size: 1em;
  font-weight: 600;
  color: #4c4c4c;
}
body main section.trabalhe-conosco .box-vagas .box-vaga-in .itens span {
  margin-right: 15px;
  display: inline-block;
}
body main section.trabalhe-conosco .box-vagas .box-vaga-in .itens span i {
  margin-right: 5px;
  color: #43bc99;
}
body main section.trabalhe-conosco .conteudo-main {
  background: linear-gradient(to bottom, white, #f1f1f1, #f1f1f1);
  padding: 27px 50px;
  display: flex;
  border-radius: 0 0 100px 0;
  margin-bottom: 50px;
}
body main section.trabalhe-conosco .conteudo-main .icon {
  margin-right: 50px;
}
body main section.trabalhe-conosco .conteudo-main .txt-in {
  font-size: 1.4em;
  font-weight: 400;
  color: #4c4c4c;
  line-height: 1.3;
  max-width: 802px;
}
body main section.trabalhe-conosco .conteudo-main .txt-in h1 {
  font-size: 1.1em;
  font-weight: 700;
  color: #43bc99;
}
body main section.trabalhe-conosco .conteudo-main .txt-in h1 strong {
  color: #1e5da9;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.trabalhe-conosco .conteudo-main {
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }
  body main section.trabalhe-conosco .conteudo-main .icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
body main section.trabalhe-conosco .enviar {
  color: #1f5caa;
  padding: 10px 30px;
  border-radius: 5px;
  display: block;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  float: right;
  border: 2px solid #1f5caa;
  transition: 0.3s all;
}
body main section.trabalhe-conosco .enviar:hover {
  background-color: #1f5caa;
  color: white;
}
body main section.trabalhe-conosco .enviar i {
  vertical-align: middle;
  font-size: 20px;
  margin-left: 15px;
}
body main section.trabalhe-conosco h1 {
  font-weight: 400;
  font-size: 15em;
  color: #1f5caa;
}
body main section.trabalhe-conosco h3 {
  font-size: 1.3em;
  font-weight: 600;
  max-width: 500px;
  color: #1f5caa;
}
body main section.trabalhe-conosco form .box-file .text {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  color: black;
}
body main section.trabalhe-conosco form .box-file .flex-box {
  display: flex;
  margin-top: 5px;
  cursor: pointer;
}
body main section.trabalhe-conosco form .box-file .flex-box .name-file {
  border: 1px solid #dfdfdf;
  padding: 10px 15px;
  font-size: 1.2em;
  font-weight: 500;
  color: #565656;
  outline: none;
  min-height: 49px;
  background-color: #f7f7f7;
  width: 100%;
}
body main section.trabalhe-conosco form .box-file .flex-box .selecionar {
  padding: 10px 15px;
  font-size: 18px;
  color: white;
  background: #45bb9b;
  border-radius: 5px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.trabalhe-conosco form label {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 600;
  color: #1f5caa;
}
body main section.trabalhe-conosco form button {
  margin-right: 0 !important;
  margin-top: 20px !important;
}
body main section.trabalhe-conosco form input:not([type=radio]),
body main section.trabalhe-conosco form select,
body main section.trabalhe-conosco form textarea {
  width: 100%;
  border: 1px solid #dfdfdf;
  padding: 10px 25px;
  font-size: 18px;
  outline: none;
  background-color: #f2f2f2;
  border-radius: 5px;
  box-shadow: 0px 3px 7px 0px #cacaca;
}
body main section.trabalhe-conosco form hr {
  color: #e9e9e9;
  height: 3px;
  opacity: 1;
}
body main section.trabalhe-conosco form .form-check .form-check-label {
  color: #1f5caa;
  text-transform: uppercase;
}
body main section.trabalhe-conosco form select {
  padding-top: 12px;
  padding-bottom: 12px;
}
body main section.trabalhe-conosco form textarea {
  min-height: 200px;
  resize: none;
}
@media (max-width: 991px) {
  body main section.trabalhe-conosco form {
    font-size: 1.2em;
  }
}
body footer section.barra-fixa {
  position: fixed;
  bottom: 0;
  background-color: white;
  border-top: 2px solid #1f5caa;
  width: 100%;
  padding: 10px 80px;
  z-index: 600;
  transition: all 0.5s;
}
body footer section.barra-fixa .main-phone.blue {
  max-width: 270px;
}
body footer section.barra-fixa.oculta {
  bottom: -100px;
}
body footer section.barra-fixa-mobile {
  background: #1f5caa;
  background: linear-gradient(to top, #45bb9b, #1f5caa);
  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.rodape {
  background-image: url("../image/rodape-min.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
body footer section.rodape section.unidades {
  background: linear-gradient(to right, #04b598, #0cac91, #04b598, #0cac91, #04b598, #0cac91, #04b598, #0cac91, #04b598, #0cac91);
  position: relative;
  padding: 50px 0;
  min-height: 412px;
  display: flex;
  align-items: center;
}
body footer section.rodape section.unidades h2 {
  font-size: 1.7em;
  font-weight: 600;
  color: #00265e;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body footer section.rodape section.unidades h2 {
    text-align: center;
  }
}
body footer section.rodape section.unidades .endereco {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body footer section.rodape section.unidades .endereco {
    font-size: 1.2em;
    padding: 15px 0;
    margin-bottom: 0;
    text-align: center;
    border-bottom: 5px solid #00265e;
  }
}
body footer section.rodape section.unidades .endereco .endereco-in {
  font-size: 1.2em;
  color: white;
}
body footer section.rodape section.unidades .endereco .endereco-in strong, body footer section.rodape section.unidades .endereco .endereco-in b {
  color: #00265e;
}
body footer section.rodape section.unidades .endereco .visualizar, body footer section.rodape section.unidades .endereco .tracar {
  cursor: pointer;
  color: #00265e;
  display: block;
  transition: all 0.3s;
}
body footer section.rodape section.unidades .endereco .visualizar span, body footer section.rodape section.unidades .endereco .tracar span {
  text-decoration: underline;
  -webkit-text-decoration-color: #00767a;
          text-decoration-color: #00767a;
  transition: all 0.3s;
}
body footer section.rodape section.unidades .endereco .visualizar i, body footer section.rodape section.unidades .endereco .tracar i {
  margin-right: 5px;
}
body footer section.rodape section.unidades .endereco .visualizar:hover, body footer section.rodape section.unidades .endereco .tracar:hover {
  color: #000000;
}
body footer section.rodape section.unidades .endereco .visualizar:hover span, body footer section.rodape section.unidades .endereco .tracar:hover span {
  color: #000000;
  -webkit-text-decoration-color: #000000;
          text-decoration-color: #000000;
}
body footer section.rodape section.unidades .map-in {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  background-color: #00265e;
  display: none;
}
@media (max-width: 991px) {
  body footer section.rodape section.unidades .map-in {
    width: 100%;
    height: 300px;
    position: relative;
  }
}
body footer section.rodape section.unidades .map-in.exibir {
  display: block;
  opacity: 1;
}
body footer section.rodape section.unidades .map-in iframe {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
}
body footer section.rodape section.footer-news {
  padding: 30px 0;
  position: relative;
  z-index: 3;
}
body footer section.rodape section.footer-news form {
  display: flex;
}
body footer section.rodape section.footer-news form input {
  flex-grow: 1;
  border: none;
  font-size: 18px;
  outline: none;
  font-weight: 300;
  padding: 12px 30px;
  border-radius: 8px;
}
body footer section.rodape section.footer-news form button {
  color: white;
  border: none;
  background-color: #45bb9b;
  padding: 12px 25px;
  font-size: 18px;
  border-radius: 8px;
  margin-left: 20px;
}
body footer section.rodape section.footer-news .titulo {
  align-items: center;
  display: flex;
  font-size: 18px;
  color: white;
}
body footer section.rodape section.footer-news .titulo i {
  color: #45bb9b;
  font-size: 72px;
  margin-right: 20px;
}
body footer section.rodape section.footer-news .titulo h1 {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  color: #45bb9b;
}
@media (max-width: 991px) {
  body footer section.rodape section.footer-news form input {
    font-size: 15px;
    padding: 10px;
  }
  body footer section.rodape section.footer-news form button {
    font-size: 12px;
    padding: 12px 17px;
    margin-left: 10px;
  }
  body footer section.rodape section.footer-news .titulo {
    margin-bottom: 20px;
    justify-content: center;
    font-size: 15px;
  }
  body footer section.rodape section.footer-news .titulo i {
    margin-right: 15px;
    font-size: 36px;
  }
  body footer section.rodape section.footer-news .titulo h1 {
    font-size: 20px;
  }
}
body footer section.rodape .separador-icon {
  max-width: 100%;
}
body footer section.rodape hr {
  height: 1px;
  color: #323b6f;
  opacity: 1;
}
body footer section.rodape .rodape-main .topo-main .logo-principal {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
body footer section.rodape .rodape-main .topo-main .logo-principal img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body footer section.rodape .rodape-main .topo-main .txt-rodape {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
body footer section.rodape .rodape-main .topo-main .txt-rodape .txt-in {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2;
  color: white;
}
@media (max-width: 991px) {
  body footer section.rodape .rodape-main .topo-main .txt-rodape .txt-in {
    text-align: center;
    margin: 15px 0;
  }
}
body footer section.rodape .rodape-main .topo-main .txt-rodape .txt-in strong, body footer section.rodape .rodape-main .topo-main .txt-rodape .txt-in b {
  color: #45bb9b;
}
body footer section.rodape .rodape-main .topo-main .txt-rodape ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  body footer section.rodape .rodape-main .topo-main .txt-rodape ul {
    text-align: center;
  }
}
body footer section.rodape .rodape-main .topo-main .txt-rodape ul li {
  list-style: none;
  padding: 0;
}
body footer section.rodape .rodape-main .topo-main .txt-rodape ul li a {
  color: white;
}
body footer section.rodape .rodape-main .topo-main .topo-linha-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
}
body footer section.rodape .rodape-main .topo-main .topo-linha-1 .main-phone .number {
  color: white;
}
body footer section.rodape .rodape-main .topo-main .topo-linha-1 .button-carrinho {
  display: flex;
  background-color: white;
  border: 1px solid #cacaca;
  border-radius: 6px;
  align-items: center;
  padding: 5px 10px 5px 5px;
}
body footer section.rodape .rodape-main .topo-main .topo-linha-1 .button-carrinho .icon {
  position: relative;
  margin-right: 10px;
}
body footer section.rodape .rodape-main .topo-main .topo-linha-1 .button-carrinho .icon::before {
  content: url("../image/icons/icon-cart.png");
  width: 64px;
  height: 43px;
  display: block;
}
body footer section.rodape .rodape-main .topo-main .topo-linha-1 .button-carrinho .icon .qtd {
  position: absolute;
  top: calc(50% - 8px);
  right: 8px;
  color: white;
  font-size: 0.7em;
}
body footer section.rodape .rodape-main .topo-main .topo-linha-1 .button-carrinho .label {
  font-size: 1em;
  color: #45bb9b;
}
body footer section.rodape .rodape-main .topo-main .topo-linha-1 .redes {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
}
body footer section.rodape .rodape-main .topo-main .topo-linha-1 .redes a {
  margin-right: 15px;
  color: #45bb9b;
}
@media (max-width: 991px) {
  body footer section.rodape .rodape-main .topo-main .topo-linha-1 {
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 15px 0;
  }
  body footer section.rodape .rodape-main .topo-main .topo-linha-1 a.main-phone.phone, body footer section.rodape .rodape-main .topo-main .topo-linha-1 a.main-phone.whatsapp {
    flex: 50% 1 1;
    width: 50%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
}
body footer section.rodape .rodape-main .links {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body footer section.rodape .rodape-main .links a {
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  margin-right: 25px;
  position: relative;
}
body footer section.rodape .rodape-main .links a:hover::before {
  width: 100%;
  opacity: 1;
}
body footer section.rodape .rodape-main .links a:before {
  width: 0;
  opacity: 0;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  background-color: white;
  content: "";
  transition: 0.5s all;
}
body footer section.rodape .rodape-main .links a:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  body footer section.rodape .rodape-main .links {
    flex-direction: column;
    text-align: center;
  }
  body footer section.rodape .rodape-main .links a {
    margin-bottom: 5px;
    margin-right: 0;
  }
}
body footer .copy {
  padding: 20px 0;
  margin-bottom: 80px;
}
body footer .copy img {
  max-width: 100%;
}
@media (max-width: 991px) {
  body footer .copy {
    text-align: center;
  }
}
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%;
  box-shadow: 2px 2px 7px 0px #373737;
  max-width: 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;
}
body footer section.modal-whatsapp .cabecario-zap {
  background-color: #2e8c7d;
  font-size: 1.2em;
  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: 1em;
  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: 0.9em;
  color: black;
  display: block;
}
body footer section.modal-whatsapp .msg-bot label b {
  color: red;
}
body footer section.modal-whatsapp .msg-bot input, body footer section.modal-whatsapp .msg-bot textarea {
  height: auto;
  font-size: 1em;
  margin-bottom: 5px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #cacaca;
  outline: none;
  width: 100%;
  resize: none;
}
body footer section.modal-whatsapp .acao-zap {
  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-zap:disabled {
  background-color: #a7a7a7;
  cursor: not-allowed;
}
@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;
    font-size: 1.2em;
  }
}
body footer .menu-mobile {
  background: #1f5caa;
  background: linear-gradient(to top, #45bb9b 0%, #1f5caa 100%);
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 999;
  padding-bottom: 65px;
  transition: all 0.5s;
}
body footer .menu-mobile.aberto {
  left: 0px;
}
body footer .menu-mobile .fechar {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 25px;
  font-weight: 700;
  color: white;
}
body footer .menu-mobile .logo {
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
body footer .menu-mobile .logo img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
}
body footer .menu-mobile ul {
  padding: 0px;
}
body footer .menu-mobile ul li {
  list-style: none;
  margin: 5px;
  padding: 2px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
body footer .menu-mobile ul li:last-child {
  border-bottom: none;
}
body footer .menu-mobile ul li a {
  color: white;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}