.elementor-2757 .elementor-element.elementor-element-b6e73f3{--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-721789d *//* CONTENEDOR PRINCIPAL */
.contenedor-pqrsfd-ieas {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 15px;
  border: 2px solid #008542;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: 'Arial', sans-serif;
}

/* SECCIONES */
.seccion-pqrsfd {
  display: none;
  margin-bottom: 20px;
}

.seccion-pqrsfd.activa {
  display: block;
}

/* TÍTULOS */
.contenedor-pqrsfd-ieas h2 {
  color: #006738;
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
}

.contenedor-pqrsfd-ieas h3 {
  color: #008542;
  border-bottom: 2px solid #008542;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 20px;
}

/* ETIQUETAS */
.contenedor-pqrsfd-ieas label {
  display: block;
  margin: 15px 0 8px;
  font-weight: 600;
  color: #006738;
  font-size: 16px;
}

/* CAMPOS DE FORMULARIO */
.contenedor-pqrsfd-ieas input,
.contenedor-pqrsfd-ieas select,
.contenedor-pqrsfd-ieas textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1.5px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}

.contenedor-pqrsfd-ieas input:focus,
.contenedor-pqrsfd-ieas select:focus,
.contenedor-pqrsfd-ieas textarea:focus {
  outline: none;
  border-color: #008542;
  box-shadow: 0 0 0 2px rgba(0, 133, 66, 0.2);
}

.contenedor-pqrsfd-ieas textarea {
  resize: vertical;
  min-height: 100px;
}

/* BOTONES */
.btn-pqrsfd {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 25px auto 0;
  padding: 14px 25px;
  background: #008542;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.btn-pqrsfd:hover {
  background: #006738;
  transform: translateY(-2px);
}

.btn-pqrsfd:active {
  transform: scale(0.98);
}

.btn-pqrsfd:disabled {
  background: #cccccc;
  cursor: not-allowed;
  transform: none;
}

/* MENSAJES DE ERROR */
.error-msg {
  color: #e74c3c;
  font-size: 14px;
  margin-top: 5px;
  display: none;
}

/* CAMPOS CONDICIONALES */
.campos-condicionales {
  display: none;
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin: 15px 0;
  border-left: 4px solid #008542;
}

.campo-condicional {
  display: none;
}

/* RESUMEN DE DATOS */
.resumen-datos {
  background: #f8fdf9;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #008542;
  margin-bottom: 20px;
}

.datos-resumen p {
  margin: 8px 0;
  padding: 5px 0;
  border-bottom: 1px solid #e9ecef;
}

.advertencia {
  color: #e67e22;
  font-weight: 600;
  font-style: italic;
  margin-top: 15px;
  text-align: center;
}

/* RESPONSIVE */
@media screen and (max-width: 768px) {
  .contenedor-pqrsfd-ieas {
    padding: 20px;
    margin: 10px;
  }
  
  .contenedor-pqrsfd-ieas h2 {
    font-size: 20px;
  }
  
  .contenedor-pqrsfd-ieas h3 {
    font-size: 18px;
  }
  
  .contenedor-pqrsfd-ieas input,
  .contenedor-pqrsfd-ieas select,
  .contenedor-pqrsfd-ieas textarea {
    font-size: 15px;
    padding: 10px 12px;
  }
  
  .btn-pqrsfd {
    font-size: 15px;
    padding: 12px 20px;
  }
}/* End custom CSS */