SISTEMA DE PETICIONES, QUEJAS, RECLAMOS, SUGERENCIAS Y DENUNCIAS – PQRSyD
Por medio del sistema de PQRSyD usted podrá presentar peticiones, quejas respetuosas, reclamos, sugerencias o denuncias y consultar el estado de las mismas. Nos comprometemos a atender su solicitud.
- Petición: Solicitud presentada respetuosamente por motivos de interés general o particular para acudir ante la Institución dentro de los términos que define la Ley y expedir un pronunciamiento oportuno.
- Queja: Protesta que se hace ante una autoridad a causa de una disconformidad con la forma o condiciones en que se ha prestado un servicio.
- Reclamo: Situación de un derecho insatisfecho que el usuario o un ciudadano pone en conocimiento a la Institución, por la prestación de un servicio o por conductas irregulares de los servidores públicos en cumplimiento de sus funciones o por particulares que tienen a su cargo la prestación de un servicio público.
- Sugerencia: Es la proposición, insinuación, indicación explicación para adecuar o mejorar un proceso cuyo objeto es la prestación de un servicio.
- Denuncia: Notificación que se hace a la autoridad de que se ha cometido un delito o de que alguien es el autor de un delito.
Documentos
INFORMES
Informes PQRSyD
Informes PQRSyD
INFORMES DEL SISTEMA DE PETICIONES, QUEJAS, RECLAMOS, SUGERENCIAS Y DENUNCIAS – 2024
INFORMES DEL SISTEMA DE PETICIONES, QUEJAS, RECLAMOS, SUGERENCIAS Y DENUNCIAS – 2023
INFORMES DEL SISTEMA DE PETICIONES, QUEJAS, RECLAMOS, SUGERENCIAS Y DENUNCIAS – 2022
INFORMES DEL SISTEMA DE PETICIONES, QUEJAS, RECLAMOS, SUGERENCIAS Y DENUNCIAS – 2020
INFORMES DEL SISTEMA DE PETICIONES, QUEJAS, RECLAMOS, SUGERENCIAS Y DENUNCIAS – 2019
INFORMES DEL SISTEMA DE PETICIONES, QUEJAS, RECLAMOS, SUGERENCIAS Y DENUNCIAS – 2018
INFORMES DEL SISTEMA DE PETICIONES, QUEJAS, RECLAMOS, SUGERENCIAS Y DENUNCIAS – 2017
INFORMES DEL SISTEMA DE PETICIONES, QUEJAS, RECLAMOS, SUGERENCIAS Y DENUNCIAS – 2016
INFORMES DEL SISTEMA DE PETICIONES, QUEJAS, RECLAMOS, SUGERENCIAS Y DENUNCIAS – 2015
INFORMES DEL SISTEMA DE PETICIONES, QUEJAS, RECLAMOS, SUGERENCIAS Y DENUNCIAS – 2013
.uc-services-section {
–primary-blue: #004d99;
–accent-gold: #f7a800;
–card-bg: #ffffff;
padding: 20px 0;
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
}
.mySwiper {
width: 100%;
padding: 40px 10px 60px 10px !important;
}
.card {
background: var(–card-bg);
border-radius: 20px;
padding: 35px 25px;
text-align: center;
height: 320px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
box-shadow: 0 10px 25px rgba(0,0,0,0.07);
transition: all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);
border: 1px solid rgba(0,0,0,0.03);
margin: 10px;
}
.card:hover {
transform: translateY(-12px);
box-shadow: 0 20px 40px rgba(0,77,153,0.15);
}
.icon {
width: 75px;
height: 75px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;
font-size: 32px;
color: white;
box-shadow: 0 6px 15px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
}
.card:hover .icon {
transform: rotate(10deg) scale(1.1);
}
/* Colores */
.card-comunicaciones .icon { background: #00bcd4; }
.card-atencion .icon { background: #4caf50; }
.card-tramites .icon { background: #e91e63; }
.card-resoluciones .icon { background: #673ab7; }
.card-pqrsyd .icon { background: #ffc107; }
.card-dependencias .icon { background: #2196f3; }
.card-laboratorios .icon { background: #795548; }
h3 {
font-size: 1.1rem !important;
color: var(–primary-blue) !important;
font-weight: 700 !important;
margin: 10px 0 20px 0 !important;
min-height: 50px;
display: flex;
align-items: center;
}
.btn {
background: var(–primary-blue);
color: white !important;
padding: 12px 25px;
border-radius: 12px;
text-decoration: none !important;
font-weight: 600;
font-size: 0.9rem;
width: 80%;
box-shadow: 0 4px 10px rgba(0,77,153,0.2);
transition: all 0.3s ease;
}
.btn:hover {
background: var(–accent-gold);
color: var(–primary-blue) !important;
transform: scale(1.05);
}
.swiper-button-next,
.swiper-button-prev {
color: var(–primary-blue) !important;
background: white;
width: 45px !important;
height: 45px !important;
border-radius: 50%;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.swiper-pagination-bullet-active {
background: var(–primary-blue) !important;
width: 25px;
border-radius: 5px;
}
document.addEventListener(‘DOMContentLoaded’, function () {
new Swiper(“.mySwiper”, {
slidesPerView: 1,
spaceBetween: 20,
loop: true,
grabCursor: true,
autoplay: {
delay: 4000,
disableOnInteraction: false,
},
navigation: {
nextEl: “.swiper-button-next”,
prevEl: “.swiper-button-prev”,
},
pagination: {
el: “.swiper-pagination”,
clickable: true,
},
breakpoints: {
640: { slidesPerView: 2 },
1024: { slidesPerView: 3 },
1200: { slidesPerView: 4 }
}
});
});










