#float-menu-user[data-visible] * {
  pointer-events: all;
}
#float-menu-user[data-visible] {
  cursor: auto;
}
/* =============== HEADER PRINCIPAL =============== */
.header_main-35 {
  position: relative;
  max-width: 100%;
  height: max-content;
  width: 100vw;
  background-color: var(--cor-principal_header_one);
  display: flex;
  align-items: center;
  z-index: 6 !important;
  transition: all 0.3s ease;
  border-bottom: 1px solid #e6e6e6;
}
.header_main-35.pre_fixed-35 {
   position: fixed;
   transition: none;
   top:-20px;
   opacity:0;
}
.header_main-35.header_fixed-35 {
  position: fixed;
  top:0px;
  opacity:1;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 16px 0px #00000018;

}
/* CONTEÚDO COM A LOGO NO HEADER PRINCIPAL ============================================= */
.header_main-35 .logo-header-35 {
  position: relative;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 100%;
  max-height: 90px;
}
.header_main-35 .logo-header-35 img {
  height: 100%;
  width: 150px;
  object-fit: contain;
}
/* CONTEÚDO COM A INPUT DE PESQUISAR NO HEADER PRINCIPAL ============================================= */
.ft-search-header-35{
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
}
.header_main-35 .search-header-35 {
  width: 100%;
  position: relative;
  height: max-content;
}
/* INPUT DE PESQUISAR */
.header_main-35 .search-header-35 input {
  display: block;
  width: 100%;
  padding: 14px 40px 14px 16px;
  font-size: 15px;
  color: #4b566b;
  background-color: #f8f8f8;
  border: 1px solid #d4d4d4;
  border-radius: .3125rem;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.header_main-35 .search-header-35 input:focus {
  color: #1e9c97;
  background-color: #fff;
  border: 1px solid #222222;
}
/* PLACEHOLDER DA INPUT DE PESQUISAR */
.header_main-35 .search-header-35 input::placeholder {
  transition: color 0.2s ease-in-out;
}
.header_main-35 .search-header-35 input:focus::placeholder {
  color: var(--cor_principal_neutra);
}
/* ICONE DA INPUT DE PESQUISAR */
.header_main-35 .search-header-35 svg {
  position: absolute;
  top: 0px;
  right: 14px;
  height: 100%;
  transition: color 0.2s ease-in-out;
  color: var(--cor_principal);
}
.header_main-35 .search-header-35 input:focus~svg {
  color: var(--cor_principal_neutra);
}
/* CONTEÚDO COM AS OPÇÕES DO USUÁRIO NO HEADER PRINCIPAL ============================================= */
.header_main-35 .option-header-35 {
  display: flex;
  align-items: center;
  color: var(--cor-titulos_header_one);
  cursor: pointer;
  pointer-events: none;
  transition: all 0.3s ease;
}
.header_main-35 .option-header-35:hover {
  color: var(--cor-hover_header_one);
}

/* ICONE DAS OPÇÕES DO USUÁRIO */
.header_main-35 .option-header-35 .icon-35 {
  position: relative;
  width: 46px;
  height: 46px;
  margin-right: 8px;
  background-color: var(--cor-containers_icons_header_one);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
}
.header_main-35 .option-header-35 .icon-35 svg {
  width: 60%;
  height: 60%;
  display: block;
}
/* TEXTO DAS OPÇÕES DO USUÁRIO */
.header_main-35 .option-header-35 span {
  font-size: 14px;
  display: inline-block;
  pointer-events: all;
}
.header_main-35 .option-header-35 span small {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  display: block;
}
/* ESTILOS DA OPÇÃO DE ENTRAR */
.header_main-35 .option-header-35.user-option-35 {
  position: relative;
  pointer-events: all;
}
.header_main-35 .option-header-35.user-option-35 * {
  pointer-events: none;
}
.header_main-35 .option-header-35.user-option-35 .show_name_user-35, .header_main-35 .option-header-35.user-option-35 .show_message_register-35 {
  width: max-content;
  max-width: 14ch;
  height: 38px;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.header_main-35 .show_name_user-35 {
  height: 33px;
}
.header_main-35 .option-header-35.user-option-35 .show_name_user-35~.show_message_register-35 {
  display: none !important;
  height: 38px;
}
.header_main-35 .option-header-35.user-option-35 .show_name_user-35:empty~.show_message_register-35 {
  display: block !important;
}
.header_main-35 .option-header-35.user-option-35 .show_name_user-35:empty {
  display: none !important;
}
/* ESTILOS DA OPÇÃO DO CARRINHO */
.header_main-35 .option-header-35.cart-option-35 .icon-35::after {
  content: attr(data-qtd_produtos);
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--cor-container_quantity_items);
  color: var(--cor-text_container_quantity_items);
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 135%;
}
.header_main-35 .option-header-35.cart-option-35 .icon-35 svg {
  width: 48%;
  height: 48%;
}
/* BOTÃO DE FECHAR DO MENU DE CATEGORIAS MOBILE */
.header_main-35 .option-header-35.menu-option-35 {
  position: relative;
  width: 40px;
  height: 40px;
  color: var(--cor-menu_mobile);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 23 !important;
}
/* ICONE DO BOTÃO DE FECHAR */
.header_main-35 .option-header-35.menu-option-35 .icon-close-menu-35 {
  position: relative;
  width: 20px;
  height: 14px;
  width: 24px;
  height: 18px;
}
/* BARRAS DO ICONE DO BOTÃO DE FECHAR */
.header_main-35 .option-header-35.menu-option-35 .icon-close-menu-35 .bars-icon-close-menu-35 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.5s ease;
}
.header_main-35 .option-header-35.menu-option-35 .icon-close-menu-35 .bars-icon-close-menu-35 span {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
}
.header_main-35 .option-header-35.menu-option-35 .icon-close-menu-35 .bars-icon-close-menu-35 span:first-child, .header_main-35 .option-header-35.menu-option-35 .icon-close-menu-35 .bars-icon-close-menu-35 span:first-child::before, .header_main-35 .option-header-35.menu-option-35 .icon-close-menu-35 .bars-icon-close-menu-35 span:first-child::after {
  top: 0;
}
.header_main-35 .option-header-35.menu-option-35 .icon-close-menu-35 .bars-icon-close-menu-35 span:last-child, .header_main-35 .option-header-35.menu-option-35 .icon-close-menu-35 .bars-icon-close-menu-35 span:last-child::before, .header_main-35 .option-header-35.menu-option-35 .icon-close-menu-35 .bars-icon-close-menu-35 span:last-child::after {
  bottom: 0;
}
.header_main-35 .option-header-35.menu-option-35 .icon-close-menu-35 .bars-icon-close-menu-35 span::before, .header_main-35 .option-header-35.menu-option-35 .icon-close-menu-35 .bars-icon-close-menu-35 span::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: currentCOlor;
  border-radius: 1px;
  display: block;
  -webkit-backface-visibility: hidden;
  transition: transform 0.5s ease, border-radius 0.3s ease, background 0.4s ease;
}
.header_main-35 .option-header-35.menu-option-35 .icon-close-menu-35 .bars-icon-close-menu-35 span::before {
  left: 0;
  transform-origin: 0 50%;
  transform: translate(1px, 0) scaleX(1.1);
}
.header_main-35 .option-header-35.menu-option-35 .icon-close-menu-35 .bars-icon-close-menu-35 span::after {
  right: 0;
  transform-origin: 100% 50%;
  transform: translate(-1px, 0) scaleX(1.1);
}
.header_main-35 .option-header-35.menu-option-35 .icon-close-menu-35 svg {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -22px;
  fill: none;
  stroke: currentCOlor;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-dasharray: 0 82.801 10 82.801;
  stroke-dashoffset: 82.801;
  transform-origin: 50% 50%;
  display: block;
  transform: scale(1);
  transition: stroke-dashoffset 0.5s ease, stroke-dasharray 0.6s ease, transform 0.5s ease, stroke 0.4s ease, width 0.4s ease, height 0.4s ease, margin 0.4s ease;
}
.header_main-35 .option-header-35.menu-option-35 .icon-close-menu-35 svg:nth-child(3) {
  transform: rotate(180deg) scale(1);
}
.header_main-35 .option-header-35.menu-option-35[data-menu-open] {
  color: #ffffff;
}
.header_main-35 .option-header-35.menu-option-35[data-menu-open] .icon-close-menu-35 {
  width: 20px;
  height: 13px;
}
.header_main-35 .option-header-35.menu-option-35[data-menu-open] .icon-close-menu-35 .bars-icon-close-menu-35 {
  transform: rotate(90deg);
}
.header_main-35 .option-header-35.menu-option-35[data-menu-open] .icon-close-menu-35 .bars-icon-close-menu-35 span::before, .header_main-35 .option-header-35.menu-option-35[data-menu-open] .icon-close-menu-35 .bars-icon-close-menu-35 span::after {
  background-color: currentCOlor;
}
.header_main-35 .option-header-35.menu-option-35[data-menu-open] .icon-close-menu-35 .bars-icon-close-menu-35 span:first-child::before {
  transform: rotate(45deg) translate(2.2px, -3px) scaleX(1.05);
}
.header_main-35 .option-header-35.menu-option-35[data-menu-open] .icon-close-menu-35 .bars-icon-close-menu-35 span:first-child::after {
  transform: rotate(-45deg) translate(-2.2px, -3px) scaleX(1.05);
}
.header_main-35 .option-header-35.menu-option-35[data-menu-open] .icon-close-menu-35 .bars-icon-close-menu-35 span:last-child::before {
  transform: rotate(-45deg) translate(2.2px, 3px) scaleX(1.05);
}
.header_main-35 .option-header-35.menu-option-35[data-menu-open] .icon-close-menu-35 .bars-icon-close-menu-35 span:last-child::after {
  transform: rotate(45deg) translate(-2.2px, 3px) scaleX(1.05);
}
.header_main-35 .option-header-35.menu-option-35[data-menu-open] .icon-close-menu-35 svg {
  width: 38px;
  height: 38px;
  margin: -19.5px 0 0 -19px;
  stroke-dashoffset: 62;
  stroke-dasharray: 0 82.801 62 82.801;
  transform: rotate(90deg);
  stroke: currentCOlor;
}
.header_main-35 .option-header-35.menu-option-35[data-menu-open] .icon-close-menu-35 svg:nth-child(3) {
  transform: rotate(270deg);
}
/* =============== CONTEÚDO DO MENU SUSPENSO DO USUÁRIO =============== */
.show_content_menu_user-35:empty~.content-float-menu-35 {
  display: block !important;
}
.content-float-menu-35 {
  position: relative;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  margin: 20px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  pointer-events: none;
}
/* BOTÃO PADRÃO NO MENU SUSPENSO DO USUÁRIO */
.content-float-menu-35 .button-float-menu-35 {
  width: 100%;
  height: 36px;
  background-color: var(--cor_principal);
  border: 1px solid var(--cor_principal);
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  pointer-events: all;
  transition-property: background-color, border-color, color;
  transition: all 0.3s ease;
}
.content-float-menu-35 .button-float-menu-35:hover{
   background-color: var(--cor_principal_neutra);
   border: var(--cor_principal_neutra);
}
/* BOTÃO REVERSE NO MENU SUSPENSO DO USUÁRIO */
.content-float-menu-35 .button-float-menu-35.reverse-35 {
  background-color: #fff;
  color: var(--cor_principal);
  border: 1px solid var(--cor_principal);
}
.content-float-menu-35 .button-float-menu-35.reverse-35:hover {
  background-color: var(--cor_principal);
  border:1px solid var(--cor_principal);
  color: #ffffff;
}
/* BOTÃO DE TEXTO NO MENU SUSPENSO DO USUÁRIO */
.content-float-menu-35 .button-float-menu-35.text_only-35 {
  position: relative;
  background-color: transparent;
  border: transparent;
  color: #393838;
}
.content-float-menu-35 .button-float-menu-35.text_only-35::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0px;
  left: 45%;
  background-color: var(--cor_principal);
  transition-property: width, left;
  transition: 0.3s ease;
}
.content-float-menu-35 .button-float-menu-35.text_only-35:hover::after {
  width: 30%;
  left: 35%;
}
/* LINHA PARA DIVIDIR CONTÚDO NO MENU SUSPENSO DO USUÁRIO */
.content-float-menu-35 .text-division-35 {
  width: 100%;
  margin: 15px 0px 18px;
  color: #393838;
  display: flex;
  justify-content: space-between;
}
.content-float-menu-35 .text-division-35:empty {
  height: 1px;
  background-color: var(--cor_principal);
}
.content-float-menu-35 .text-division-35 span {
  position: relative;
  width: 40%;
  height: 1px;
  top: 13px;
  background-color: var(--cor_principal);
  display: inline-block;
}
/* =============== HEADER DE CATEGORIAS =============== */
.header_categories-35 {
  position: relative;
  max-width: 100%;
  width: 100vw;
  margin-top: -1px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  z-index: 5 !important;
  border-bottom: 1px solid #e6e6e6;
}
.header_categories-35 .content-categories-35 {
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  touch-action: manipulation;
  overflow-x: auto;
  padding: 0px 0px;
}
.header_categories-35 .content-categories-35::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: #F4F4F4;
}
/* OPÇÕES DO HEADER DE CATEGORIAS */
.header_categories-35 .content-categories-35>a {
  position: relative;
  padding: 24px 24px 23px;
  color: var(--cor-titulos_header_two);
  font-weight: 400;
  line-height: 100% !important;
  text-decoration: none;
  cursor: pointer;
  font-size:16px;
  transition: color 0.3s ease;
}
.header_categories-35 .content-categories-35>a:hover {
  color: #666;
}
/* ANIMAÇÃO DAS OPÇÕES DO HEADER DE CATEGORIAS */
.header_categories-35 .content-categories-35>a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  z-index: -1;
  opacity: 0;
  box-sizing: border-box;
  -webkit-transform: scaleX(.1);
  transform: scaleX(.1);
  transition: all .7s ease;
  transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}
