[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
  background-color: transparent !important;
  color: inherit !important;
}

.menu-mobile-toggle:focus,
.menu-mobile-toggle:hover,
.menu-mobile-toggle:active,
.menu-mobile-toggle.active {
  background-color: rgba(119, 120, 123, 0.1) !important;
  color: #77787B !important;
}

.menu-mobile-toggle:focus {
  outline: 2px solid #00AF55 !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}

/* ========== TOP BAR ========== */
.top-bar {
  background: #767676;
  color: #fff;
  font-size: 14px;
  height: 50px;
  display: flex;
  width: 100%;
	
	position: sticky;
	top:0;
	z-index:1000;
}

.container-bar {
  width: 100%;
  max-width: 1122px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-social {
  display: flex;
  gap: 1rem;
}

.contact-social .email {
  display: flex;
  align-items: center;
  gap: 6px;
  border-right: 2px solid #C7C7C7;
  padding-right: 1rem;
  font-size: 14px;
  line-height: 14px;
}

.social-icons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}

.social-icons a {
  color: #fff;
  height: fit-content;
  align-self: end;
}

.social-icons .social-link .svg-icon {
  color: #ffffff;
  align-self: center;
  display: block;
}

.svg-icon path {
  transition: .3s ease;
}

.social-icons .social-link:hover .svg-icon path {
  fill: #434343 !important;
}

.contact-social .email,
.contact-social .email svg {
  color: #ffffff !important;
}

/* ========== BUSCA ========== */
.search-lang {
  display: flex;
  gap: 8px;
  align-items: center;
}

.search-container {
  position: relative;
  width: 300px;
}

.pesquisa-topo-menu {
  width: 100%;
  height: 30px;
  font-size: 12px;
  border: none !important;
  border-radius: 4px !important;
  background: #9F9F9F;
  color: #fff;
}

.search-lang input::placeholder {
  color: #fff;
}

.search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff !important;
    padding: 0 !important;
  cursor: pointer;
}

.search-icon button{
	padding:0;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.search-lang select {
  padding: 5px;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  background: #9F9F9F;
  width: 48px;
  height: 30px;
  font-size: 1rem;
}

/* ========== GOOGLE TRANSLATE ========== */
.gtcontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 48px;
  position: relative;
}

.gt_float_switcher {
  border-radius: 4px !important;
  box-shadow: none !important;
  width: 48px !important;
  position: absolute;
  top: 0;
  left: 0;
  background: none !important;
}

.gt_float_switcher img {
  display: none !important;
}

a[data-gt-lang="en"], a[data-gt-lang="pt"], a[data-gt-lang="es"] {
  font-size: 0;
}

a[data-gt-lang="en"]::after {
  content: "EN";
  font-size: 1rem;
  font-family: "Poppins";
}

a[data-gt-lang="pt"]::after {
  content: "PT";
  font-size: 1rem;
  font-family: "Poppins";
}

a[data-gt-lang="es"]::after {
  content: "ES";
  font-size: 1rem;
  font-family: "Poppins";
}

.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 3px 4px !important;
  color: #ffffff !important;
  font-size: 1rem !important;
  font-family: "Poppins" !important;
  font-weight: 500 !important;
}

