@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Playfair+Display:ital,wght@1,400;1,500&family=Poppins:wght@300;400;500;600;700&display=swap");
:root {
  --montserrat: "Montserrat", sans-serif;
  --lato: "Lato", sans-serif;
  --cor-fonte-1: #41403e;
  --cor-fonte-2: #acacac;
  --cor-fonte-3: #202020;
  --cor-fonte-4: #ececec;
  --cor-fonte-5: #c9c9c9;
  --cor-fonte-6: #dedede;
  --cor-fonte-7: #9d9d9d;
  --cor-fonte-8: #333333;
  --cor-fonte-9: #666666;
  --cor-fonte-10: #8f8e8e;
  --cor-bg-1: #FFFCF6;
  --cor-bg-2: #566B54;
  --cor-bg-3: #122E39;
  --cor-bg-4: #F6F6F6;
  --cor-bg-5: #DADADA;
  --cor-bg-6: #F8F6F1;
  --cof-bg-7: #D7DBE0;
  --altura-header: 183px;
  --max-width-container: 86%;
}

form ::-webkit-input-placeholder {
  /* Edge */
  opacity: 1;
}
form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 1;
}
form ::placeholder {
  opacity: 1;
}

html {
  text-align: center;
}

body {
  font-family: var(--montserrat);
  color: var(--cor-fonte-1);
}
body.no-over-y {
  overflow-y: hidden;
}

a:hover {
  text-decoration: none;
}

.container {
  /*max-width: 86%;*/
  max-width: var(--max-width-container) !important;
}

.limite {
  /*max-width: 1800px;*/
  max-width: 1920px;
  width: 100%;
}

.botao {
  width: 185px;
  height: 36px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  text-transform: uppercase;
  color: var(--cor-fonte-2);
  background-color: transparent;
}
.botao img.seta {
  margin-left: 8px;
}
.botao.branco {
  border-color: white;
  color: white;
}
.botao.preto {
  border-color: var(--cor-fonte-1);
  color: var(--cor-fonte-1);
  /*background-color: white;*/
}
.botao.pretocinza {
  border-color: var(--cor-fonte-5);
  color: var(--cor-fonte-1);
  /*background-color: white;*/
}
.botao.cinza {
  border-color: var(--cor-fonte-7);
  color: var(--cor-fonte-7);
}

