.custom-hero-title {
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  color: #ff4d4f;
  margin-left: 1rem;
}

.rakiet-banner-wrapper {
  padding: 1rem 2rem 4rem 2rem !important; /* top menor, bottom mantém */
  background-color: #ff3c00;
  background-size: cover;
  background-position: center;
  color: white;
  border-radius: 0 0 2rem 2rem;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}


.rakiet-location-wrapper {
  max-width: 600px;
  text-align: left;
}

.rakiet-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #ffffff;
}

.rakiet-searchbar {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.35rem;
  background-color: #fff;
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-height: 58px;
  width: min(100%, 540px);
}

.rakiet-icon {
  font-size: 0.95rem;
  margin-right: 0.4rem;
  color: #999;
  display: flex;
  align-items: center;
}

.rakiet-input-wrapper {
  flex: 1;
  min-width: 0;
}

.rakiet-input-wrapper > * {
  width: 100%;
}

.rakiet-searchbar .component-auto-complete-wrap,
.rakiet-searchbar .component-auto-complete-row {
  width: 100%;
}

.rakiet-searchbar .component-auto-complete-row {
  gap: 0.35rem;
}

.rakiet-native-autocomplete {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  z-index: 5;
}

.rakiet-location-input {
  width: 100%;
  height: 38px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #222;
  font-size: 0.95rem;
  padding: 0 2rem 0 0.25rem;
}

.rakiet-location-input::placeholder {
  color: #777;
  opacity: 1;
}

.rakiet-clear-input {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #777;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
}

.rakiet-location-results {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: -2.25rem;
  right: -4.75rem;
  z-index: 9999;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.rakiet-location-results button {
  display: block;
  width: 100%;
  border: 0;
  background: #fff;
  color: #222;
  text-align: left;
  padding: 0.85rem 1rem;
  cursor: pointer;
}

.rakiet-location-results button:hover {
  background: #f6f7f9;
}

.rakiet-searchbar .width_87,
.rakiet-searchbar .search-geocomplete {
  width: auto !important;
  flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
}

.rakiet-searchbar .search-geocomplete {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.rakiet-searchbar .search-geocomplete input {
  height: 34px;
  font-size: 0.95rem;
  text-indent: 6px;
  padding: 0;
}

.rakiet-searchbar .search-geocomplete .icon,
.rakiet-searchbar .search-geocomplete .icon-remove {
  display: none;
}

.rakiet-searchbar .el-input__wrapper {
  padding: 2px 6px !important;
  min-height: 34px !important;
  background: transparent !important;
  box-shadow: none !important;
}

.rakiet-searchbar .el-input__inner {
  font-size: 0.95rem !important;
}

.rakiet-suffix-actions {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  flex: 0 0 auto;
  position: relative;
  z-index: 6;
}

.rakiet-suffix-actions .btn-link {
  padding: 0;
  display: flex;
  align-items: center;
}

.rakiet-suffix-actions .btn-green {
  width: 38px !important;
  height: 38px !important;
  font-size: 0.9rem !important;
  margin-left: 0 !important;
}

.rakiet-searchbar .flex-enabled-locate {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  flex: 0 0 auto;
  padding-left: 0.25rem;
}

.rakiet-search-btn {
  background-color: #ff3c00;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  cursor: pointer;
}

.el-input__wrapper:focus-within,
.el-input__wrapper input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.home-search-wrap .btn-green,
.flex-enabled-locate .btn-green {
  display: flex !important;
}


.el-input__wrapper,
.el-input__inner,
.el-input,
.el-autocomplete {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
  height: auto !important;
}

/* Responsivo */
@media (max-width: 768px) {
  .rakiet-banner-wrapper {
    padding: 2rem 1rem;
  }

  .rakiet-location-wrapper {
    max-width: 100%;
  }

  .rakiet-title {
    font-size: 1.6rem;
  }

  .rakiet-searchbar {
    flex-direction: row;
    gap: 0.25rem;
    padding: 0.25rem 0.55rem;
    min-height: 52px;
  }

  .rakiet-icon {
    font-size: 0.85rem;
  }

  .rakiet-searchbar .search-geocomplete input {
    font-size: 0.85rem;
    height: 32px;
  }

  .rakiet-searchbar button.btn.btn-green {
    width: 38px !important;
    height: 38px !important;
    font-size: 0.9rem !important;
  }

  .rakiet-searchbar .el-input__wrapper {
    padding: 0 4px !important;
    height: 32px !important;
    font-size: 0.85rem !important;
  }

  .rakiet-searchbar .el-input__inner {
    font-size: 0.85rem !important;
  }
}

@media (max-width: 575.98px) {
  .rakiet-searchbar {
    flex-wrap: wrap;
    padding: 0.4rem 0.55rem;
  }

  .rakiet-icon {
    margin-right: 0.35rem;
  }

  .rakiet-input-wrapper {
    width: calc(100% - 48px);
    flex: 1 1 auto;
  }

  .rakiet-searchbar .component-auto-complete-row {
    flex-wrap: nowrap;
  }

  .rakiet-searchbar .flex-enabled-locate {
    width: auto;
    margin-left: auto;
  }

  .rakiet-searchbar .search-geocomplete input {
    width: 100%;
  }
}

.lottie-bg {
  position: absolute;
  right: 2%;
  bottom: 0;
  width: 600px;
  max-height: 100%;
  z-index: 1;
  pointer-events: none;
  display: block;
}

@media (max-width: 991px) {
  .lottie-bg {
    display: none !important;
  }
}

.rakiet-banner-wrapper {
  position: relative;
  padding: 6rem 2rem; /* aumenta a altura */
  min-height: 400px;
}

.rakiet-location-wrapper {
  position: relative;
  z-index: 1;
}
.rakiet-banner-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
  background-color: #ff3c00;
  background-size: cover;
  background-position: center;
  color: white;
  border-radius: 0 0 2rem 2rem;
  min-height: 500px; /* altura maior aqui */
}

@media (max-width: 768px) {
  .rakiet-banner-wrapper {
    padding: 2rem 1rem;
    min-height: 300px; /* altura reduzida para mobile */
  }
}



.rakiet-searchbar button.btn.btn-green {
  background-color: #ff3c00 !important;
  color: white !important;
  border: none !important;
  border-radius: 50% !important;
  width: 42px !important;
  height: 42px !important;
  font-size: 0.95rem !important;
  padding: 0 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  flex-shrink: 0 !important;
  margin-left: 0.5rem !important;
}

/* Garantir responsividade para telas bem pequenas */
@media (max-width: 420px) {
  .rakiet-searchbar button.btn.btn-green {
    width: 40px !important;
    height: 40px !important;
    font-size: 0.95rem !important;
    margin-left: 0.25rem !important;
  }
}
.flex-enabled-locate .btn-green {
  background-color: #ff3c00 !important;
  color: white !important;
  border: none !important;
  border-radius: 50% !important;
  width: 42px !important;
  height: 42px !important;
  font-size: 0.95rem !important;
  padding: 0 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  margin-left: 0.5rem !important;
  flex-shrink: 0 !important;
}

@media (max-width: 420px) {
  .flex-enabled-locate .btn-green {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.9rem !important;
    margin-left: 0.25rem !important;
  }
}

#main-search-banner {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

#vm_home_search > .d-block.d-lg-none {
  display: none !important;
}

