.elementor-3574 .elementor-element.elementor-element-503901d{--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;}.elementor-3574 .elementor-element.elementor-element-5293f7d{--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;}.elementor-3574 .elementor-element.elementor-element-d986d64{--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;}.elementor-3574 .elementor-element.elementor-element-5bf8f61{--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;}/* Start custom CSS for html, class: .elementor-element-9142242 *//* ===== HERO PEDIRAYUDAS ===== */

.pra-hero {
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 80px 40px;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 90vh;
  box-sizing: border-box;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* --- Left column --- */
.pra-hero__inner {
  flex: 1;
  min-width: 0;
}

.pra-hero__badge {
  display: inline-block;
  background: #e6f4f1;
  color: #138a72;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 24px;
  letter-spacing: 0.3px;
}

.pra-hero__title {
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  color: #111827;
  line-height: 1.12;
  margin: 0 0 20px;
  letter-spacing: -1px;
}

.pra-hero__accent {
  color: #138a72;
}

.pra-hero__sub {
  font-size: 17px;
  color: #4b5563;
  line-height: 1.7;
  margin: 0 0 36px;
  max-width: 500px;
}

.pra-hero__cta-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.pra-hero__btn-primary {
  background: #138a72;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 12px;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(19,138,114,0.35);
}

.pra-hero__btn-primary:hover {
  background: #0f7360;
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(19,138,114,0.45);
}

.pra-hero__btn-ghost {
  color: #374151 !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  padding: 15px 4px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s, color 0.2s;
}

.pra-hero__btn-ghost:hover {
  color: #138a72 !important;
  border-bottom-color: #138a72;
}

.pra-hero__trust {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.pra-hero__trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: #6b7280;
  font-weight: 500;
}

.pra-hero__trust-icon {
  font-size: 16px;
}

/* --- Right column (visual mockup) --- */
.pra-hero__visual {
  flex: 0 0 440px;
  position: relative;
  height: 360px;
}

.pra-hero__card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.10);
  padding: 20px;
  position: absolute;
  border: 1px solid #f0f0f0;
}