.link {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.link img.seta {
  margin-left: 5px;
}
.link.cor-1 {
  color: var(--cor-fonte-1);
}
.link.cor-2 {
  color: var(--cor-fonte-2);
}
.link.cor-5 {
  color: var(--cor-fonte-5);
}
.link.branco {
  color: white;
}

.titulo-secao {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
}
.titulo-secao hr {
  border: none;
  border-bottom: 1px solid var(--cor-fonte-5);
  width: 70px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

#padding-topo {
  height: 183px;
}

header {
  top: 0;
  z-index: 50;
  background-color: white;
  box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.1);
}
header .faixa-1 {
  transition: 0.3s;
  overflow: hidden;
  opacity: 1;
}
header .faixa-1 > .container {
  /*max-width: 86%;*/
  max-width: var(--max-width-container);
}
header .faixa-1 .altura {
  height: 54px;
  transition: 0.3s;
}
header .faixa-2 > .container {
  /*max-width: 86%;*/
  max-width: var(--max-width-container);
}
header .faixa-2 .altura {
  min-height: 128px;
  height: 100%;
  transition: 0.3s;
}
header .faixa-2 h1 {
  font-size: 0;
  color: transparent;
}
header #menu-corporativo {
  width: 178px;
}
header #menu-corporativo a {
  font-weight: 500;
  font-size: 10px;
  border-color: var(--cor-fonte-1) !important;
  padding: 0 12px;
  color: var(--cor-fonte-1) !important;
  text-transform: uppercase;
}
header #menu-idiomas {
  /*width: 170px;*/
  width: auto;
  margin: 0;
  margin-right: 3px;
}
header #menu-idiomas li {
  text-transform: uppercase;
}
header #menu-idiomas li:last-child a {
  border-left: 1px solid var(--cor-fonte-1);
}
header #menu-idiomas a {
  color: var(--cor-fonte-1);
  font-weight: 500;
  font-size: 10px;
  padding-right: 12px;
  padding-left: 9px;
}
header #menu-idiomas a img {
  vertical-align: baseline;
}
header #menu-idiomas a img:first-child {
  margin-right: 5px;
}
header #menu-idiomas a img:last-child {
  margin-left: 2px;
}
header #menu-idiomas a:last-child {
  padding-left: 8px;
  padding-right: 10px;
}
header nav {
  /*margin-right: 50px;*/
}
header #menu-produto-desk > li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  margin-right: 12px;
  /* submenu */
}
header #menu-produto-desk > li a {
  font-size: 12px;
  font-weight: 600;
  color: var(--cor-fonte-1);
  text-transform: uppercase;
}
header #menu-produto-desk > li:first-child {
  margin-left: 0;
}
header #menu-produto-desk > li:last-child {
  margin-right: 0;
}
header #menu-produto-desk > li.main-option {
  margin-left: 15px;
  margin-right: 15px;
}
header #menu-produto-desk > li.main-option:hover > .submenu, header #menu-produto-desk > li.main-option.active > .submenu {
  height: auto;
  min-height: 190px;
  opacity: 1;
}
header #menu-produto-desk > li .submenu {
  background-color: white;
  transition: 0.3s;
  opacity: 0;
  height: 0;
  position: fixed;
  left: 0;
  width: 100vw;
  top: var(--altura-header);
  overflow-y: hidden;
  padding-right: 50px;
  padding-left: 50px;
  /*padding-bottom: 20px;*/
  /* menu com opções texto */
  /* menu com opções mockup */
}
header #menu-produto-desk > li .submenu .container {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--cor-fonte-2);
}
header #menu-produto-desk > li .submenu .limite-opcoes {
  max-width: 1060px;
  position: relative;
  width: 100%;
}
header #menu-produto-desk > li .submenu .swiper {
  max-width: 1700px;
}
header #menu-produto-desk > li .submenu .swiper-opcoes {
  height: 135px;
}
header #menu-produto-desk > li .submenu .swiper-opcoes .swiper-slide {
  width: 200px !important;
}
header #menu-produto-desk > li .submenu .swiper-opcoes .swiper-slide li a {
  color: var(--cor-fonte-2);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
header #menu-produto-desk > li .submenu .swiper-opcoes.swiper-horizontal > .swiper-scrollbar {
  height: 1px;
  opacity: 1 !important;
}
header #menu-produto-desk > li .submenu .swiper-opcoes.swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #7fc3bb;
}
header #menu-produto-desk > li .submenu .swiper-mockups {
  height: 210px;
}
header #menu-produto-desk > li .submenu .swiper-mockups .swiper-slide {
  width: 247px !important;
}
header #menu-produto-desk > li .submenu .swiper-mockups .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  height: 197px;
}
header #menu-produto-desk > li .submenu .swiper-mockups .swiper-slide a span {
  display: inline-block;
  height: 142px;
  width: 247px;
  background-position: center;
  background-size: cover;
}
header #menu-produto-desk > li .submenu .swiper-mockups .swiper-slide a strong {
  text-transform: uppercase;
  color: var(--cor-fonte-3);
  font-size: 13px;
  display: block;
  font-weight: 600;
  letter-spacing: 2px;
}
header #menu-produto-desk > li .submenu .swiper-mockups .swiper-slide a small {
  font-size: 8px;
  color: var(--cor-fonte-2);
  display: block;
  font-weight: 600;
}
header #menu-produto-desk > li .submenu .area-swiper-mockups .swiper-button-prev,
header #menu-produto-desk > li .submenu .area-swiper-mockups .swiper-rtl .swiper-button-next {
  left: -30px;
}
header #menu-produto-desk > li .submenu .area-swiper-mockups .swiper-button-next,
header #menu-produto-desk > li .submenu .area-swiper-mockups .swiper-rtl .swiper-button-prev {
  right: -30px;
}
header #menu-produto-desk > li .submenu .area-swiper-mockups .swiper-button-prev::after {
  content: url("../imagens/icone-chevron-left.png");
}
header #menu-produto-desk > li .submenu .area-swiper-mockups .swiper-button-next::after {
  content: url("../imagens/icone-chevron-right.png");
}
header #menu-produto-desk > li .submenu .area-swiper-mockups .swiper-button-next,
header #menu-produto-desk > li .submenu .area-swiper-mockups .swiper-button-prev {
  top: 55px;
}
header #menu-produto-desk > li .submenu .ver-tudo {
  font-size: 10px;
  font-weight: 700;
  color: var(--cor-fonte-1);
  letter-spacing: 1px;
  line-height: 13px;
  text-transform: uppercase;
}
header #menu-produto-desk > li .submenu .ver-tudo img {
  height: 10px;
  margin-left: 5px;
  vertical-align: middle;
}
header #menu-produto-desk > li .submenu.produtos .area-swiper-mockups .swiper-mockups .swiper-slide a span {
  background-size: contain;
  background-repeat: no-repeat;
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #eee;
  background-size: 35%;
}
header.reduzido .faixa-1 {
  opacity: 0;
}
header.reduzido .faixa-1 .altura {
  height: 0;
}
header.reduzido .faixa-2 .altura {
  min-height: 85px;
}
header.reduzido #menu-produto-desk > li .submenu {
  top: 85px;
}