#vm_home_search {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Força substituição da cor verde padrão (#67c23a) por vermelho */
.el-button--success,
.el-tag--success,
.el-radio-button__inner,
.el-radio__input.is-checked + .el-radio__label,
.el-checkbox.is-checked + .el-checkbox__label {
  background-color: #ff3c00 !important;
  border-color: #ff3c00 !important;
  color: white !important;
}

.text-success,
.el-tag--success {
  color: #ff3c00 !important;
}

.el-button--success:hover {
  background-color: #e33600 !important;
  border-color: #e33600 !important;
}

.el-message--success,
.el-tag--success,
.el-badge--success,
.el-notification--success,
.el-button--success,
.el-progress__text,
.el-progress-bar__inner,
.el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #ff3c00 !important;
  border-color: #ff3c00 !important;
  color: white !important;
}

/* Home location search */
.rakiet-banner-wrapper {
  padding: 3.25rem 2rem 4.5rem !important;
}

.rakiet-location-wrapper {
  max-width: 640px;
}

.rakiet-searchbar {
  width: min(100%, 620px) !important;
  min-height: 64px;
  gap: 0.65rem;
  padding: 0.45rem 0.55rem 0.45rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 1rem;
  box-shadow: 0 18px 45px rgba(36, 20, 13, 0.14);
}

.rakiet-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  flex: 0 0 2.5rem;
  border-radius: 0.75rem;
  background: #fff4ef;
  color: #ff3c00;
  justify-content: center;
  font-size: 1.25rem;
}

.rakiet-input-wrapper {
  min-width: 0;
}

.rakiet-searchbar .search-geocomplete {
  width: 100% !important;
}

.rakiet-searchbar .component-auto-complete-row {
  gap: 0.55rem;
}

