Somos una empresa de tecnología de la Información y nos dedicamos al desarrollo y programación de sistemas.
Nuestras soluciones tecnológicas se adaptan a las necesidades de los clientes!
Ofrecemos soluciones innovadoras y personalizadas para ayudar a nuestros clientes a alcanzar sus objetivos. Combinamos creatividad, tecnología y compromiso para desarrollar proyectos de alta calidad, adaptados a las necesidades de cada cliente!
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum nec odio ipsum. Suspendisse cursus malesuada facilisis.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum nec odio ipsum. Suspendisse cursus malesuada facilisis.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum nec odio ipsum. Suspendisse cursus malesuada facilisis.
NUESTROS
SERVICIOS
.titulo-quienes {
display: flex;
align-items: center;
justify-content: center;
gap: 18px;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
}
.quienes {
font-size: 41px;
font-weight: 300;
letter-spacing: 1px;
color: #333333;
line-height: 1;
}
.somos {
font-size: 45px;
font-weight: 800;
letter-spacing: 1px;
color: #333333;
line-height: 1;
}
El Software de Control Patrimonial sirve para controlar todos los todos los Activos Depreciables y no depreciables de la Institución, y realiza todos los informes necesarios a las instancias correspondientes como es el área de contabilidad, referentes al control de las altas y bajas.
/* ==================================================
SECCIÓN A ANCHO COMPLETO
================================================== */
.award-fullscreen {
width: 100vw !important;
max-width: 100vw !important;
margin-left: calc(50% – 50vw) !important;
margin-right: calc(50% – 50vw) !important;
padding: 0 !important;
display: flex;
min-height: 750px;
overflow: hidden;
box-sizing: border-box;
}
/* ==================================================
TEXTO A LA IZQUIERDA
================================================== */
.award-text-left {
width: 50%;
min-width: 50%;
position: relative;
display: flex;
align-items: center;
box-sizing: border-box;
background-image:
linear-gradient(
rgba(245, 166, 35, 0.94),
rgba(245, 166, 35, 0.94)
),
url(«https://TU-SITIO-WEB.com/wp-content/uploads/imagen.jpg»);
background-size: cover;
background-position: center;
}
/* ==================================================
CONTENIDO
================================================== */
.award-content {
width: 100%;
max-width: 900px;
padding: 70px 40px;
box-sizing: border-box;
}
/* ==================================================
TÍTULO
================================================== */
.award-title {
margin: 0 0 45px 0;
padding: 0;
display: flex;
align-items: baseline;
flex-wrap: wrap;
gap: 14px;
font-family: Arial, Helvetica, sans-serif;
color: #222;
}
.award-title span {
font-size: 52px;
font-weight: 300;
letter-spacing: 3px;
line-height: 1;
}
.award-title strong {
font-size: 52px;
font-weight: 800;
letter-spacing: -1px;
line-height: 1;
}
/* ==================================================
PÁRRAFOS
================================================== */
.award-content p {
margin: 0 0 25px 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
line-height: 1.95;
color: #171717;
}
.award-content p strong {
font-weight: 700;
}
/* ==================================================
BOTÓN
================================================== */
.award-button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
margin-top: 28px;
width: 260px;
height: 85px;
background: rgba(20, 20, 20, 0.95);
color: #fff !important;
text-decoration: none !important;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: 700;
letter-spacing: 1px;
transition: all 0.3s ease;
}
.award-button span {
font-size: 22px;
}
.award-button:hover {
background: #000;
color: #fff !important;
}
/* ==================================================
IMAGEN A LA DERECHA
================================================== */
.award-image-right {
width: 50%;
min-width: 50%;
height: 750px;
overflow: hidden;
position: relative;
}
.award-image-right img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
object-position: center;
}
/* ==================================================
TABLET
================================================== */
@media (max-width: 1024px) {
.award-fullscreen {
min-height: 650px;
}
.award-image-right {
height: 650px;
}
.award-content {
padding: 50px 30px;
}
.award-title span,
.award-title strong {
font-size: 40px;
}
.award-content p {
font-size: 17px;
line-height: 1.7;
}
}
/* ==================================================
CELULAR
================================================== */
@media (max-width: 767px) {
.award-fullscreen {
width: 100vw !important;
max-width: 100vw !important;
margin-left: calc(50% – 50vw) !important;
margin-right: calc(50% – 50vw) !important;
display: flex;
flex-direction: column;
min-height: auto;
}
/* TEXTO ARRIBA */
.award-text-left {
width: 100%;
min-width: 100%;
}
/* IMAGEN ABAJO */
.award-image-right {
width: 100%;
min-width: 100%;
height: 450px;
}
.award-image-right img {
height: 450px;
}
.award-content {
padding: 55px 25px;
}
.award-title {
margin-bottom: 30px;
gap: 8px;
}
.award-title span,
.award-title strong {
font-size: 34px;
}
.award-content p {
font-size: 16px;
line-height: 1.7;
}
.award-button {
width: 220px;
height: 65px;
font-size: 16px;
}
}