/* Menu lateral */
.bg-menus {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: black;
  opacity: 0;
  z-index: 55;
  display: none;
  transition: 0.4s;
}
.bg-menus.active {
  display: block;
  opacity: 0.6;
}

#menus-suspensos {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 75;
}
#menus-suspensos .limite-menu {
  /*max-width: 1800px;*/
  /*max-width: 1920px;*/
  width: 100%;
  position: relative;
}

.area-menu-lateral {
  background: white;
  padding-left: 70px;
  padding-top: 12px;
  padding-right: 110px;
  padding-bottom: 90px;
  max-width: 480px;
  width: 100%;
  z-index: 70;
  height: 100vh;
}
.area-menu-lateral .menu-idiomas-lateral {
  text-align: right;
}
.area-menu-lateral .menu-idiomas-lateral a {
  font-size: 10px;
  color: var(--cor-fonte-1);
  font-weight: 500;
}
.area-menu-lateral .menu-idiomas-lateral a img {
  vertical-align: baseline;
}
.area-menu-lateral .conteudo {
  padding-top: 70px;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;
}
.area-menu-lateral .conteudo .icones {
  width: 70px;
  right: 0;
}
.area-menu-lateral .conteudo .opcoes-institucionais {
  max-height: 350px;
  height: 100%;
}
.area-menu-lateral .conteudo .opcoes-institucionais li a {
  font-size: 10px;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--cor-fonte-2);
}
.area-menu-lateral .conteudo .opcoes-institucionais li a.opcao-upper {
  text-transform: uppercase;
  color: var(--cor-fonte-1);
  letter-spacing: 2px;
  font-size: 12px;
}
.area-menu-lateral .conteudo .opcoes-restritas a {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--cor-fonte-1);
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--cor-fonte-1);
}
.area-menu-lateral .conteudo .opcoes-restritas a img {
  margin-left: 5px;
  vertical-align: baseline;
}
.area-menu-lateral .conteudo .opcoes-redes-sociais {
  bottom: 0;
}
.area-menu-lateral .conteudo .opcoes-redes-sociais strong {
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: var(--cor-fonte-1);
  letter-spacing: 1px;
}
.area-menu-lateral .conteudo .opcoes-redes-sociais li {
  margin-right: 13px;
}
.area-menu-lateral .conteudo .opcoes-redes-sociais li:last-child {
  margin-right: 0;
}

