div#hs_cos_wrapper_module_169472814718750 {
  position: absolute;
  width: 100%;
  background: transparent;
}
#myHeader {
    background-color: transparent;
    color: #fff;
    padding: 20px;
    background: #fff;
   position: relative;
   top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all ease .3s;
  background: transparent;
}

.navbar {
   display: flex;
   justify-content: space-between;
   align-items: center;
   max-width: 1400px;
   margin: 0 auto;
   padding: 0 20px;
  

}

.logo img {
    height: auto;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
  align-items: center;
}

.menu li {
    margin-right: 20px;
}

.menu a, .navigation-primary a, .header li{
  text-decoration: none;
  transition: all ease .3s;
  font-size: 16px;
  {# Nuevos estilos #}
   
   color: #283044!important;
   font-size: 18px!important;
   font-family: Nunito;
   font-weight: 700!important;
   line-height: 27px;
   word-wrap: break-word
}

.menu a:hover, .navigation-primary .menu-item a:hover, .navigation-primary .menu-item a:focus {
  color: #28304480!important;
}
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}
.hs-menu-wrapper ul li a:after {
  background: transparent;
}

.resaltado {
  background-color: #f68874;
  color: #fff;
  padding: 6px 1.75rem;
  border-radius: 50px;
  {# Nuevos estilos #}
   color: #EBEBEB!important;
   font-size: 18px!important;
   font-family: Nunito!important;
   font-weight: 700!important;
   line-height: 27px;
   word-wrap: break-word;
   background-color: #283044!important;
}
.bar {
    width: 30px;
    height: 4px;
    background-color: #0b547d;
    margin: 4px 0;
  transition: all ease .3s;
}

/* Estilos para dispositivos móviles */
@media screen and (max-width: 768px) {
    .menu {
        display: none;
    }
  .resaltado {
    padding: 10px 80px;
  }
    .menu-toggle {
        display: flex;
    }

    .menu-toggle.open {
        flex-direction: column-reverse;
    }

    .menu-toggle.open .bar:nth-child(1) {
        transform: translateY(-12px) rotate(-45deg);
    }

    .menu-toggle.open .bar:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.open .bar:nth-child(3) {
        transform: translateY(12px) rotate(45deg);
    }
  .open {
    display: flex;
  }
  .menu ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 70px;
    background: #fff;
    width: 100%;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    padding: 30px 0;
  }
  .hs-menu-wrapper ul li {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .logo img {
    max-width: 150px;
  }
}