@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Darker+Grotesque:wght@300..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Sora:wght@100..800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "sora", sans-serif;
}

#mobile-menu {
  display: none;
}
.social-menu-mobile {
  display: flex;
  background-color: #333333;
  height: 5vh;
}
.social-menu-mobile-content {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}

.redes-sociais {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
}

#menu-mobile {
  height: 0vh;
  width: 100%;
  background-color: #eeeeee;
  display: block;
  position: absolute;
  transition: 0.5s ease;
  visibility: hidden;
  overflow-y: hidden;
  z-index: 9999;
}

.logo-toggle {
  display: flex;
  justify-content: space-between;
  width: 95%;
  height: 6vh;
  margin: auto;
}

#btn-mobile {
  display: flex;
  padding: 0.5rem 1rem;
  font-size: 16px;
  border: none;
  background: none;
  cursor: pointer;

  position: relative;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
}

#hamburguer {
  display: block;
  border-top: 3px solid;
  width: 24px;
  color: #333333;
}

#hamburguer::after,
#hamburguer::before {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background-color: currentColor;
  margin-top: 5px;
  position: relative;
  transition: 0.4s ease;
}

#menu-mobile.active {
  height: 89vh;
  visibility: visible;

  /* overflow-y: auto; */
}

#menu-mobile.active #hamburguer {
  border-top-color: transparent;
}
#menu-mobile.active #hamburguer::before {
  transform: rotate(135deg);
}
#menu-mobile.active #hamburguer::after {
  transform: rotate(-135deg);
  top: -7px;
}

.logo-mobile-link {
  display: flex;
}

.logo-menu-mobile {
  max-width: 144px;
  height: auto;
}

.menu {
  padding: 28px 28px 28px 28px;
}

.dropdown {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-weight: bold;
  list-style: none;
}

.pro,
.serv,
.sobre {
  position: relative;
  cursor: pointer;
}

.pro::after,
.serv::after,
.sobre::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 3px solid;
  border-right: 3px solid;
  border-color: #333333;
  position: absolute;
  right: -20px;
  top: 5px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.dropdown-submenu-link {
  display: flex;
  /* align-items: center; */
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  gap: 8px;
  cursor: pointer;
}

.arrow-submenu-link img {
  width: 20px;
  height: auto;
}

.dropdown-submenu,
.dropdown-gerenciamento {
  display: none;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  background-color: #eeeeee;
  width: 100%;
  height: 100vh;
  z-index: 3;
  padding: 42px 28px;
  top: 0;
  left: 0;
  list-style: none;
}

.dropdown-gerenciamento-titulo {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dropdown-gerenciamento-titulo .drop-subtitulo {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.drop-description {
  font-size: 14px;
  font-weight: 400;
}

.saiba-mais {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #f37022;
}

.dropdown-gerenciamento-item {
  display: flex;
  gap: 16px;
  text-decoration: none;
  background-color: #e5e5e5;
  padding: 18px;
  width: 90%;
  border-radius: 8px;
}

.dropdown-gerenciamento-item img {
  width: 30px;
  height: 24px;
}

.gerenciamento-item-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.title-item {
  font-size: 14px !important;
  font-weight: 500;
  color: #333333 !important;
  margin: 0;
}

.title-item::after {
  content: url(https://www.brandconnect.com.br/clientes/docwise/wp-content/uploads/2025/01/arrow-right-menu-mobile.svg);
  margin-left: 8px;
}

.description-item {
  font-size: 14px;
  font-weight: 300;

  color: #808080;
}

.dropdown-gerenciamento {
  z-index: 4;
}

#fullScreenBoxGerenciamento {
  position: absolute;
  top: 0;
  left: 0;
}
.dropdown-submenu-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
}

.dropdown-submenu-item .menu-title {
  text-decoration: none;
  color: #333333;
  font-size: 18px;
  margin: 0;
}

.voltar {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  color: #f37022;
  /* position: absolute; */
  top: 16px;
  left: 16px;
  cursor: pointer;
}

.voltar svg {
  transform: rotate(180deg);
  width: 20px;
  height: 20px;
  fill: #f37022;
}

.line {
  display: block;
  height: 1px;
  width: 95%;
  margin: auto;
  background-color: #33333371;
}

.botoes {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 95%;
  margin: auto;
  padding: 24px 0;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}

.btn {
  font-size: 18px;
  font-weight: bold;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  color: #eeeeee;
  background: linear-gradient(258deg, #f37022 0%, #be4700 100%);
}

.btn-secundario {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 24px;
  text-align: center;
  border-radius: 10px;
  color: #eeeeee !important;
  background-color: #333333 !important;
}

/* BARRA DE PESQUISA */

/* Container para centralizar e responsividade */
.search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
  width: 95%;
  box-sizing: border-box;
  border-bottom: 1px solid #cdcdcd;
  background-color: #f0f0f0;
  margin: auto;
}

/* Envolve o campo de entrada e botão */
.search-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Campo de entrada */
input[type="search"] {
  flex: 1;
  padding: 16px 24px;
  border: none;
  font-size: 16px;
  outline: none;
  background-color: #dfdfdf;
}

/* Placeholder */
input[type="search"]::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

/* Botão de envio */
.search-btn {
  background: #dfdfdf !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 16px 16px !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Ícone SVG no botão */
.search-btn svg {
  fill: #333;
  height: 24px;
  width: 24px;
  transition: fill 0.3s ease;
}

/* Rótulo acessível oculto */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contato {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 95%;
  margin: auto;
  padding: 24px 0;
}

.contato-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  text-decoration: none;
  color: #333333;
}

@media (max-width: 1024px) {
  #mobile-menu {
    display: block;
  }
}