#opcoes-idiomas {
  background-color: white;
  right: 0;
  top: -300px;
  transition: 0.3s;
  opacity: 0;
  height: 0;
  z-index: 70;
  box-shadow: -2px 2px 2px rgba(200, 200, 200, 0.3);
}
#opcoes-idiomas .fechar {
  right: 15px;
  top: 7px;
}
#opcoes-idiomas .conteudo {
  border-color: var(--cor-fonte-5) !important;
}
#opcoes-idiomas .conteudo li {
  height: 16px;
}
#opcoes-idiomas .conteudo li a {
  color: var(--cor-fonte-1);
  font-size: 13px;
  text-transform: uppercase;
}
#opcoes-idiomas .conteudo li a img {
  width: 30px;
  height: auto;
  margin-right: 12px;
}
#opcoes-idiomas.active {
  top: 0px;
  opacity: 1;
  height: auto;
}

#menu-institucional {
  right: -100vw;
  transition: 0.6s;
  max-width: 465px;
  width: 100%;
  left: auto;
  opacity: 0;
}
#menu-institucional.active {
  opacity: 1;
  right: 0vw;
}

#menu-login {
  right: -100vw;
  transition: 0.3s;
  max-width: 465px;
  width: 100%;
  left: auto;
  opacity: 0;
}
#menu-login .area-menu-lateral {
  padding-right: 22px;
  padding-left: 22px;
  padding-bottom: 40px;
  max-width: 465px;
}
#menu-login .area-menu-lateral .menu-idiomas-lateral {
  max-width: 320px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
#menu-login .area-menu-lateral .conteudo {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;
}
#menu-login .area-menu-lateral .conteudo .icones {
  max-width: 320px;
  width: 100%;
}
#menu-login .area-menu-lateral .conteudo .saudacao {
  margin-top: 20px;
}
#menu-login .area-menu-lateral .conteudo .saudacao > strong {
  font-size: 12px;
  font-weight: 500;
  color: var(--cor-fonte-1);
  display: block;
  text-align: center;
  letter-spacing: 1px;
}
#menu-login .area-menu-lateral .conteudo .saudacao > span {
  font-size: 11px;
  font-weight: 500;
  color: var(--cor-fonte-2);
  line-height: 16px;
  text-align: center;
  display: block;
  margin-top: 18px;
  margin-bottom: 30px;
}
#menu-login .area-menu-lateral .conteudo form {
  margin-bottom: 45px;
}
#menu-login .area-menu-lateral .conteudo form #erroLogin {
  font-size: 14px;
  margin: 0 0 20px;
}
#menu-login .area-menu-lateral .conteudo form input {
  border: none;
  border-bottom: 1px solid var(--cor-fonte-5);
  width: 180px;
  padding: 6px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
}
#menu-login .area-menu-lateral .conteudo form .botao {
  margin-bottom: 16px;
}
#menu-login .area-menu-lateral .conteudo form a {
  font-size: 12px;
  font-weight: 500;
  color: var(--cor-fonte-2);
}
#menu-login .banner {
  bottom: 0;
  width: 100%;
}
#menu-login .banner a {
  height: 142px;
  width: 100%;
  padding: 15px 0;
}
#menu-login .banner a strong {
  color: var(--cor-bg-3);
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
}
#menu-login .banner a > img {
  max-width: 100%;
  position: absolute;
  z-index: -1;
}
#menu-login.active {
  opacity: 1;
  right: 0vw;
}

#newsletter .transbordar {
  background-color: var(--cor-bg-3);
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  /*max-width: 1800px;*/
  /*max-width: 1920px;*/
  width: 100%;
  height: 100%;
  z-index: -1;
}
#newsletter .altura {
  height: 200px;
  line-height: normal;
}
#newsletter .altura strong {
  display: inline-block;
  color: white;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 13px;
  text-align: center;
}
#newsletter .altura span {
  display: inline-block;
  color: var(--cor-fonte-7);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-bottom: 24px;
  text-align: center;
}
#newsletter .altura form {
  max-width: 545px;
  width: 100%;
  height: 45px;
  background-color: white;
  padding-left: 7px;
  padding-right: 7px;
}
#newsletter .altura form input {
  border: none;
  width: 75%;
  font-size: 14px;
  font-weight: 500;
  text-indent: 5px;
}
#newsletter .altura form button {
  border: none;
  width: 90px;
  height: 26px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  background-color: var(--cor-bg-3);
}