.pra-hero__card--main {
  width: 340px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.pra-hero__card--mini {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  width: 200px;
  z-index: 3;
  animation: pra-float 3.5s ease-in-out infinite;
}

.pra-hero__card--top {
  top: 0;
  right: 0;
  animation-delay: 0s;
}

.pra-hero__card--bottom {
  bottom: 0;
  left: 0;
  animation-delay: 1.5s;
}

@keyframes pra-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Card contents */
.pra-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.pra-card-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.pra-card-dot--green { background: #138a72; }

.pra-card-label {
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pra-card-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pra-card-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: #f9fafb;
  border-radius: 10px;
  font-size: 13px;
}

.pra-card-item__tag {
  background: #e6f4f1;
  color: #138a72;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  white-space: nowrap;
}

.pra-card-item__name {
  flex: 1;
  color: #111827;
  font-weight: 500;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pra-card-item__status {
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  white-space: nowrap;
}

.pra-status--open {
  background: #d1fae5;
  color: #065f46;
}

.pra-status--tracking {
  background: #dbeafe;
  color: #1e40af;
}

/* Mini cards */
.pra-mini-icon {
  font-size: 22px;
}

.pra-mini-title {
  font-size: 11px;
  color: #9ca3af;
  font-weight: 600;
  margin-bottom: 2px;
}

.pra-mini-value {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}

.pra-mini-value--green {
  color: #138a72;
}

/* --- Responsive --- */
@media (max-width: 900px) {
  .pra-hero {
    flex-direction: column;
    padding: 60px 24px;
    min-height: auto;
    gap: 48px;
  }

  .pra-hero__visual {
    flex: none;
    width: 100%;
    height: 320px;
  }

  .pra-hero__card--main {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .pra-hero__visual {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ca7b70f *//* ===== WHY PEDIRAYUDAS ===== */

.pra-why {
  background: #f9fafb;
  padding: 90px 40px;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.pra-why__inner {
  display: flex;
  gap: 72px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
}

/* --- Left --- */
.pra-why__left {
  flex: 1;
  min-width: 0;
}

.pra-why__badge {
  display: inline-block;
  background: #e6f4f1;
  color: #138a72;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 18px;
}

.pra-why__title {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 800;
  color: #111827;
  line-height: 1.15;
  margin: 0 0 16px;
  letter-spacing: -0.8px;
}

.pra-why__accent {
  color: #138a72;
}

.pra-why__sub {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.7;
  margin: 0 0 36px;
}

.pra-why__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.pra-why__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.pra-why__item-icon {
  width: 26px;
  height: 26px;
  min-width: 26px;
  background: #138a72;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  margin-top: 2px;
}

.pra-why__item-title {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}

.pra-why__item-desc {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.55;
}

.pra-why__btn {
  display: inline-block;
  background: #138a72;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 12px;
  text-decoration: none !important;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(19,138,114,0.30);
}

.pra-why__btn:hover {
  background: #0f7360;
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(19,138,114,0.40);
}

/* --- Right --- */
.pra-why__right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Stats */
.pra-why__stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.pra-why__stat {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px 20px;
  text-align: center;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.pra-why__stat:hover {
  box-shadow: 0 4px 20px rgba(19,138,114,0.10);
  border-color: #c2e0d9;
}

.pra-why__stat-number {
  font-size: 36px;
  font-weight: 900;
  color: #138a72;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 6px;
}

.pra-why__stat-label {
  font-size: 13px;
  color: #6b7280;
  font-weight: 500;
  line-height: 1.4;
}

/* Testimonials */
.pra-why__testimonials {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pra-why__testi {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 22px;
  transition: box-shadow 0.2s;
}

.pra-why__testi:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}

.pra-why__testi-stars {
  color: #f59e0b;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.pra-why__testi-text {
  font-size: 14px;
  color: #374151;
  line-height: 1.6;
  margin: 0 0 16px;
  font-style: italic;
}

.pra-why__testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pra-why__testi-avatar {
  width: 38px;
  height: 38px;
  min-width: 38px;
  background: #138a72;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
}

.pra-why__testi-avatar--b {
  background: #0f7360;
}

.pra-why__testi-name {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}

.pra-why__testi-role {
  font-size: 12px;
  color: #9ca3af;
}

/* --- Responsive --- */
@media (max-width: 900px) {
  .pra-why {
    padding: 60px 24px;
  }

  .pra-why__inner {
    flex-direction: column;
    gap: 48px;
  }
}

@media (max-width: 480px) {
  .pra-why__stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8321d4d *//* ===== FEATURES PEDIRAYUDAS ===== */

.pra-features {
  padding: 90px 40px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.pra-features__header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 56px;
}

.pra-features__badge {
  display: inline-block;
  background: #e6f4f1;
  color: #138a72;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 18px;
  letter-spacing: 0.3px;
}

.pra-features__title {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  color: #111827;
  line-height: 1.15;
  margin: 0 0 16px;
  letter-spacing: -0.8px;
}

.pra-features__accent {
  color: #138a72;
}

.pra-features__sub {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
}

/* --- Grid --- */
.pra-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 20px;
}

/* --- Cards --- */
.pra-feat-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 28px;
  transition: box-shadow 0.22s, transform 0.22s, border-color 0.22s;
}

.pra-feat-card:hover {
  box-shadow: 0 8px 32px rgba(19,138,114,0.10);
  transform: translateY(-3px);
  border-color: #b6ddd6;
}

.pra-feat-card--large {
  grid-column: span 2;
  background: linear-gradient(135deg, #f0faf7 0%, #e6f4f1 100%);
  border-color: #c2e0d9;
}

.pra-feat-card--cta {
  background: #138a72;
  border-color: #138a72;
}

.pra-feat-card--cta .pra-feat-card__title,
.pra-feat-card--cta .pra-feat-card__desc {
  color: #fff !important;
}

.pra-feat-card--cta .pra-feat-card__icon {
  background: rgba(255,255,255,0.15);
}

.pra-feat-card__icon {
  width: 48px;
  height: 48px;
  background: #e6f4f1;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
}

.pra-feat-card__title {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 10px;
  line-height: 1.3;
}

.pra-feat-card__desc {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.65;
  margin: 0;
}

/* Tags (large card) */
.pra-feat-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.pra-feat-card__tags span {
  background: #fff;
  border: 1px solid #c2e0d9;
  color: #138a72;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
}

/* CTA button */
.pra-feat-card__btn {
  display: inline-block;
  margin-top: 22px;
  background: #fff;
  color: #138a72 !important;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none !important;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}

.pra-feat-card__btn:hover {
  background: #f0faf7;
  transform: translateY(-2px);
}

/* --- Responsive --- */
@media (max-width: 900px) {
  .pra-features {
    padding: 60px 24px;
  }

  .pra-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pra-feat-card--large {
    grid-column: span 2;
  }
}

@media (max-width: 600px) {
  .pra-features__grid {
    grid-template-columns: 1fr;
  }

  .pra-feat-card--large {
    grid-column: span 1;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b4f85b5 *//* ===== FINAL: CTA + FAQ PEDIRAYUDAS ===== */

.pra-final {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* ---- CTA Block ---- */
.pra-cta {
  background: #138a72;
  padding: 90px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pra-cta__inner {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 0 auto;
}

.pra-cta__badge {
  display: inline-block;
  background: rgba(255,255,255,0.18);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}

.pra-cta__title {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 900;
  color: #fff;
  line-height: 1.12;
  margin: 0 0 16px;
  letter-spacing: -1px;
}

.pra-cta__accent {
  color: #a8eddb;
}

.pra-cta__sub {
  font-size: 17px;
  color: rgba(255,255,255,0.82);
  line-height: 1.65;
  margin: 0 0 36px;
}

.pra-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.pra-cta__btn {
  display: inline-block;
  background: #fff;
  color: #138a72 !important;
  font-size: 17px;
  font-weight: 800;
  padding: 17px 38px;
  border-radius: 13px;
  text-decoration: none !important;
  transition: transform 0.18s, box-shadow 0.18s, background 0.18s;
  box-shadow: 0 6px 28px rgba(0,0,0,0.15);
}

.pra-cta__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 36px rgba(0,0,0,0.20);
  background: #f0faf7;
}

.pra-cta__link {
  color: rgba(255,255,255,0.75) !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: color 0.2s;
}

.pra-cta__link:hover {
  color: #fff !important;
}

.pra-cta__garantias {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 13px;
  color: rgba(255,255,255,0.80);
  font-weight: 500;
}

/* Decorative circles */
.pra-cta__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.pra-cta__circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
}

.pra-cta__circle--1 {
  width: 420px;
  height: 420px;
  top: -160px;
  left: -120px;
}

.pra-cta__circle--2 {
  width: 320px;
  height: 320px;
  bottom: -130px;
  right: -80px;
}

/* ---- FAQ Block ---- */
.pra-faq {
  background: #fff;
  padding: 90px 40px;
  max-width: 800px;
  margin: 0 auto;
}

.pra-faq__header {
  text-align: center;
  margin-bottom: 48px;
}

.pra-faq__badge {
  display: inline-block;
  background: #e6f4f1;
  color: #138a72;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.pra-faq__title {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  color: #111827;
  margin: 0;
  letter-spacing: -0.5px;
}

/* FAQ Items */
.pra-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pra-faq__item {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.pra-faq__item[open] {
  border-color: #b6ddd6;
  box-shadow: 0 4px 18px rgba(19,138,114,0.08);
}

.pra-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: background 0.18s, color 0.18s;
}

.pra-faq__question::-webkit-details-marker {
  display: none;
}

.pra-faq__item[open] .pra-faq__question {
  color: #138a72;
  background: #f0faf7;
}

.pra-faq__question:hover {
  background: #f9fafb;
}

.pra-faq__item[open] .pra-faq__question:hover {
  background: #e6f4f1;
}

.pra-faq__arrow {
  font-size: 18px;
  color: #138a72;
  transition: transform 0.25s;
  flex-shrink: 0;
  line-height: 1;
}

.pra-faq__item[open] .pra-faq__arrow {
  transform: rotate(180deg);
}

.pra-faq__answer {
  padding: 0 24px 20px;
  font-size: 14px;
  color: #4b5563;
  line-height: 1.7;
  border-top: 1px solid #e6f4f1;
  padding-top: 16px;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .pra-cta {
    padding: 60px 24px;
  }

  .pra-faq {
    padding: 60px 24px;
  }

  .pra-cta__garantias {
    gap: 14px;
  }
}

@media (max-width: 480px) {
  .pra-cta__btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */