.elementor-248 .elementor-element.elementor-element-0c997e1{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4ddd5cb *//* ================= BASE ================= */
.pqrsf-section{
  padding:110px 20px;
  background:linear-gradient(180deg,#f4f8ff 0%, #ffffff 100%);
  font-family:Arial, Helvetica, sans-serif;
  position:relative;
}

.pqrsf-container{
  max-width:1200px;
  margin:auto;
}

/* ================= HEADER ================= */
.pqrsf-header{
  text-align:center;
  margin-bottom:70px;
  opacity:0;
  transform:translateY(40px);
  transition:.8s ease;
}

.pqrsf-header.active{
  opacity:1;
  transform:translateY(0);
}

.pqrsf-badge{
  display:inline-block;
  background:linear-gradient(135deg,#0f67d0,#003C87);
  color:#fff;
  padding:10px 20px;
  border-radius:30px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.5px;
  box-shadow:0 8px 20px rgba(15,103,208,0.25);
}

.pqrsf-header h1{
  font-size:42px;
  color:#003C87;
  margin:20px 0 15px;
  font-weight:800;
}

.pqrsf-header p{
  max-width:650px;
  margin:auto;
  color:#5b6e86;
  font-size:17px;
  line-height:1.6;
}

/* ================= GRID ================= */
.pqrsf-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
}

/* ================= CARDS ================= */
.pqrsf-card{
  background:rgba(255,255,255,0.85);
  backdrop-filter:blur(10px);
  padding:28px;
  border-radius:20px;

  border:1px solid rgba(0,0,0,0.05);

  box-shadow:0 10px 30px rgba(0,0,0,0.06);

  position:relative;
  overflow:hidden;

  opacity:0;
  transform:translateY(30px);
  transition:.5s ease;
}

.pqrsf-card.active{
  opacity:1;
  transform:translateY(0);
}

/* 🔥 línea decorativa */
.pqrsf-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,#0f67d0,#ff7a18);
}

/* hover elegante */
.pqrsf-card:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 45px rgba(0,0,0,0.1);
}

/* texto */
.pqrsf-card h3{
  color:#003C87;
  margin-bottom:12px;
  font-size:20px;
  font-weight:800;
}

.pqrsf-card p{
  color:#5b6e86;
  font-size:15.5px;
  line-height:1.6;
}

.pqrsf-card ul{
  padding-left:18px;
  margin-top:10px;
}

.pqrsf-card li{
  margin-bottom:6px;
  color:#5b6e86;
}

/* ================= PROCESO ================= */
.pqrsf-process{
  margin-top:90px;
  text-align:center;
}

.pqrsf-process h2{
  font-size:32px;
  color:#003C87;
  font-weight:800;
}

.process-steps{
  margin-top:40px;
  display:flex;
  justify-content:center;
  gap:25px;
  flex-wrap:wrap;
}

/* step card */
.step{
  background:#fff;
  padding:25px 20px;
  border-radius:18px;
  width:160px;

  box-shadow:0 10px 25px rgba(0,0,0,0.05);

  transition:.3s;
  position:relative;
}

.step:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(0,0,0,0.08);
}

/* número */
.step span{
  display:flex;
  align-items:center;
  justify-content:center;

  width:45px;
  height:45px;
  margin:auto;

  border-radius:50%;
  font-size:18px;
  font-weight:800;

  color:#fff;
  background:linear-gradient(135deg,#0f67d0,#003C87);

  box-shadow:0 6px 15px rgba(15,103,208,0.3);
  margin-bottom:12px;
}

.step p{
  font-size:14px;
  color:#5b6e86;
}

/* ================= CTA ================= */
.pqrsf-cta{
  margin-top:90px;
  padding:60px 30px;
  border-radius:20px;

  background:linear-gradient(135deg,#0f67d0,#003C87);
  color:#fff;

  text-align:center;

  box-shadow:0 25px 60px rgba(0,0,0,0.15);

  position:relative;
  overflow:hidden;

  opacity:0;
  transform:translateY(40px);
  transition:.8s;
}

.pqrsf-cta.active{
  opacity:1;
  transform:translateY(0);
}

/* glow sutil */
.pqrsf-cta::after{
  content:"";
  position:absolute;
  width:300px;
  height:300px;
  background:rgba(255,255,255,0.08);
  border-radius:50%;
  top:-80px;
  right:-80px;
}

/* texto */
.pqrsf-cta h2{
  font-size:30px;
  font-weight:800;
}

.pqrsf-cta p{
  margin-top:10px;
  opacity:.9;
}

/* botones */
.pqrsf-buttons{
  margin-top:25px;
  display:flex;
  justify-content:center;
  gap:15px;
  flex-wrap:wrap;
}

.pqrsf-buttons a{
  padding:14px 26px;
  border-radius:12px;
  font-weight:800;
  text-decoration:none;
  transition:.3s;
}

/* botón blanco */
.pqrsf-buttons a:first-child{
  background:#fff;
  color:#003C87;
}

.pqrsf-buttons a:first-child:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

/* botón naranja */
.pqrsf-buttons a:last-child{
  background:linear-gradient(135deg,#ff7a18,#ffb347);
  color:#fff;
}

.pqrsf-buttons a:last-child:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 25px rgba(255,122,24,0.4);
}

/* ================= RESPONSIVE ================= */
@media(max-width:900px){

  .pqrsf-grid{
    grid-template-columns:1fr;
  }

  .pqrsf-header h1{
    font-size:32px;
  }

}

@media(max-width:600px){

  .step{
    width:100%;
  }

  .pqrsf-cta{
    padding:40px 20px;
  }

}/* End custom CSS */