El Sistema de Ingresos a Caja, el cual tiene una presentación intuitiva en su manejo, permite conocer el monto que ingresa a caja en forma diaria y mensual para el control de la recaudación de fondos. También permite realizar los informes a contabilidad para la Información Institucional. Es adecuado para Municipios, Colegios, Institutos Superiores de Educación y Ugeles.
/* =========================================
SECCIÓN COMPLETA
========================================= */
.award-fullscreen-reverse {
width: 100vw !important;
max-width: 100vw !important;
margin-left: calc(50% – 50vw) !important;
margin-right: calc(50% – 50vw) !important;
padding: 0 !important;
display: flex;
min-height: 750px;
overflow: hidden;
box-sizing: border-box;
}
/* =========================================
IMAGEN IZQUIERDA
========================================= */
.award-image-left {
width: 50%;
min-width: 50%;
height: 750px;
overflow: hidden;
position: relative;
}
.award-image-left img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
object-position: center;
transition: transform 0.5s ease;
}
/* =========================================
EFECTO SUAVE DE IMAGEN
========================================= */
.award-image-left:hover img {
transform: scale(1.02);
}
/* =========================================
BLOQUE NARANJA DERECHA
========================================= */
.award-text-right {
width: 50%;
min-width: 50%;
position: relative;
display: flex;
align-items: center;
box-sizing: border-box;
background-image:
linear-gradient(
rgba(245, 166, 35, 0.94),
rgba(245, 166, 35, 0.94)
),
url(«https://TU-SITIO-WEB.com/wp-content/uploads/imagen.jpg»);
background-size: cover;
background-position: center;
}
/* =========================================
CONTENIDO
========================================= */
.award-content {
width: 100%;
max-width: 900px;
padding: 70px 40px;
box-sizing: border-box;
}
/* =========================================
TITULO
========================================= */
.award-title {
margin: 0 0 45px 0;
padding: 0;
display: flex;
align-items: baseline;
flex-wrap: wrap;
gap: 14px;
font-family: Arial, Helvetica, sans-serif;
color: #222;
}
.award-title span {
font-size: 52px;
font-weight: 300;
letter-spacing: 3px;
line-height: 1;
}
.award-title strong {
font-size: 52px;
font-weight: 800;
letter-spacing: -1px;
line-height: 1;
}
/* =========================================
PÁRRAFOS
========================================= */
.award-content p {
margin: 0 0 25px 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
line-height: 1.95;
color: #171717;
}
.award-content p strong {
font-weight: 700;
}
/* =========================================
BOTÓN
========================================= */
.award-button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
margin-top: 28px;
width: 260px;
height: 85px;
background: rgba(20, 20, 20, 0.95);
color: #fff !important;
text-decoration: none !important;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: 700;
letter-spacing: 1px;
transition: all 0.3s ease;
}
.award-button span {
font-size: 22px;
}
.award-button:hover {
background: #000;
color: #fff !important;
}
/* =========================================
TABLET
========================================= */
@media (max-width: 1024px) {
.award-fullscreen-reverse {
min-height: 650px;
}
.award-image-left {
height: 650px;
}
.award-text-right {
width: 50%;
}
.award-content {
padding: 50px 30px;
}
.award-title span,
.award-title strong {
font-size: 40px;
}
.award-content p {
font-size: 17px;
line-height: 1.7;
}
}
/* =========================================
CELULAR
========================================= */
@media (max-width: 767px) {
.award-fullscreen-reverse {
width: 100vw !important;
max-width: 100vw !important;
margin-left: calc(50% – 50vw) !important;
margin-right: calc(50% – 50vw) !important;
display: flex;
flex-direction: column;
min-height: auto;
}
/* IMAGEN ARRIBA */
.award-image-left {
width: 100%;
min-width: 100%;
height: 450px;
}
.award-image-left img {
height: 450px;
}
/* TEXTO ABAJO */
.award-text-right {
width: 100%;
min-width: 100%;
}
.award-content {
padding: 55px 25px;
}
.award-title {
margin-bottom: 30px;
gap: 8px;
}
.award-title span,
.award-title strong {
font-size: 34px;
}
.award-content p {
font-size: 16px;
line-height: 1.7;
}
.award-button {
width: 220px;
height: 65px;
font-size: 16px;
}
}
El software de Facturación Electrónica Factu2000, permite la emisión de comprobantes electrónicos y además podrá gestionar su almacén y sus ventas en forma optima
/* ==================================================
SECCIÓN A ANCHO COMPLETO
================================================== */
.award-fullscreen {
width: 100vw !important;
max-width: 100vw !important;
margin-left: calc(50% – 50vw) !important;
margin-right: calc(50% – 50vw) !important;
padding: 0 !important;
display: flex;
min-height: 750px;
overflow: hidden;
box-sizing: border-box;
}
/* ==================================================
TEXTO A LA IZQUIERDA
================================================== */
.award-text-left {
width: 50%;
min-width: 50%;
position: relative;
display: flex;
align-items: center;
box-sizing: border-box;
background-image:
linear-gradient(
rgba(245, 166, 35, 0.94),
rgba(245, 166, 35, 0.94)
),
url(«https://TU-SITIO-WEB.com/wp-content/uploads/imagen.jpg»);
background-size: cover;
background-position: center;
}
/* ==================================================
CONTENIDO
================================================== */
.award-content {
width: 100%;
max-width: 900px;
padding: 70px 40px;
box-sizing: border-box;
}
/* ==================================================
TÍTULO
================================================== */
.award-title {
margin: 0 0 45px 0;
padding: 0;
display: flex;
align-items: baseline;
flex-wrap: wrap;
gap: 14px;
font-family: Arial, Helvetica, sans-serif;
color: #222;
}
.award-title span {
font-size: 52px;
font-weight: 300;
letter-spacing: 3px;
line-height: 1;
}
.award-title strong {
font-size: 52px;
font-weight: 800;
letter-spacing: -1px;
line-height: 1;
}
/* ==================================================
PÁRRAFOS
================================================== */
.award-content p {
margin: 0 0 25px 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
line-height: 1.95;
color: #171717;
}
.award-content p strong {
font-weight: 700;
}
/* ==================================================
BOTÓN
================================================== */
.award-button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
margin-top: 28px;
width: 260px;
height: 85px;
background: rgba(20, 20, 20, 0.95);
color: #fff !important;
text-decoration: none !important;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: 700;
letter-spacing: 1px;
transition: all 0.3s ease;
}
.award-button span {
font-size: 22px;
}
.award-button:hover {
background: #000;
color: #fff !important;
}
/* ==================================================
IMAGEN A LA DERECHA
================================================== */
.award-image-right {
width: 50%;
min-width: 50%;
height: 750px;
overflow: hidden;
position: relative;
}
.award-image-right img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
object-position: center;
}
/* ==================================================
TABLET
================================================== */
@media (max-width: 1024px) {
.award-fullscreen {
min-height: 650px;
}
.award-image-right {
height: 650px;
}
.award-content {
padding: 50px 30px;
}
.award-title span,
.award-title strong {
font-size: 40px;
}
.award-content p {
font-size: 17px;
line-height: 1.7;
}
}
/* ==================================================
CELULAR
================================================== */
@media (max-width: 767px) {
.award-fullscreen {
width: 100vw !important;
max-width: 100vw !important;
margin-left: calc(50% – 50vw) !important;
margin-right: calc(50% – 50vw) !important;
display: flex;
flex-direction: column;
min-height: auto;
}
/* TEXTO ARRIBA */
.award-text-left {
width: 100%;
min-width: 100%;
}
/* IMAGEN ABAJO */
.award-image-right {
width: 100%;
min-width: 100%;
height: 450px;
}
.award-image-right img {
height: 450px;
}
.award-content {
padding: 55px 25px;
}
.award-title {
margin-bottom: 30px;
gap: 8px;
}
.award-title span,
.award-title strong {
font-size: 34px;
}
.award-content p {
font-size: 16px;
line-height: 1.7;
}
.award-button {
width: 220px;
height: 65px;
font-size: 16px;
}
}
Somos la mejor opcion para tu empresa!
Diego de Almagro A-14 San Sebastian
info@hcpsoluciones.com
+51 984 731 988