footer .container.desktop {
  /*max-width: 85%;*/
  max-width: var(--max-width-container);
}
footer .conteudo {
  padding-top: 70px;
  width: 100%;
  line-height: normal;
}
footer .conteudo .institucional {
  max-width: 205px;
}
footer .conteudo .informacao {
  max-width: 175px;
}
footer .conteudo .relacionamento {
  max-width: 205px;
}
footer .conteudo .atendimento {
  max-width: 295px;
}
footer .conteudo .siga-nos {
  max-width: 225px;
}
footer .conteudo .siga-nos li {
  margin-right: 15px;
}
footer .conteudo li {
  height: 30px;
  display: flex;
  justify-content: start;
  align-items: center;
}
footer .conteudo a {
  font-size: 11px;
  font-weight: 500;
  color: var(--cor-fonte-2);
}
footer .conteudo strong {
  font-size: 12px;
  font-weight: 600;
  color: var(--cor-fonte-8);
  letter-spacing: 0.3px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
footer .conteudo-2 {
  width: 100%;
  line-height: normal;
}
footer .conteudo-2 a {
  font-weight: 600;
  font-size: 11px;
  color: var(--cor-fonte-8);
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid var(--cor-fonte-8);
  letter-spacing: 1px;
  padding: 0 2px 12px 2px;
}
footer .conteudo-2 a img {
  margin-left: 7px;
  vertical-align: baseline;
}
footer .conteudo-2 .links {
  max-width: 500px;
  width: 100%;
}
footer .conteudo-2 .logo {
  max-width: 225px;
  width: 100%;
}
footer .conteudo-2 .logo address {
  font-weight: 500;
  font-size: 11px;
  color: var(--cor-fonte-2);
  line-height: 14px;
  margin: auto;
}
footer .conteudo-2 .logo img {
  margin-bottom: 20px;
}

#creditos .transbordar {
  background-color: var(--cor-bg-4);
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  /*max-width: 1800px;*/
  /*max-width: 1920px;*/
  width: 100%;
  height: 100%;
  z-index: -1;
}
#creditos .container {
  /*max-width: 85%;*/
  max-width: var(--max-width-container);
}
#creditos .altura {
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--cor-fonte-10);
  height: 92px;
}
#creditos .altura a {
  color: var(--cor-fonte-10);
}
#creditos .altura a:first-child {
  border-color: var(--cor-fonte-10) !important;
  padding-right: 7px;
}
#creditos .altura a:last-child {
  padding-left: 6px;
}

/*LISTAGEM INTERN A DE PRODUTOS*/
.filtro-produtos-internas select {
  background: none;
  border: 1px solid var(--cor-fonte-10);
  color: var(--cor-fonte-10);
  width: 160px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}

.bread-produtos a {
  text-transform: uppercase;
  font-size: 11px;
  color: var(--cor-fonte-10);
  font-weight: 600;
  letter-spacing: 1px;
}
.bread-produtos span {
  margin: 0 5px;
}
.bread-produtos span img {
  height: 8px;
}

#alertErro {
  color: #fff;
  background-color: #d1828a;
  border: none;
  border-radius: 0;
  font-size: 14px;
  display: none;
}

#alertSucesso {
  background-color: none;
  color: var(--cor-bg-2);
  border: none;
  border-radius: 0;
  font-size: 14px;
  display: none;
}

