.elementor-2435 .elementor-element.elementor-element-18cd21cd{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-689ece2 *//* ================================
   HERO PQR - AUTO ROBLE
================================ */

.pqr-hero-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #202020;
  color: #ffffff;
  padding: 86px 20px;
}

.pqr-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(215, 25, 32, 0.22), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(135deg, #1d1d1d 0%, #2b2b2b 50%, #151515 100%);
  z-index: 1;
}

.pqr-hero-bg::before {
  content: "";
  position: absolute;
  inset: -80px;
  background-image:
    repeating-radial-gradient(
      circle at 10% 20%,
      rgba(255, 255, 255, 0.08) 0,
      rgba(255, 255, 255, 0.08) 1px,
      transparent 1px,
      transparent 18px
    );
  opacity: 0.35;
}

.pqr-hero-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 48px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.pqr-hero-content {
  max-width: 640px;
}

.pqr-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pqr-hero-tag::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d71920;
  box-shadow: 0 0 0 5px rgba(215, 25, 32, 0.18);
}

.pqr-hero-content h1 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.pqr-hero-content p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.7;
}

.pqr-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
}

.pqr-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 999px;
  background: #d71920;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.pqr-hero-btn:hover {
  background: #b9151b;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(215, 25, 32, 0.32);
}

.pqr-hero-note {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.4;
}

/* Panel lateral */

.pqr-hero-panel {
  width: 100%;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.pqr-panel-header {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.pqr-panel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 18px;
  background: #ffffff;
}

.pqr-panel-icon svg {
  width: 30px;
  height: 30px;
  fill: #d71920;
}

.pqr-panel-header h2 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
}

.pqr-panel-header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.55;
}

.pqr-hero-steps {
  display: grid;
  gap: 14px;
}

.pqr-step-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 17px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pqr-step-card span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #d71920;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.pqr-step-card h3 {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 850;
}

.pqr-step-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13.5px;
  line-height: 1.5;
}

/* Responsive */

@media (max-width: 991px) {
  .pqr-hero-section {
    padding: 68px 18px;
  }

  .pqr-hero-container {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .pqr-hero-content {
    max-width: 100%;
  }

  .pqr-hero-panel {
    max-width: 680px;
  }
}

@media (max-width: 767px) {
  .pqr-hero-section {
    padding: 54px 16px;
  }

  .pqr-hero-content h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .pqr-hero-content p {
    font-size: 15.5px;
  }

  .pqr-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pqr-hero-btn {
    width: 100%;
  }

  .pqr-hero-note {
    text-align: center;
  }

  .pqr-hero-panel {
    padding: 20px;
    border-radius: 22px;
  }

  .pqr-panel-header {
    flex-direction: column;
  }

  .pqr-step-card {
    padding: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-789215b *//* ================================
   FORMULARIO PQR EN 3 PASOS
   AUTO ROBLE
================================ */

.pqr-form-wrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 60px 20px 80px;
  font-family: inherit;
  color: #1f1f1f;
}

/* Encabezado */

.pqr-header {
  text-align: center;
  margin-bottom: 32px;
}

.pqr-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 14px;
  background: #f2f2f2;
  color: #d71920;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pqr-header h2 {
  margin: 0 0 12px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 800;
  color: #222;
}

.pqr-header p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.65;
  color: #555;
}

/* Tarjeta */

.pqr-card {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 26px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  padding: 34px;
}

/* Progreso */

.pqr-progress {
  margin-bottom: 30px;
  padding: 22px;
  border-radius: 22px;
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
}

.pqr-progress-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 14px;
}

.pqr-progress-label {
  font-size: 14px;
  color: #444;
}

.pqr-progress-label strong {
  color: #d71920;
  font-weight: 900;
}

.pqr-progress-title {
  font-size: 14px;
  font-weight: 800;
  color: #222;
}

.pqr-progress-bar {
  position: relative;
  width: 100%;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e1e1e1;
}

.pqr-progress-fill {
  display: block;
  width: 33.333%;
  height: 100%;
  border-radius: 999px;
  background: #d71920;
  transition: width 0.3s ease;
}

.pqr-step-indicators {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.pqr-step-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid #dedede;
  border-radius: 999px;
  background: #ffffff;
  color: #444;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 700;
  cursor: default;
}

.pqr-step-dot span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  background: #ececec;
  color: #444;
  font-size: 12px;
  font-weight: 900;
}

.pqr-step-dot.is-active {
  border-color: #d71920;
  color: #d71920;
  background: #fff5f5;
}

.pqr-step-dot.is-active span {
  background: #d71920;
  color: #ffffff;
}

.pqr-step-dot.is-complete {
  border-color: #222;
  background: #ffffff;
  color: #222;
}

.pqr-step-dot.is-complete span {
  background: #222;
  color: #ffffff;
}

/* Pasos */

.pqr-step {
  display: none;
}

.pqr-step.is-active {
  display: block;
  animation: pqrFade 0.25s ease;
}

@keyframes pqrFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Bloques */

.pqr-block {
  padding: 28px 0;
  border-bottom: 1px solid #eeeeee;
}

.pqr-block:first-child {
  padding-top: 0;
}

.pqr-block:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.pqr-block-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.pqr-block-title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #d71920;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.pqr-block-title h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
  color: #222;
}

/* Grillas */

.pqr-grid {
  display: grid;
  gap: 18px;
}

.pqr-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Textos */

.txt-pqr-01 {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  color: #252525;
}

.txt-pqr-02,
.pqr-help-text {
  margin: 8px 0 14px;
  font-size: 13px;
  line-height: 1.55;
  color: #606060;
}

