.header-logo-desktop {
  background: url('/wp-content/themes/skeleton/img/logo1.png') no-repeat center center;
  width: 122px;
  height: 79px;
  margin: 0;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  border: none;
  margin-left: 0px;
 
}


.hidden-header {
  display: none;
}

.header-logo-desktop img {
  width: auto;
  height: 50px;
}

.nav-font-size .nav-link {

font-weight: 400;
font-style: Semi Bold;
font-size: 20px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;



line-height: 100%;
letter-spacing: 0%;
text-align: center;

}

.nav-items{
  margin-left: 32px;
  height: 24px;
}
.non-fixed-header {
  position: static;
}

.show-mobile.header-content-mobile {
    position: fixed;
      top: 0px;
      left: 0;
      width: 100%;
      z-index: 1000;
      background-color: #0A3C70;
      padding: 10px 20px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding-bottom:12px
}

.header-logo img {
  width: 100px;
  height: 88px;
  object-fit: contain;
  transition: height 0.2s ease;
}

/* Media query para telas 1920px */
@media (min-width: 1024px) {
  .header-fixed {
    padding: 10px 0;
    height: 100px;
    position: relative;
  }

  .header-fixed .container {
    max-width: 1920px;
    padding: 0 120px;
    display: flex;
    align-items: center;
    position: relative;
  }

  .header-logo-desktop {
    width: 122px;
    height: 79px;
    margin-left: 0;
    position: relative;
  }
  .nav-item , .nav-link {
    height: 24px;
  }

  .nav-items {
    margin-left: 75px;
    height: 24px;
    opacity: 1;
  }

  .nav-font-size {
    display: flex;
    align-items: center;
  }

  .nav-font-size .nav-item {
    display: flex;
    align-items: center;
  }

  .nav-font-size .nav-link {
    font-size: 18px;
    padding: 0 20px;
    display: flex;
    align-items: center;
  }

  .nav-link.dropdown-toggle::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 0;
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    order: -1;
  }

  .header-fixed .ms-auto {
    position: absolute;
    right: 37px;
    margin-left: 0;
    margin-right: 0;
    gap: 14px;
  }

  .btn-search1 {
    margin-right: 0;
  }
  
  .btn1 {
    margin-left: 0 !important;
  }
}