/* MOBILE */
@media (max-width: 767px) {
  /*LISTAGEM INTERN A DE PRODUTOS*/
  .filtro-produtos-internas .filtros {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .filtro-produtos-internas .filtros .filtro {
    width: 100%;
  }
  .filtro-produtos-internas .filtros select {
    background: #fff;
    border: 1px solid var(--cor-fonte-10);
    color: var(--cor-fonte-10);
    width: 100%;
    align-items: center;
    text-align: center;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
  }
  .botao {
    font-size: 11px;
  }
  .container {
    width: 91%;
  }
  .titulo-secao {
    font-size: 16px;
  }
  .titulo-secao hr {
    margin-top: 12px;
  }
  .titulo-secao.titulo-2 {
    font-size: 18px;
  }
  .titulo-secao.titulo-2 hr {
    max-width: 50px;
    margin-right: auto;
    margin-left: 0;
  }
  #padding-topo {
    height: 117px;
  }
  header .altura-mobile {
    height: 62px;
  }
  header #menu-idiomas {
    width: 100%;
  }
  header #menu-idiomas li:first-child a {
    border: none;
    text-transform: none;
  }
  #menu-institucional {
    height: 100vh;
  }
  #menu-institucional .area-menu-lateral {
    padding-left: 60px;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  #menu-institucional .conteudo {
    padding-top: 0;
  }
  #menu-login {
    height: 100vh;
  }
  #menu-login .area-menu-lateral .conteudo {
    padding-top: 0;
  }
  #newsletter .altura {
    height: 300px;
  }
  #newsletter .altura strong {
    font-size: 17px;
    margin-bottom: 27px;
    max-width: 260px;
  }
  #newsletter .altura span {
    font-size: 10px;
    margin-bottom: 38px;
    max-width: 260px;
  }
  #newsletter .altura form {
    max-width: 545px;
    width: 100%;
    height: 45px;
    background-color: white;
    padding-left: 7px;
    padding-right: 7px;
  }
  #newsletter .altura form input {
    font-size: 11px;
  }
  footer .transbordar {
    background-color: var(--cor-bg-4);
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    /*max-width: 1800px;*/
    /*max-width: 1920px;*/
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  footer .mobile .menu a {
    font-size: 12px;
    font-weight: 500;
    color: var(--cor-fonte-8);
  }
  footer .mobile .links a {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--cor-fonte-8);
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--cor-fonte-8);
    letter-spacing: 1px;
  }
  footer .mobile .links a img {
    vertical-align: baseline;
  }
  footer .mobile .email a {
    font-size: 13px;
    color: var(--cor-fonte-9);
    font-family: var(--lato);
    font-weight: 400;
  }
  footer .mobile address {
    font-size: 13px;
    color: var(--cor-fonte-9);
    font-family: var(--lato);
    font-weight: 400;
  }
  #creditos .transbordar {
    background-color: var(--cor-bg-5);
  }
  #creditos .altura {
    height: 48px;
    color: var(--cor-fonte-1);
  }
  #creditos .altura.com-borda {
    border-bottom: 1px solid #cccccc;
  }
  #creditos .altura a {
    color: var(--cor-fonte-1);
    border-color: var(--cor-fonte-1) !important;
  }
}
.contadorWhislist {
  width: 21px;
  height: 19px;
  background-image: url(/imagens/icone-coracao.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  position: relative;
}
.contadorWhislist span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--cor-fonte-1);
  top: -20px;
  right: -11px;
  background: #dedede;
  border-radius: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  font-size: 12px;
}

@media (max-width: 992px) {
  header #menu-produto-desk > li .submenu .swiper-mockups .swiper-slide {
    width: 310px !important;
  }
  header #menu-produto-desk > li .submenu .swiper-mockups .swiper-slide a {
    height: 280px;
  }
  header #menu-produto-desk > li .submenu .swiper-mockups .swiper-slide a span {
    height: 165px;
    width: 310px;
  }
  .contadorWhislist span {
    top: -16px;
    right: -11px;
    border-radius: 18px;
    height: 18px;
    width: 18px;
    font-size: 11px;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    /*max-width: 1170px;*/
  }
  header #menu-produto-desk > li a {
    letter-spacing: 1px;
  }
}
@media (min-width: 1367px) {
  .container {
    /*max-width: 1800px;*/
    /*max-width: 88%;*/
    /*max-width: var(--max-width-container);*/
  }
  header #menu-produto-desk > li .submenu .limite-opcoes {
    max-width: 1343px;
  }
}
/*@media (min-width: 1900px) {
    .container {
        max-width: 1800px;
    }
}*/
@media (min-width: 1920px) {
  .container {
    /*max-width: none;*/
  }
}

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