#header-mobile {
  display: none;
}
.no-transition {
  position: sticky !important;
  top: 0 !important;
}
.header {
  height: 58px;
  display: flex;
  z-index: 19999;
}
.header .menu-area {
  width: 50%;
}
.header .menu-area ul {
  text-wrap: nowrap;
  list-style: none;
  display: flex;
  gap: 6%;
  justify-content: space-evenly;
  align-items: center;
}
.header .menu-area ul li a {
  font-size: 15px;
  font-family: "avertastd-lightuploaded_file";
  text-decoration: none;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000;
}
.header .menu-area .cta-franquia {
  padding: 6px 10px;
  background-color: #950054;
  border-radius: 10px;
}
.header .logo-area {
  width: 112px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.header .search-bar-area {
  margin-left: 90px;
  justify-content: flex-end;
  align-items: center;
}
.header .search-bar-area .abre-loja-button {
  list-style: none;
  margin-right: 10px;
  display: none;
}
.header .search-bar-area .desktop-view {
  border: 1.1px solid #00031b;
  border-radius: 5px;
  position: relative;
  height: 27px;
  display: flex !important;
  padding-left: 7px;
  align-items: center;
  width: 80%;
  margin-right: 68px;
}
.header .search-bar-area .desktop-view input {
  border: 0;
  margin: 0;
  outline: none;
  border-radius: 5px;
  color: #00031b;
  width: 160px;
  font-size: 13px;
  font-family: "avertastd-regularuploadedfile";
  background-color: transparent;
  align-items: center;
}
.header .search-bar-area .desktop-view input::placeholder {
  overflow: unset;
}
.header .search-bar-area .desktop-view button {
  background-image: url(/wp-content/themes/almeida/images/lupa_barra.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  color: #000;
  height: 21px;
  border: 0;
  cursor: pointer;
  width: 30px;
  margin-left: 7px;
  margin-top: 2px;
}
.header .search-bar-area .mobile-view {
  border: 1.1px solid #00031b;
  border-radius: 5px;
  position: absolute;
  height: 32px;
  display: flex;
  align-items: center;
  width: 53%;
  margin-top: 2px;
}
.header .search-bar-area .mobile-view input {
  border: 0;
  width: 100%;
  outline: none;
  border-radius: 5px;
  color: #00031b;
  font-size: 8px;
  font-family: "avertastd-regularuploadedfile";
  background-color: transparent;
  margin: 0 0 0 2px;
  position: absolute;
  opacity: 0;
  transition: 0.3s ease all;
}
.header .search-bar-area .mobile-view button {
  background-image: url(/wp-content/themes/almeida/images/lupa_barra.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  color: #000;
  position: absolute;
  right: 0;
  bottom: 2px;
  height: 21px;
  border: 0;
  cursor: pointer;
  width: 25px;
}
.header .search-bar-area .mobile-view.exibir-input input {
  opacity: 1 !important;
}
.header .search-bar-area .mobile-view:not(.exibir-input) {
  border-color: transparent;
}
.header .search-bar-area .cta-franquia {
  padding: 6px 8px;
  background-color: #950054;
  text-decoration: none;
  border-radius: 10px;
}
.header .search-bar-area .menu-buttom button {
  background-image: url(/wp-content/themes/almeida/images/Hamburguer.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  height: 30px;
  border: 0;
  cursor: pointer;
  width: 30px;
}
.header.exibir-menu {
  background-color: #fff;
}
.main_menu {
  transition: 0.5s ease;
  z-index: 11111;
  flex-direction: column;
  width: 32%;
  padding: 2em;
  align-items: center;
  display: flex;
  position: fixed;
  right: -105%;
  background: #ffffff;
  box-shadow: -4px 5px 4px #0000001a;
  height: 400px;
  justify-content: end;
  top: 0;
}
.main_menu .container_menu {
  padding-right: 46px;
}
.main_menu .container_menu ul {
  margin-bottom: 0;
}
.main_menu .container_menu ul li {
  list-style: none;
  cursor: pointer;
}
.main_menu .container_menu ul li a {
  text-decoration: none;
  color: #00031b;
  margin-bottom: 16px;
  font-family: "avertastd-regularuploadedfile";
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
}
.main_menu .container_menu a:hover {
  background-color: #0000002e;
  border-radius: 4px;
  transition: 0.3s ease;
}
.tela-menu {
  z-index: 9999;
  background-color: #00000079;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  opacity: 0;
  display: none;
  position: fixed;
  top: 0;
}
.tela-menu.exibir-menu {
  display: block;
  opacity: 1;
}
.main_menu.exibir-menu {
  right: 0 !important;
}
#header-desktop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s ease;
  background-color: #fff;
}
.admin-bar #header-desktop,
.admin-bar #header-desktop.sticky {
  top: 32px !important;
}
#header-desktop.sticky {
  position: fixed;
  top: 0 !important;
  background: #ffffff;
  transition: 0.3s ease;
  width: 100%;
  display: flex;
  align-items: center;
}
#busca-mobile {
  width: 135px;
  margin-top: 0;
  display: none;
  padding-right: 0;
}
.exibir-input #busca-mobile {
  display: block;
}
.top-testeira {
  top: 35px !important;
}
.menu-shadow {
  box-shadow: 0.8439560533px 3.375824213px 8.4395608902px #0000001a;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .header .logo-area {
    padding-right: 12px;
  }
  .header .menu-area ul {
    padding-left: 0;
    gap: 5%;
    justify-content: flex-start;
  }
  .header .search-bar-area {
    margin-left: 0;
  }
  .header .search-bar-area .desktop-view {
    margin-right: 20px;
  }
  .main_menu .container_menu,
  .main_menu .container_menu ul {
    padding: 0;
  }
  #header-mobile.sticky {
    position: fixed;
    top: 0;
    background: #ffffff;
    transition: 0.3s ease;
    height: 56px;
  }
  #header-mobile.sticky .menu-area {
    display: none;
  }
  .header {
    padding: 0 10px;
    display: flex;
    align-items: center;
    position: fixed;
    flex: 3;
  }
  .header .menu-area {
    display: none;
  }
  .header .logo-area {
    margin-left: 10px;
  }
  .header .search-bar-area {
    margin-left: 0;
    flex: 3;
    align-self: center;
    align-items: center;
    width: 11%;
    height: 40px;
  }
  .header .search-bar-area .abre-loja-button {
    display: flex;
  }
  .header .search-bar-area .desktop-view {
    display: none !important;
    border: none;
    border-radius: 0;
  }
  .header .search-bar-area .desktop-view input {
    opacity: 0;
    position: absolute;
  }
  .header .search-bar-area .mobile-view {
    margin: 0;
    display: flex !important;
    width: auto;
    position: static;
  }
  .header .search-bar-area .mobile-view input {
    font-size: 10px;
  }
  .header .search-bar-area .mobile-view input,
  .header .search-bar-area .mobile-view button {
    position: static;
  }
  .header .search-bar-area .menu-buttom {
    margin-left: 20px;
  }
  .header-bottom-area {
    transition: background-color 0.5s, 0.3s ease;
    z-index: 1999;
    width: 100%;
    align-items: center;
    height: 58px;
  }
  .header-bottom-area .search-bar-area {
    width: 65% !important;
    padding-left: 15px;
  }
  .header-bottom-area .search-mobile input {
    font-size: 10px !important;
  }
  .header-bottom-area .menu-buttom {
    margin-left: 6px !important;
  }
  .header-bottom-area .search-bar-area .search {
    border: none;
    margin: 0;
  }
  .header-bottom-area .search-bar-area .search button {
    background-size: contain;
    color: #000;
    position: absolute;
    right: 4px;
    bottom: 5px;
    align-items: center;
    border: 0;
    cursor: pointer;
    height: 18px;
    width: 18px;
  }
  .header-bottom-area input {
    display: none;
  }
  .main_menu {
    z-index: 11111;
    align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 765px) {
  .admin-bar #header-desktop,
  .admin-bar #header-desktop.sticky {
    top: 46px !important;
  }
  #header-mobile.sticky {
    position: fixed;
    top: 0;
    background: #ffffff;
    transition: 0.3s ease;
    height: 56px;
  }
  #header-mobile.sticky .menu-area {
    display: none;
  }
  .header {
    padding: 0 10px;
    display: flex;
    align-items: center;
    position: fixed;
    flex: 3;
  }
  .header .menu-area {
    display: none;
  }
  .header .logo-area {
    margin-left: 10px;
  }
  .header .search-bar-area {
    margin-left: 0;
    flex: 3;
    align-self: center;
    align-items: center;
    width: 11%;
    height: 40px;
  }
  .header .search-bar-area .abre-loja-button {
    display: flex;
  }
  .header .search-bar-area .desktop-view {
    display: none !important;
    border: none;
    border-radius: 0;
  }
  .header .search-bar-area .desktop-view input {
    opacity: 0;
    position: absolute;
  }
  .header .search-bar-area .mobile-view {
    margin: 0;
    display: flex !important;
    width: auto;
    position: static;
  }
  .header .search-bar-area .mobile-view input {
    font-size: 10px;
  }
  .header .search-bar-area .mobile-view input,
  .header .search-bar-area .mobile-view button {
    position: static;
  }
  .header .search-bar-area .mobile-view button {
    background-position: center;
  }
  .header .search-bar-area .menu-buttom {
    margin-left: 5px;
  }
  .header-bottom-area {
    transition: background-color 0.5s, 0.3s ease;
    z-index: 1999;
    width: 100%;
    align-items: center;
    height: 58px;
  }
  .header-bottom-area .search-bar-area {
    width: 65% !important;
    padding-left: 15px;
  }
  .header-bottom-area .search-mobile input {
    font-size: 10px !important;
  }
  .header-bottom-area .menu-buttom {
    margin-left: 6px !important;
  }
  .header-bottom-area .search-bar-area .search {
    border: none;
    margin: 0;
  }
  .header-bottom-area .search-bar-area .search button {
    background-size: contain;
    color: #000;
    position: absolute;
    right: 4px;
    bottom: 5px;
    align-items: center;
    border: 0;
    cursor: pointer;
    height: 18px;
    width: 18px;
  }
  .header-bottom-area input {
    display: none;
  }
  .main_menu {
    z-index: 11111;
    align-items: center;
    width: 100%;
  }
}