#sect-oferta {
  padding: 50px 20px;
  padding-top: 0;
}
#sect-oferta .oferta--main {
  font-size: clamp(14px, 1.4vw, 24px);
  text-align: center;
  color: rgba(81, 133, 197, 0.5019607843);
}
#sect-oferta .oferta--main span {
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
#sect-oferta .oferta--modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
}
#sect-oferta .oferta--modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
#sect-oferta .oferta--modal-content {
  position: relative;
  max-width: 800px;
  max-height: 80%;
  overflow-y: auto;
  margin: 80px auto;
  background: #fff;
  padding: 40px;
  z-index: 2;
}
#sect-oferta .oferta--modal-close {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  font-size: 24px;
}