.gt_float_switcher .gt-selected {
  position: relative;
  z-index: 888;
  cursor: pointer;
  text-transform: uppercase;
  overflow: hidden;
  background: #9F9F9F !important;
  color: #ffffff !important;
  border-radius: 4px;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow svg {
  color: #ffffff !important;
}

.gt_float_switcher .gt_options.gt-open {
  margin-top: 14px !important;
  background: #9f9f9f !important;
  border-radius: 4px 4px 0 0;
  padding-top: 6px;
}

.gt_float_switcher .gt_options a {
  padding: 0px 8px !important;
}

.gt_float_switcher .gt_options a:hover {
  background-color: #76777a;
}

/* ========== MAIN MENU ========== */
.main-menu {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  height: 100px;
  display: flex;
	
	 position: sticky;
	top:50px;
	z-index:999;
}

@media (max-width:768px){
	.main-menu{
		top:45px;
	}
}

.container-menu {
  max-width: 1122px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  max-height: 45px;
}

/* ========== MENU PRINCIPAL DESKTOP ========== */
.nav-links {
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-links .menu {
  display: flex;
  list-style: none;
  gap: 25px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.menu-item-dropdown {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropdown-trigger {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: #77787B;
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 2px;
  background-color: #00AF55;
  transition: transform 0.3s ease;
}

.nav-links a:hover {
  color: #00AF55;
}

.nav-links .link:hover::after {
  transform: translateX(-50%) scaleX(1);
}

/* ========== SUBMENU DESKTOP ========== */
.has-dropdown {
  position: static;
}

.solucoes-dropdown {
  position: absolute;
  top: 10px;
  left: 100%;
  right: 0;
  transform: translate(-100%, 80px) !important;
  border-top: 1px solid #76767625;
  width: 100vw;
  background: #F7F7F7;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
  padding: 30px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
  pointer-events: none;
}

.menu-item-dropdown:hover .solucoes-dropdown,
.menu-item-dropdown:focus-within .solucoes-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-100%, 90px) !important;
  pointer-events: auto;
}

.dropdown-inner {
  max-width: 1088px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dropdown-inner ul {
  list-style: none;
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  width: 100%;
}

.dropdown-inner li a {
  color: #77787B;
  text-decoration: none;
  padding: 8px 0;
  font-weight: 500;
  display: inline-block;
  white-space: nowrap;
  transition: all .3s ease;
}

.dropdown-inner li a:hover {
  color: #00AF55;
  transform: scale(1.05);
}

/* ========== BOTÕES DESKTOP ========== */
.menu-buttons {
  display: flex;
  gap: 1rem;
}

.menu-buttons .btn {
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  margin-left: 10px;
  transition: 0.3s ease;
  display: inline-block;
}

/* ========== MENU MOBILE ========== */

/* Botão hamburguer */
.menu-mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 1001;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

/* Linhas do hamburguer */
.hamburger-line {
  width: 22px;
  height: 2px;
  background-color: #77787B !important;
  background: #77787B !important;
  margin: 4px 0;
  transition: all 0.3s ease;
  transform-origin: center center;
  border-radius: 1px;
  position: relative;
}

/* Força cor cinza em TODOS os estados possíveis */
.menu-mobile-toggle .hamburger-line,
.menu-mobile-toggle:hover .hamburger-line,
.menu-mobile-toggle:focus .hamburger-line,
.menu-mobile-toggle:active .hamburger-line,
.menu-mobile-toggle.active .hamburger-line,
.menu-mobile-toggle.active:hover .hamburger-line,
.menu-mobile-toggle.active:focus .hamburger-line,
.menu-mobile-toggle.active:active .hamburger-line,
button .hamburger-line,
[type=button] .hamburger-line {
  background-color: #77787B !important;
  background: #77787B !important;
  color: #77787B !important;
  border-color: #77787B !important;
}

/* Animação do hamburguer para X - VERSÃO PADRÃO */
.menu-mobile-toggle.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(-30px, -28px);
  background-color: none!important;
  background: none !important;
}

.menu-mobile-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.menu-mobile-toggle.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(42px, -44px);
  background-color: none!important;
  background: none !important;
}

/* Especificidade máxima para vencer WordPress */
html body .main-menu .container-menu button.menu-mobile-toggle .hamburger-line,
html body .main-menu .container-menu button.menu-mobile-toggle:hover .hamburger-line,
html body .main-menu .container-menu button.menu-mobile-toggle:focus .hamburger-line,
html body .main-menu .container-menu button.menu-mobile-toggle:active .hamburger-line,
html body .main-menu .container-menu button.menu-mobile-toggle.active .hamburger-line,
html body .main-menu .container-menu button.menu-mobile-toggle.active:hover .hamburger-line,
html body .main-menu .container-menu button.menu-mobile-toggle.active:focus .hamburger-line {
  background-color: #77787B !important;
  background: #77787B !important;
}

/* Overlay */
.nav-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.nav-mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Container menu mobile */
.nav-mobile {
  position: fixed;
  top: 0;
  right: -100%;
  width: 320px;
  max-width: 85vw;
  height: 100vh;
  background: #fff;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1000;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 70px 0 30px 0;
}

.nav-mobile.active {
  right: 0;
}

/* Header do menu mobile */
.nav-mobile-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: linear-gradient(135deg, #f8f8f8 0%, #f0f0f0 100%);
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.nav-mobile-logo img {
  max-height: 35px;
  transition: transform 0.2s ease;
}

.nav-mobile-logo img:hover {
  transform: scale(1.05);
}

/* Esconde o botão X interno */
.nav-mobile-close {
  display: none !important;
}

/* Busca mobile */
.nav-mobile-search {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
  background: #fafafa;
}

.nav-mobile-search input {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #fff;
  box-sizing: border-box;
}

.nav-mobile-search input:focus {
  outline: none;
  border-color: #00AF55;
  box-shadow: 0 0 0 3px rgba(0, 175, 85, 0.1);
  transform: translateY(-1px);
}

.nav-mobile-search input::placeholder {
  color: #999;
}

/* Menu mobile */
.nav-mobile .mobile-menu {
  list-style: none;
  margin: 0;
  padding: 15px 0;
}

.nav-mobile .mobile-menu-item {
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}

.nav-mobile .mobile-menu-item:last-child {
  border-bottom: none;
}

.nav-mobile .mobile-menu-item > a {
  display: block;
  padding: 18px 20px;
  color: #77787B;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.nav-mobile .mobile-menu-item > a:hover,
.nav-mobile .mobile-menu-item > a:focus {
  color: #00AF55;
  background: rgba(0, 175, 85, 0.08);
  padding-left: 25px;
}

.nav-mobile .mobile-menu-item > a:focus {
  outline: none;
  box-shadow: inset 3px 0 0 #00AF55;
}

/* Submenu mobile */
.mobile-submenu {
  background: linear-gradient(135deg, #f8f8f8 0%, #f2f2f2 100%);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-left: 3px solid transparent;
}

.mobile-menu-item.has-submenu.active .mobile-submenu {
  max-height: 350px;
  border-left-color: #00AF55;
}

.mobile-submenu a {
  display: block;
  padding: 14px 35px;
  color: #77787B;
  text-decoration: none;
  font-weight: 500;
  text-transform: none;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
}

.mobile-submenu a:last-child {
  border-bottom: none;
}

.mobile-submenu a:hover,
.mobile-submenu a:focus {
  color: #00AF55;
  padding-left: 40px;
  background: rgba(0, 175, 85, 0.05);
}

.mobile-submenu a:focus {
  outline: none;
  box-shadow: inset 2px 0 0 #00AF55;
}

/* Ícone dropdown */
.mobile-dropdown-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  transition: transform 0.3s ease;
  color: #00AF55;
  font-weight: bold;
}

.mobile-menu-item.has-submenu.active .mobile-dropdown-icon {
  transform: translateY(-50%) rotate(180deg);
}

/* Botões mobile */
.nav-mobile-buttons {
  padding: 25px 20px 20px;
  border-top: 2px solid #f0f0f0;
  background: #fafafa;
}

.nav-mobile-buttons .btn-mobile {
  display: block;
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 12px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.nav-mobile-buttons .btn-mobile:last-child {
  margin-bottom: 0;
}

.nav-mobile-buttons .btn-mobile.btn-demo {
  background: linear-gradient(135deg, #00AF55 0%, #008f46 100%);
  color: #fff;
  /*box-shadow: 0 4px 15px rgba(0, 175, 85, 0.3);*/
}

.nav-mobile-buttons .btn-mobile.btn-demo:hover {
  background: linear-gradient(135deg, #008f46 0%, #007a3d 100%);
  transform: translateY(-2px);
  /*box-shadow: 0 6px 20px rgba(0, 175, 85, 0.4);*/
}

.nav-mobile-buttons .btn-mobile.btn-login {
  background: #E3980A;
  color: #fff;
  /*border: 2px solid #e0e0e0;*/
}

.nav-mobile-buttons .btn-mobile.btn-login:hover {
  /*border-color: #00AF55;*/
  color: #fff;
  background: #B1770B;
  transform: translateY(-1px);
}

.nav-mobile-buttons .btn-mobile:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 175, 85, 0.3);
}

/* ========== ANIMAÇÕES ========== */
@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/* ========== SCROLLBAR PERSONALIZADA ========== */
.nav-mobile::-webkit-scrollbar {
  width: 6px;
}

.nav-mobile::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.nav-mobile::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.nav-mobile::-webkit-scrollbar-thumb:hover {
  background: #00AF55;
}

/* ========== RESPONSIVO ========== */
@media (max-width: 1024px) {
  .nav-links,
  .menu-buttons {
    display: none;
  }
  
  .menu-mobile-toggle {
    display: flex;
  }
  
  .container-menu {
    position: relative;
  }
  
  .search-container,
  .idioma {
    display: none;
  }
  
  .contact-social a span {
    display: none;
  }
  
  .has-dropdown:hover .solucoes-dropdown {
    display: none !important;
  }
  
  body.menu-mobile-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .nav-mobile {
    width: 300px;
  }
  
  .top-bar {
    height: 45px;
  }
  
  .main-menu {
    height: 75px;
  }
  
  .search-container {
    display: none;
  }
  
  .social-icons {
    gap: 6px;
  }
  
  .nav-mobile .mobile-menu-item > a {
    padding: 16px 18px;
    font-size: 14px;
  }
  
  .mobile-submenu a {
    padding: 12px 30px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .nav-mobile {
    width: 100%;
    max-width: 100vw;
  }
  
  .nav-mobile-header {
    height: 60px;
  }
  
  .nav-mobile {
    padding: 60px 0 20px 0;
  }
  
  .nav-mobile-buttons .btn-mobile {
    padding: 12px 15px;
    font-size: 13px;
  }
}

/* BTN Elementor (se necessário) */
selector.btn .elementor-button {
  width: 128px;
  height: 48px;
  border-radius: 6px;
  position: relative;
}

selector .btn .elementor-button .elementor-button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(190%, -50%);
  opacity: 0;
  transition: .4s ease;
}

selector .btn .elementor-button .elementor-button-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: .4s ease;
}

selector .btn:hover .elementor-button-text {
  transform: translate(-55%, -50%);
}

selector .btn:hover .elementor-button-icon {
  transform: translate(250%, -50%);
  opacity: 1;
}

/* ========== HEADER FIXO CORRIGIDO ========== */


/* Fixação segura e independente */
/* 
.top-bar {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transform: none !important;
  transition: none !important;
  will-change: auto !important; 
	
}*/
/* .main-menu.is-fixed {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  
}
 */
/* .top-bar {
  transition: transform 0.3s ease;
}

.top-bar.hide-top-bar {
  transform: translateY(-100%);
}

.top-bar.show-top-bar {
  transform: translateY(0);
}
 */
