.ya-btn-suscribirse-wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.navbar-right > .ya-btn-suscribirse-wrap,
.navbar-left > .ya-btn-suscribirse-wrap {
  height: auto;
  color: inherit;
}

.ya-btn-suscribirse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  padding: 0 18px 0 14px;
  border: none;
  border-radius: 999px;
  background: #00c6cb;
  color: #fff !important;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: none;
  box-sizing: border-box;
}

.ya-btn-suscribirse:hover,
.ya-btn-suscribirse:focus,
.ya-btn-suscribirse:focus-visible {
  background: #00b3b8;
  color: #fff !important;
  text-decoration: none !important;
}

.ya-btn-suscribirse svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.header-mobile-wrap .ya-btn-suscribirse-wrap {
  margin: 0 4px 0 0;
  position: relative;
  z-index: 2;
}

.header-mobile-wrap .ya-btn-suscribirse {
  height: 22px;
  padding: 0 8px 0 6px;
  font-size: 12px;
  gap: 3px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.header-mobile-wrap .ya-btn-suscribirse svg {
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
}

.header-mobile-wrap .mbnav {
  min-height: 52px;
}

.header-mobile-wrap .mbnav-center .navbar-left,
.header-mobile-wrap .mbnav-center .navbar-right {
  width: auto !important;
  flex: 0 0 auto !important;
}

.header-mobile-wrap .mbnav-center .navbar-center {
  width: auto !important;
  flex: 0 0 auto !important;
  justify-content: flex-end !important;
  margin-left: auto;
  padding-right: 4px;
  overflow: hidden;
}

.header-mobile-wrap .navbar-left .mobile-logo-wrap,
.header-mobile-wrap .navbar-left .logo-wrap,
.header-mobile-wrap .navbar-center .mobile-logo-wrap {
  margin-left: auto;
  margin-right: 0;
  min-width: 0;
  max-width: 100%;
}

.header-mobile-wrap .mobile-logo-wrap img,
.header-mobile-wrap .navbar-left .logo-wrap img,
.header-mobile-wrap .navbar-center .mobile-logo-wrap img {
  max-height: 36px !important;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}

@media (max-width: 1199px) {
  .logo-sec-right:has(.ya-btn-suscribirse) .search-form-inner {
    min-width: 220px;
  }
}

@media (max-width: 360px) {
  .header-mobile-wrap .ya-btn-suscribirse {
    width: 22px;
    height: 22px;
    padding: 0;
  }

  .header-mobile-wrap .ya-btn-suscribirse-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
}