.header_categories-35 .content-categories-35>a:hover::before {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* OPÇÃO DE TODAS AS CATEGORIAS DO HEADER DE CATEGORIAS */
.header_categories-35 .content-categories-35 .option-all-categories-35 {
  min-width: 250px;
  padding: 8px 10px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
 font-weight:500;
}
.header_categories-35 .content-categories-35 .option-all-categories-35 svg{color: var(--cor_principal);}
/* MENU COM TODAS AS CATEGORIAS DO HEADER DE CATEGORIAS */
.header_categories-35 .content-categories-35 .menu-all-categories-35, .header_categories-35 .content-categories-35 .menu-all-categories-35 .options-subcategories-35 {
  position: absolute;
  width: 250px;
  height: max-content;
  max-height: 450px;
  top: 0px;
  left: 80%;
  opacity: 0;
  background-color: #ffffff;
  /* border: 1px solid #e6e6e6; */
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  pointer-events: none;
  z-index: -1;
  transition-property: left, opacity;
  transition: 0.3s ease 0s;
}
/* MENU COM TODAS AS CATEGORIAS DO HEADER DE CATEGORIAS */
.header_categories-35 .content-categories-35 .menu-all-categories-35 {
  left: unset;
  /* top: calc(100% - 1px); */
  top: 100%;
  border-right: 0px solid #e6e6e6;
  color: #666666;
  z-index: 2;
  overflow: visible;
}
/* CONTEÚDO COM OPÇÕES DE CATEGORIAS */
.header_categories-35 .content-categories-35 .menu-all-categories-35 .content-category-35 {
  position: relative;
  width: 100%;
}
.header_categories-35 .content-categories-35 .menu-all-categories-35 .content-category-35:hover .options-subcategories-35 {
  left: 100%;
  opacity: 1;
  top: 0px;
  border-left: 1px solid #d8d8d8;
  pointer-events: all;
}
.header_categories-35 .content-categories-35 .menu-all-categories-35 .options-subcategories-35::-webkit-scrollbar-track {
  background-color: #F4F4F4;
}
.header_categories-35 .content-categories-35 .menu-all-categories-35 .options-subcategories-35::-webkit-scrollbar {
  width: 4px;
  background: #F4F4F4;
}
.header_categories-35 .content-categories-35 .menu-all-categories-35 .options-subcategories-35::-webkit-scrollbar-thumb {
  background: #dad7d7;
}
/* OPÇÕES DE CATEGORIAS */
.header_categories-35 .content-categories-35 .menu-all-categories-35 .option-category-35 {
  position: relative;
  width: 100%;
  padding: 12px 12px 12px 20px;
  background-color: #ffffff;
  color: #707070;
  font-size: 16px;
  line-height: 125%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.2s ease;
}
.header_categories-35 .content-categories-35 .menu-all-categories-35 .option-category-35::first-letter {
  text-transform: uppercase;
}
.header_categories-35 .content-categories-35 .menu-all-categories-35 .content-category-35:hover .option-category-35, .header_categories-35 .content-categories-35 .menu-all-categories-35 .option-category-35:hover {
  color: #666666;
  background-color: #f2f2f2;
}
.header_categories-35 .content-categories-35 .menu-all-categories-35 .content-category-35 .option-category-35 a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  pointer-events: none;
}
.header_categories-35 .content-categories-35 .option-all-categories-35[data-menu-visible] ~ .menu-all-categories-35 .content-category-35 .options-subcategories-35:empty ~ .option-category-35 a,
.header_categories-35 .content-categories-35 .menu-all-categories-35 .content-category-35:hover .option-category-35 a {
  pointer-events: all;
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .header_categories-35 .content-categories-35 .menu-all-categories-35 .content-category-35:hover .option-category-35 a,
  .header_categories-35 .content-categories-35 .menu-all-categories-35 .content-category-35 .option-category-35 a {
    pointer-events: none;
  }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  .header_categories-35 .content-categories-35 .menu-all-categories-35 .content-category-35:hover .option-category-35 a,
  .header_categories-35 .content-categories-35 .menu-all-categories-35 .content-category-35 .option-category-35 a {
    pointer-events: none;
  }
}
@media (min-width: 614px) {
  .header_categories-35 .content-categories-35 .option-all-categories-35[data-menu-visible]::before {
    opacity: 0;
  }
  .header_categories-35 .content-categories-35 .option-all-categories-35[data-menu-visible]~.menu-all-categories-35 {
    opacity: 1 !important;
    pointer-events: all !important;
  }
  /* FILTRO DO MENU DE CATEGORIAS DO HEADER DE CATEGORIAS */
  .header_categories-35 .content-categories-35 .filter-content-categories-35 {
    z-index: 1 !important;
  }
  .header_categories-35 .content-categories-35 .option-all-categories-35[data-menu-visible]~.filter-content-categories-35 {
    opacity: .5;
    visibility: visible;
  }
}
/* =============== MENU DE CATEGORIAS MOBILE =============== */
/* MENU DE CATEGORIAS MOBILE */
.menu-categories-mobile-35 {
  position: fixed;
  width: 270px;
  max-width: 80%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  z-index: 23 !important;
  transition: all .5s ease 0ms;
}
/* TITULO DO MENU DE CATEGORIAS MOBILE */
.menu-categories-mobile-35 .header-menu-categories-35 {
  position: relative;
  width: 100%;
  height: max-content;
  padding: 16px 20px;
  font-weight: 500;
  background-color: var(--cor_principal);
  color: #ffffff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  line-height: 1.23;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
/* CONTEÚDO DO MENU DE CATEGORIAS MOBILE */
.menu-categories-mobile-35 .content-menu-categories-35 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.menu-categories-mobile-35 .content-menu-categories-35::-webkit-scrollbar-track {
  background-color: #F4F4F4;
}
.menu-categories-mobile-35 .content-menu-categories-35::-webkit-scrollbar {
  width: 6px;
  background: #F4F4F4;
}
.menu-categories-mobile-35 .content-menu-categories-35::-webkit-scrollbar-thumb {
  background: #dad7d7;
}
/* OPÇÕES DO MENU DE CATEGORIAS MOBILE */
.menu-categories-mobile-35 .content-menu-categories-35 .submenu-options-categories-35 {
  position: relative;
  width: 100%;
  height: max-content;
}
.menu-categories-mobile-35 .content-menu-categories-35 .submenu-options-categories-35 a {
  width: 100%;
  padding: 14px 15px;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  color: #707070;
  line-height: 125%;
  display: block;
  transition: all 0.2s ease;
}
.menu-categories-mobile-35 .content-menu-categories-35 .submenu-options-categories-35 a::first-letter {
  text-transform: uppercase;
}
.menu-categories-mobile-35 .content-menu-categories-35 .submenu-options-categories-35 a:hover {
  color: #666666;
  background-color: #f1f1f1;
}
/* FILTRO DO MENU DE CATEGORIAS MOBILE */
.filter-default-35 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  background: #333;
  transition: all .5s ease 0ms;
  visibility: hidden;
  z-index: 22 !important;
  overflow: visible;
}
/* =============== RESPONSIVIDADE =============== */
@media (max-width: 613px) {
  .header_main-35 {
    /* box-shadow: unset; */
    z-index: 10 !important;
  }
  .header_categories-35 {
    z-index: 9 !important;
    /* box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.226); */
  }
  .menu-categories-mobile-35[data-visible] {
    left: 0px;
  }
  .menu-categories-mobile-35[data-visible]~.filter-menu-categories-35 {
    left: 0px;
    opacity: .5;
    visibility: visible;
  }
}
@media (max-width:450px) {
  .father-logo-header-35 {
    position: relative;
    width: 40% !important;
    padding-right: 20px !important;
  }
  .father-logo-header-35 .logo-header-35, .father-logo-header-35 .logo-header-35 img {
    position: relative;
    width: 100%;
    min-width: 100%;
  }
  .father-options-header-35 {
    width: max-content !important;
  }
  .header_main-35 .option-header-35:not(:first-child) {
    margin-left: 10px !important;
  }
  .header_main-35 .option-header-35 .icon-35 {
    margin-right: 0px;
  }
}
@media (max-width:350px) {
  .header_main-35 .option-header-35 .icon-35 {
    width: 40px;
    height: 40px;
  }
}#introduction{
  position: relative;
  width: 100%;
  margin:30px 0px;
  z-index: 0;
}
#introduction .content-introduction-23{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.content-introduction-23 h1{
  max-width: 870px;
  margin-top: 0px;
  padding: 0px;
  font-size: 42px;
  line-height: 120%;
  font-weight: 700;
  color: var(--cor_principal);
}
#frequently_questions{
  position:relative;
  width: 100%;
  background-color: #f9f9f9;
}
#frequently_questions .title-questions-23{ 
  width: 100%; 
  text-align: center;
  font-size: 25px;
  color: var(--color-main);
}
.termos_content-23{
  font-size:16px;
  font-weight:400; 
  color:var(--cor_textos);
}
@media(max-width: 768px){
   #introduction{margin:18px 0px;}
  .content-introduction-23 h1{
    font-size: 34px;
  }
}
@media(max-width:570px){
  .content-introduction-23 h1{
    width: 100%;
    font-size: 30px;
  }
}
@media(max-width:500px){
  .content-introduction-23 h1{
    font-size: 26px;
  }
  .content-introduction-23 p{
    font-size: 16px;
  }
}
@media(max-width:435px){
  .content-introduction-23 h1{
    font-size: 22px;
  }
  .content-introduction-23 p{
    margin-top: 10px;
    font-size: 14px;
  }
}
@media(max-width: 375px){
  #introduction{
    padding-bottom: 0px;
  }
  .title_introduction-23 h1 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 10px;
  }
}
@media (max-width: 330px){
  #introduction{
    padding-bottom: 0px;
    max-height: 117vh;
  }
  .title_introduction-23 > span{
    font-size: 14px;
  }
  .title_introduction-23 h1 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 10px;
  }
  .termos_content-23{
    font-size:14px;
  }
}ul {
  margin: 0px;
  padding: 0px;
}

