/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 21 2025 | 19:45:11 */
/* Contenedor modal */
.custom-popup { 
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}

/* Cuando esté abierto */
.custom-popup.is-open { display: flex !important; }

/* Backdrop */
.custom-popup__backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: #fff!important;
  backdrop-filter: blur(4px) !important;
}

/* Panel */
.custom-popup__panel {
  position: relative !important;
  width: min(760px, 92%) !important;
  background: #ffffff !important;
  border-radius: 14px !important;
  padding: 36px 40px !important;
  box-shadow: 0 18px 40px rgba(12,18,30,0.08) !important;
  text-align: center !important;
  z-index: 1 !important;
  box-sizing: border-box !important;
}

/* Icon */
.custom-popup__icon {
  margin: 0 auto 18px auto !important;
  width: 100px !important;
  height: 56px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
}

/* Title */
.custom-popup__title {
  margin: 0 0 12px 0 !important;
  font-size: 24px !important;
  line-height: 1.12 !important;
  color: #0f1724 !important;
  font-weight: 700 !important;
}

/* Message */
.custom-popup__message {
  margin: 0 0 26px 0 !important;
  font-size: 16px !important;
  color: #374151 !important;
  line-height: 1.5 !important;
  max-width: 90% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Actions */
.custom-popup__actions {
  display: flex !important;
  justify-content: center !important;
  gap: 12px !important;
}

/* Primary button */
.btn--primary {
  background: #104584 !important; /* tono rosa/peach */
  border: none !important;
  color: #ffffff !important;
  padding: 12px 28px !important;
  font-size: 16px !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  box-shadow: 0 8px 20px rgba(231,155,147,0.16) !important;
}

/* Hover/Active */
.btn--primary:hover { transform: translateY(-2px) !important; transition: transform .12s ease !important; }
.btn--primary:active { transform: translateY(0) !important; }
div#gform_confirmation_message_14 br{
    display:none
}

div#gform_confirmation_message_14{
    margin-bottom:60px
}

.custom-popup__icon::before{
    content:"";
    display:block;
    width:100px;
    height:100px;
    background:url("https://www.progresion.com.co/wp-content/uploads/2025/10/circulo.png") center/80px no-repeat
}

