.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-76485 .elementor-element.elementor-element-c24a38c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:16px 16px 16px 16px;}.elementor-76485 .elementor-element.elementor-element-c24a38c:not(.elementor-motion-effects-element-type-background), .elementor-76485 .elementor-element.elementor-element-c24a38c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1D1D1D00;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-76485 .elementor-element.elementor-element-d6cb610{width:var( --container-widget-width, 520px );max-width:520px;--container-widget-width:520px;--container-widget-flex-grow:0;}.elementor-76485 .elementor-element.elementor-element-d6cb610.elementor-element{--align-self:center;}#elementor-popup-modal-76485 .dialog-widget-content{background-color:#1D1D1D00;border-radius:16px 16px 16px 16px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-76485{background-color:#1D1D1DD6;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-76485 .dialog-message{height:auto;}#elementor-popup-modal-76485 .dialog-close-button{display:flex;font-size:22px;}#elementor-popup-modal-76485 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-76485 .dialog-close-button svg{fill:#FFFFFF;}@media(max-width:1024px){.elementor-widget-container .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-container .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-html .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-html .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}}@media(max-width:767px){.elementor-widget-container .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-container .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-html .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-html .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}}/* Start custom CSS for html, class: .elementor-element-d6cb610 */.epayco-popup-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.epayco-popup-card {
  background: #FFFFFF;
  border-radius: 16px;
  width: 100%;
  max-width: 440px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.25);
}

/* HEADER */
.epayco-header {
  background: #ED1C27;
  position: relative;
  overflow: hidden;
}

.epayco-header::after {
  content: '';
  position: absolute;
  right: -30px;
  top: -30px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
}

.epayco-header-stripe {
  height: 5px;
  background: #1D1D1D;
  width: 100%;
}

.epayco-header-content {
  padding: 16px 24px 18px;
  position: relative;
  z-index: 1;
}

/* LOGO EN HEADER */
.epayco-header-logo {
  display: block;
  height: 70px !important;
  width: auto;
  margin: 0 auto 14px;
}

@media (max-width: 767px) {
  .epayco-header-logo {
    height: 44px;
    margin: 0 auto 10px;
  }
}

/* BADGE */
.epayco-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(29,29,29,0.3);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 100px;
  padding: 3px 11px;
  margin-bottom: 10px;
  font-family: 'Davivienda Condensed', sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
  letter-spacing: 1.2px;
}

.epayco-badge-dot {
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  animation: epayco-pulse 1.4s ease-in-out infinite;
}

@keyframes epayco-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(0.7); }
}

/* TÍTULO */
.epayco-title {
  font-family: 'Davivienda Condensed', sans-serif !important;
  font-weight: 700 !important;
  font-size: 26px !important;
  color: #FFFFFF !important;
  line-height: 1.15 !important;
  letter-spacing: -0.3px;
  margin: 0 !important;
}

/* BODY */
.epayco-body {
  padding: 20px 24px 22px;
}

.epayco-info-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.epayco-info-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: rgba(237,28,39,0.08);
  border: 1px solid rgba(237,28,39,0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.epayco-info-icon .dashicons {
  color: #ED1C27;
  font-size: 18px;
  width: 18px;
  height: 18px;
}

.epayco-description {
  font-family: 'Davivienda', sans-serif !important;
  font-size: 14.5px !important;
  color: #5C5E60 !important;
  line-height: 1.55 !important;
  margin: 0 !important;
  padding-top: 6px;
}

.epayco-divider {
  height: 1px;
  background: rgba(92,94,96,0.15);
  margin: 14px 0;
}

/* TARJETA HORARIO */
.epayco-schedule {
  background: #F8F8F8;
  border-radius: 9px;
  padding: 13px 16px;
  border-left: 4px solid #ED1C27;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.epayco-schedule-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  background: #ED1C27;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.epayco-schedule-icon .dashicons {
  color: #FFFFFF;
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.epayco-schedule-date {
  font-family: 'Davivienda Condensed', sans-serif !important;
  font-weight: 700;
  font-size: 15px;
  color: #1D1D1D;
  letter-spacing: 0.2px;
}

.epayco-schedule-time {
  font-family: 'Davivienda', sans-serif !important;
  font-size: 13px;
  color: #5C5E60;
  margin-top: 3px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.epayco-schedule-time .dashicons {
  font-size: 14px;
  width: 14px;
  height: 14px;
  color: #5C5E60;
}

/* BOTÓN */
.epayco-btn {
  width: 100%;
  padding: 13px;
  background: #ED1C27;
  color: #FFFFFF !important;
  border: none;
  border-radius: 9px;
  font-family: 'Davivienda Condensed', sans-serif !important;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.18s, transform 0.12s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}

.epayco-btn:hover {
  background: #c2151f;
  transform: translateY(-1px);
  color: #FFFFFF !important;
}

.epayco-btn:active {
  transform: scale(0.98);
}

.epayco-btn-icon {
  color: #FFFFFF !important;
  font-size: 18px !important;
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0;
}

/* FOOTER */
.epayco-footer {
  text-align: center;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(92,94,96,0.12);
}

.epayco-footer-logo {
  display: block;
  margin: 0 auto 6px;
  max-height: 24px;
  width: auto;
  opacity: 0.75;
}

.epayco-footer-note {
  font-family: 'Davivienda', sans-serif !important;
  font-size: 11px !important;
  color: rgba(92,94,96,0.65) !important;
  margin: 0 !important;
}/* End custom CSS */