.footer-section-32 {
  background: var(--cor-principal_footer);
  position: relative;
}

.footer-cta-32 {
  border-bottom: 1px solid var(--cor-bordas_footer);
}

.single-cta-32 {
  display: flex;
  justify-content: center;
}

.single-cta-32 i {
  color: var(--cor_principal_neutra);
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text-32 {
  padding-left: 15px;
  display: inline-block;
}

.cta-text-32 h4 {
  color: var(--cor-titulos_footer);
  font-size: 20px;
  font-weight: 600;
  padding: 0px;
}

.cta-text-32 span {
  color: var(--cor-textos_footer);
  font-size: 15px;
}

.footer-content-32 {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--cor-bordas_footer);
  border-bottom: 1px solid var(--cor-bordas_footer);
}

.footer-pattern-32 img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo-32 {
  margin-bottom: 16px;
}

.footer-logo-32 img {
  max-width: 130px;
}

.footer-text-32 p {
  line-height: 135%;
  margin-bottom: 16px;
  font-size: 14px;
  color: #989898;
}

.final_footer-32 {
  text-align: center;
}

.text_logo-32 {
  display: flex;
  max-width: 350px;
}

.facebook-bg-32 {
  background: #3B5998;
}

.twitter-bg-32 {
  background: #55ACEE;
}

