#promoBanner {
  background-color: #fff5d7;
  position: sticky;
  z-index: 10;
  top: 71px;
  opacity: 0.85;
  padding-top: 5px;
  padding-bottom: 5px;
}
.discount {
  color: #d72638;
  width: unset;
  font-weight: bolder;
}

.bannerPhones {
  min-height: 40px;
}

.telLink {
  text-decoration: none;
  color: white;
}

.menuInicio {
  margin-left: 50px;
  margin-right: 0.5rem;
}
.img-destacada {
  height: 200px;
  object-fit: cover;
  width: 100%;
  object-position: center 0px;
}

.destacado {
  height: 200px;
  width: 100%;
}

.destacado-txt {
  height: 100px;
  padding: 10px;
  align-content: center;
}

.imgZig {
  max-width: 500px;
  width: 100%;
  height: auto;
}

.txtZig {
  align-content: center;
}

.callInfo {
  color: white;
  justify-content: center;
  display: flex;
  align-content: center;
}

.textJustify {
  text-align: justify;
}

/* .descubreRescate {
  background-color: #32a034;
  color: white;
  border-top-left-radius: 8px;
  padding-left: 6px;
  padding-right: 20px;
  border-top-right-radius: 38px;
}
 */
.listZig {
  margin-top: 15px;
}

/* form */

.form-container {
  background-color: #f8f9fa;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.svg-shape {
  position: relative;
  width: 100%;
}

.svg-shape svg {
  width: 100%;
}

.svg-shape-top {
  margin-top: -2rem;
}

.svg-shape-bottom {
  margin-bottom: -2rem;
}

/* fin form */

.rescate-badge {
  display: inline-block;
  background: #ffffff;
  opacity: 0.8;
  color: #2a8f2e; /* verde del texto */
  border-radius: 28px; /* esquinas redondeadas */
  padding: clamp(10px, 2vw, 20px) clamp(16px, 3vw, 32px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  line-height: 0.95;
  font-weight: 800;
  font-family: 'Inter', 'Nunito', 'Montserrat', system-ui, sans-serif;
  font-size: clamp(22px, 4.2vw, 64px);
  letter-spacing: -0.5px;
  text-wrap: balance;
}

@media (min-width: 768px) {
  .ant-modal.promoModal {
    width: 50% !important;
  }
}

@media (max-width: 476px) {
  .menuInicio {
    margin-left: 8px;
    margin-right: 0rem;
  }
  .titulo {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .imgZig {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .txtZig {
    padding-top: 15px;
  }
  .listZig {
    margin-top: 15px;
  }

  .list-cobertura {
    font-size: 14px;
  }
  .bannerPhones {
    min-height: unset;
  }
}