.txt-pqr-03 {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #525252;
}

/* Campos */

.pqr-form-wrap input[type="text"],
.pqr-form-wrap input[type="email"],
.pqr-form-wrap input[type="tel"],
.pqr-form-wrap input[type="number"],
.pqr-form-wrap select,
.pqr-form-wrap textarea,
.pqr-01,
.pqr-02,
.pqr-04 {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background: #ffffff;
  padding: 12px 15px;
  font-size: 15px;
  line-height: 1.4;
  color: #222;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-sizing: border-box;
}

.pqr-form-wrap select,
.pqr-01 {
  cursor: pointer;
}

.pqr-form-wrap textarea,
.pqr-04 {
  min-height: 190px;
  resize: vertical;
}

.pqr-form-wrap input::placeholder,
.pqr-form-wrap textarea::placeholder {
  color: #9a9a9a;
}

.pqr-form-wrap input:focus,
.pqr-form-wrap select:focus,
.pqr-form-wrap textarea:focus,
.pqr-01:focus,
.pqr-02:focus,
.pqr-04:focus {
  border-color: #d71920;
  box-shadow: 0 0 0 4px rgba(215, 25, 32, 0.11);
  background: #fff;
}

/* Error visual de validación por pasos */

.pqr-field-error input,
.pqr-field-error select,
.pqr-field-error textarea {
  border-color: #d71920 !important;
  box-shadow: 0 0 0 4px rgba(215, 25, 32, 0.1) !important;
}

/* Radios */

.box-pqr-03 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.box-pqr-03 .wpcf7-list-item {
  margin: 0;
}

.box-pqr-03 label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid #dedede;
  border-radius: 999px;
  background: #fafafa;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.box-pqr-03 label:hover {
  border-color: #d71920;
  background: #fff5f5;
}

.box-pqr-03 input[type="radio"] {
  accent-color: #d71920;
}

.box-pqr-03 .wpcf7-list-item-label {
  font-size: 14px;
  color: #333;
}

/* Vehículo */

.pqr-vehicle-data {
  margin-top: 22px;
}

.pqr-vin-box {
  display: inline-block;
  max-width: 500px;
  width: 100%;
  padding: 12px;
  background: #f6f6f6;
  border: 1px solid #e4e4e4;
  border-radius: 18px;
}

.pqr-vin-box img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Archivo */

.pqr-upload-area {
  margin-top: 22px;
}

.box-pqr-02 {
  padding: 18px;
  border: 1px dashed #c9c9c9;
  border-radius: 16px;
  background: #fafafa;
}

.pqr-form-wrap input[type="file"],
.pqr-05 {
  width: 100%;
  font-size: 14px;
  color: #444;
}

.pqr-form-wrap input[type="file"]::file-.elementor-2435 .elementor-element.elementor-element-789215b-button {
  margin-right: 12px;
  padding: 10px 15px;
  border: none;
  border-radius: 999px;
  background: #222;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease;
}

.pqr-form-wrap input[type="file"]::file-.elementor-2435 .elementor-element.elementor-element-789215b-button:hover {
  background: #d71920;
}

/* Legal */

.pqr-legal-box {
  margin-top: 22px;
  padding: 16px 18px;
  border-left: 4px solid #d71920;
  border-radius: 12px;
  background: #f7f7f7;
}

/* Navegación */

.pqr-nav-buttons {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 32px;
}

.pqr-btn-prev,
.pqr-btn-next,
.pqr-07,
.pqr-form-wrap input[type="submit"] {
  min-width: 170px;
  min-height: 50px;
  border-radius: 999px;
  padding: 13px 28px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pqr-btn-prev {
  border: 1px solid #d7d7d7;
  background: #ffffff;
  color: #222;
}

.pqr-btn-prev:hover {
  border-color: #222;
  background: #f5f5f5;
}

.pqr-btn-next,
.pqr-07,
.pqr-form-wrap input[type="submit"] {
  border: none;
  background: #d71920;
  color: #fff;
}

.pqr-btn-next:hover,
.pqr-07:hover,
.pqr-form-wrap input[type="submit"]:hover {
  background: #b9151b;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(215, 25, 32, 0.24);
}

/* Mensajes CF7 */

.pqr-form-wrap .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  color: #d71920;
}

.pqr-form-wrap .wpcf7-response-output {
  margin: 24px 0 0 !important;
  padding: 14px 18px !important;
  border-radius: 12px;
  font-size: 14px;
}

.pqr-form-wrap .wpcf7-spinner {
  margin-left: 12px;
}

/* Limpieza */

.pqr-form-wrap br {
  display: none;
}

/* Responsive */

@media (max-width: 767px) {
  .pqr-form-wrap {
    padding: 38px 16px 60px;
  }

  .pqr-card {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .pqr-progress {
    padding: 18px;
    border-radius: 18px;
  }

  .pqr-progress-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .pqr-step-indicators {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .pqr-step-dot {
    justify-content: flex-start;
    border-radius: 14px;
  }

  .pqr-grid-2 {
    grid-template-columns: 1fr;
  }

  .pqr-block {
    padding: 24px 0;
  }

  .pqr-block-title {
    align-items: flex-start;
  }

  .pqr-block-title h3 {
    font-size: 19px;
  }

  .box-pqr-03 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .box-pqr-03 label {
    border-radius: 14px;
  }

  .pqr-nav-buttons {
    flex-direction: column;
  }

  .pqr-btn-prev,
  .pqr-btn-next,
  .pqr-07,
  .pqr-form-wrap input[type="submit"] {
    width: 100%;
  }
}/* End custom CSS */