.rakiet-searchbar .rakiet-location-input {
  height: 44px;
  color: #1f1f1f;
  font-size: 1rem;
  padding: 0 2rem 0 0;
}

.rakiet-searchbar .rakiet-location-input::placeholder {
  color: #6d6d6d;
}

.rakiet-searchbar .rakiet-clear-input {
  color: #8b8b8b;
}

.rakiet-searchbar .rakiet-location-results {
  left: -4.15rem;
  right: -7rem;
  border: 1px solid #f0f0f0;
  border-radius: 0.9rem;
}

.rakiet-searchbar .rakiet-location-results button {
  font-size: 0.95rem;
  line-height: 1.35;
}

.rakiet-searchbar .rakiet-locate-btn {
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 0.75rem;
  background: #f6f7f9;
  color: #202124;
  justify-content: center;
}

.rakiet-searchbar .rakiet-locate-btn:hover {
  background: #fff0e8;
  color: #ff3c00;
}

.rakiet-searchbar .rakiet-submit-btn {
  width: auto !important;
  min-width: 112px;
  height: 46px !important;
  gap: 0.45rem;
  padding: 0 1.1rem !important;
  border-radius: 0.8rem !important;
  box-shadow: none !important;
  margin-left: 0 !important;
}

.rakiet-searchbar .rakiet-submit-label {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .rakiet-banner-wrapper {
    padding: 2rem 1rem 2.75rem !important;
  }

  .rakiet-title {
    max-width: 12em;
  }

  .rakiet-searchbar {
    min-height: 60px;
    border-radius: 0.9rem;
    padding: 0.45rem;
  }

  .rakiet-icon {
    width: 2.35rem;
    height: 2.35rem;
    flex-basis: 2.35rem;
  }

  .rakiet-searchbar .rakiet-location-input {
    height: 40px;
    font-size: 0.95rem;
  }

  .rakiet-searchbar .rakiet-submit-btn {
    min-width: 46px;
    width: 46px !important;
    padding: 0 !important;
  }

  .rakiet-searchbar .rakiet-submit-label {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .rakiet-searchbar {
    align-items: stretch;
    display: grid;
    grid-template-columns: 2.35rem minmax(0, 1fr);
    gap: 0.45rem;
  }

  .rakiet-input-wrapper {
    width: 100%;
  }

  .rakiet-searchbar .component-auto-complete-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 0.35rem;
  }

  .rakiet-searchbar .rakiet-location-results {
    left: -2.8rem;
    right: -3.1rem;
  }
}

@media (max-width: 380px) {
  .rakiet-searchbar {
    grid-template-columns: 1fr;
  }

  .rakiet-icon {
    display: none;
  }

  .rakiet-searchbar .rakiet-location-results {
    left: 0;
    right: 0;
  }
}

/* Final specificity layer for the home search card */
.rakiet-searchbar .rakiet-suffix-actions {
  gap: 0.5rem;
}

.rakiet-searchbar button.btn.rakiet-locate-btn {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  margin-left: 0 !important;
  border-radius: 0.75rem !important;
  background: #f6f7f9 !important;
  box-shadow: none !important;
  color: #202124 !important;
}

.rakiet-searchbar button.btn.rakiet-locate-btn:hover {
  background: #fff0e8 !important;
  color: #ff3c00 !important;
}

.rakiet-searchbar button.btn.btn-green.rakiet-submit-btn {
  width: auto !important;
  min-width: 116px !important;
  height: 44px !important;
  margin-left: 0 !important;
  padding: 0 1rem !important;
  border-radius: 0.75rem !important;
  background: #ff3c00 !important;
  box-shadow: none !important;
  flex-shrink: 0 !important;
}

.rakiet-searchbar button.btn.btn-green.rakiet-submit-btn:hover {
  background: #e93600 !important;
}

.rakiet-searchbar .rakiet-submit-btn .font25 {
  font-size: 1.35rem !important;
}

.rakiet-searchbar .rakiet-submit-label {
  line-height: 1;
}

.rakiet-searchbar .rakiet-location-results {
  left: -4.15rem;
  right: -7.15rem;
  max-height: 320px;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .rakiet-searchbar button.btn.btn-green.rakiet-submit-btn {
    width: 44px !important;
    min-width: 44px !important;
    padding: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .rakiet-searchbar {
    width: 100% !important;
  }

  .rakiet-searchbar button.btn.rakiet-locate-btn,
  .rakiet-searchbar button.btn.btn-green.rakiet-submit-btn {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
  }

  .rakiet-searchbar .rakiet-location-results {
    left: -2.8rem;
    right: -2.8rem;
  }
}