.google-bg-32 {
  background: #DD4B39;
}

.footer-widget-heading-32 h3 {
  color: var(--cor-titulos_footer);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  padding: 0px;
  text-transform: uppercase;
}

.footer-widget-heading-32 h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  height: 2px;
  width: 50px;
  background: var(--cor_principal_neutra);
}

.footer-widget-32 ul li {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}

.footer-widget-32 ul li a:hover {
  color: var(--cor_principal_neutra);
}

.footer-widget-32 ul li a {
  color: var(--cor-textos_footer);
  text-decoration: none;
}

.subscribe-form-32 {
  position: relative;
  overflow: hidden;
}

.subscribe-form-32 input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}

.subscribe-form-32 button {
  position: absolute;
  height: 100%;
  right: 0;
  background: #ff5e14;
  padding: 0px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}

.subscribe-form-32 button i {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.container_payments-32 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* border: 1px solid red; */
}

.cards_content-32 {
  width: 70px;
  height: 40px;
  margin: 2px 0px 0px 0px;
  /* border: 1px solid blue; */
}

.cards_content-32 svg {
  width: 100%;
  height: 100%;
  color: #00000029;
}

.cnpj_inf_empresa-32 {
  width: 100%;
  padding: 26px 0px;
}

.content_cnpj_inf_empresa-32 span {
  font-weight: 500;
  color: var(--cor-titulos_footer);
  font-size: 14px;
  display: block;
}

.content_cnpj_inf_empresa-32 p {
  text-align:center;
  font-size: 11px;
  color: var(--cor-textos_footer);
}

.copyright-area-32 {
  background: var(--cor-desenvolvido_por);
  padding: 18px 0px;
}

.copyright-text-32 p {
  margin: 0;
  font-size: 12px;
  color: var(--cor-textos_footer);
  text-align: center;
}

.copyright-text-32 p a {
  font-weight: 600;
  color: var(--cor-titulos_footer);
  text-decoration: none;
}

@media(max-width:767px) {
    .footer-logo-32{
           display: flex;
    justify-content: center;
   }
   .text_logo-32{
     max-width: 100%;
     justify-content: center;
   }
  .align_mob_title-32 {
    margin-top: 10px;
    padding: 0px;
  }
  .footer-widget-heading-32 h3::before {
    bottom: -12px;
  }
  .footer-cta-32 {
    padding: 0px 14px;
  }
  .single-cta-32 {
    display: flex;
    justify-content: flex-start;
  }
  .footer-content-32 {
    padding: 0px 14px;
  }
  .cta-text-32 h4 {
    font-size: 16px;
  }
  .cta-text-32 span {
    font-size: 14px;
  }
  .footer-widget-heading-32 h3 {
    font-size: 16px;
  }
  .copyright-text-32 {
    text-align: center;
  }
}

.copyright-text-32 {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media(min-width:1024px) {
  .footer-widget-32 ul li {
    width: 100%
  }
}

@media(max-width:540px) {
  .align_social_icon-32 {
    width: 36px !important;
    height: 36px !important;
    padding: 6px !important;
  }
  .footer-widget-32 ul li {
    font-size: 14px;
  }
  .content_cnpj_inf_empresa-32 span {
    font-size: 12px;
  }
}

@media(max-width:319px) {
  .footer-widget-32 ul li {
    font-size: 12px;
  }
}

.align_social_icon-32 {
  width: 42px;
  height: 42px;
  margin-right: 14px;
  border: 1px solid var(--cor_principal_neutra);
  border-radius: 50%;
  padding: 8px;
  cursor: pointer;
  color: var(--cor_principal_neutra);
  transition: all 0.3s ease;
}

.align_social_icon-32:hover {
  color: #ffffff;
  background-color: var(--cor_principal_neutra);
}

@media(max-width:320px) {
  .cta-text-32 span {
    font-size: 11px;
  }
  .cta-text-32 {
    padding-left: 10px;
  }
}