-
Notifications
You must be signed in to change notification settings - Fork 0
/
eng.html
874 lines (790 loc) · 38.5 KB
/
eng.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Chatra {literal} -->
<script>
(function (d, w, c) {
w.ChatraID = 'N8R3nbhM4hAYSJ6k2';
var s = d.createElement('script');
w[c] = w[c] || function () {
(w[c].q = w[c].q || []).push(arguments);
};
s.async = true;
s.src = 'https://call.chatra.io/chatra.js';
if (d.head) d.head.appendChild(s);
})(document, window, 'Chatra');
</script>
<!-- /Chatra {/literal} -->
<meta charset="utf-8">
<title>Palomino Auditores</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700"
rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- My Stylesheets -->
<link rel="stylesheet" href="css/stylesheet.css">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div id="fb-root"></div>
<script async defer crossorigin="anonymous"
src="https://connect.facebook.net/es_ES/sdk.js#xfbml=1&version=v3.3"></script>
<!--==========================
Header
============================-->
<header id="header" class="sticky-top p-0">
<div class="container-fluid">
<div class="row">
<div class="col-3 col-lg-3 p-0">
<a href=" #intro" class="navbar-brand m-0 ml-5 logo-fix"><img src="img/main/logo.png" alt=""
class="img-fluid"></a>
</div>
<div class="col-9 col-lg-9">
<nav class="main-nav float-right d-none d-lg-block p-2">
<ul>
<li class="active"><a href="#intro">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#clients">Clients</a></li>
<li><a href="#testimonials">Testimonials</a></li>
<li><a href="#Me">Team</a></li>
<li><a href="#contact">Contact Us</a></li>
<li><a href="Foro/index.php">Foro</a></li>
</ul>
</nav><!-- .main-nav -->
</div>
</div>
</div>
</header><!-- #header -->
<!--==========================
Intro Section
============================-->
<section id="intro" class="clearfix">
<div class="container">
<div class="intro-img">
<img src="img/main/intro-img.png" alt="" class="img-fluid">
</div>
<div class="intro-info">
<h2>We help you<br><span>solve</span><br>your problems</h2>
<div>
<a href="#about" class="btn-get-started scrollto">Read More</a>
<a href="#services" class="btn-services scrollto">Our Services</a>
</div>
</div>
</div>
</section><!-- #intro -->
<section class="main container" id="main">
<div>
<section class="post col hidden-xs">
<!--==========================
About Us Section
============================-->
<section id="about">
<div class="container">
<header class="section-header">
<h3>Palomino Auditores</h3>
<p>
It is a CONSULTANT dedicated to providing advisory services in the Accounting, Tax, Audit, Labor,
Financial and Administrative field.</p>
</header>
<div class="row about-container">
<div class="col-lg-6 content order-lg-1 order-2">
<p>
Characterized by offering services in an effective and efficient way, for which by a team of qualified
professionals, we have in that our clients need a comprehensive advice and face the new challenges of
the future for your company or business.
</p>
</div>
<div class="col-lg-6 background order-lg-2 order-1 wow fadeInUp">
<img src="img/main/about-img.png" class="img-fluid" alt="" width="450px">
</div>
</div>
<div class="row about-extra">
<div class="col-lg-6 wow fadeInUp">
<img src="img/main/about-extra-1.png" class="img-fluid" alt="">
</div>
<div class="col-lg-6 wow fadeInUp pt-5 pt-lg-0">
<h4>Mission</h4>
<p>
Provide our clients the best professional service in an effective and efficient way in the areas of
our specialty, always looking for strategies and solutions applying our value
added which allows them to grow and achieve their goals.
</p>
</div>
</div>
<div class="row about-extra">
<div class="col-lg-6 wow fadeInUp order-1 order-lg-2">
<img src="img/main/about-extra-2.png" class="img-fluid" alt="">
</div>
<div class="col-lg-6 wow fadeInUp pt-4 pt-lg-0 order-2 order-lg-1">
<h4>Vision</h4>
<p>
To be a leading and highly recognized consultant in the national market, providing services in
Taxation, Audit and Accounting to organizations, being the main support of the
business decisions of our clients, backed by our professionals, in order to
contribute to the achievement of the objectives and economic and human development of companies.
</p>
</div>
</div>
</div>
</section><!-- #about -->
<!--==========================
Services Section
============================-->
<section id="services" class="section-bg">
<div class="container">
<header class="section-header">
<h3>Services</h3>
<p>In Palomino Auditores we take care of providing advice and consulting in the following fields:</p>
</header>
<div class="row">
<div class="col-md-6 col-lg-5 offset-lg-1 wow bounceInUp" data-wow-duration="1.4s">
<div class="box">
<div class="icon"><i class="ion-ios-analytics-outline" style="color: #ff689b;"></i></div>
<h4 class="title"><a data-toggle="modal" data-backdrop="static" data-keyboard="false"
href="#portfolioModal1">Audits</a></h4>
<p class="description">Through our Audit Division we offer the following services
specialized in the private and public business sector, international organizations, NGOs, MYPES and
trade, education and associative sectors:</p>
</div>
</div>
<div class="col-md-6 col-lg-5 wow bounceInUp" data-wow-duration="1.4s">
<div class="box">
<div class="icon"><i class="ion-ios-pulse" style="color: #e9bf06;"></i></div>
<h4 class="title"><a data-toggle="modal" data-backdrop="static" data-keyboard="false"
href="#portfolioModal2">Accounting and Financial Reports</a>
</h4>
<p class="description">Through our Accounting and Financial Reports Division we offer the following
specialized services:</p>
</div>
</div>
<div class="col-md-6 col-lg-5 offset-lg-1 wow bounceInUp" data-wow-delay="0.1s" data-wow-duration="1.4s">
<div class="box">
<div class="icon"><i class="ion-ios-paper-outline" style="color: #3fcdc7;"></i></div>
<h4 class="title"><a data-toggle="modal" data-backdrop="static" data-keyboard="false" href="
#portfolioModal3">Business Consulting and Advice</a>
</h4>
<p class="description">Through our Consulting and Advisory Division we offer the following specialized
services:</p>
</div>
</div>
<div class="col-md-6 col-lg-5 wow bounceInUp" data-wow-delay="0.1s" data-wow-duration="1.4s">
<div class="box">
<div class="icon"><i class="fa fa-asl-interpreting" style="color:#41cf2e;"></i></div>
<h4 class="title"><a data-toggle="modal" href="#portfolioModal4">Tax and Legal Advice</a></h4>
<p class="description">Through our Accounting and Tax and Financial Affairs Division we offer the
following specialized services:</p>
</div>
</div>
<div class="col-md-6 col-lg-5 offset-lg-1 wow bounceInUp" data-wow-delay="0.2s" data-wow-duration="1.4s">
<div class="box">
<div class="icon"><i class="fa fa-line-chart" style="color: #d6ff22;"></i></div>
<h4 class="title"><a data-toggle="modal" data-backdrop="static" data-keyboard="false"
href="#portfolioModal5">Training and Professional
Development</a></h4>
<p class="description">Our services are oriented to train, train and develop the staff of our clients.
This training covers the staff of managers, officials, middle managers and employees, and is carried
out through specific seminars and courses, structured according to the nature and needs required by
the company.
</p>
</div>
</div>
<div class="col-md-6 col-lg-5 wow bounceInUp" data-wow-delay="0.2s" data-wow-duration="1.4s">
<div class="box">
<div class="icon"><i class="ion-ios-clock-outline" style="color: #4680ff;"></i></div>
<h4 class="title"><a data-toggle="modal" data-backdrop="static" data-keyboard="false"
href="#portfolioModal6">Guidelines of Our Audits</a></h4>
<p class="description">Our audits are developed in accordance with the professional requirements
contained in the standards of auditing and professional ethics.</p>
</div>
</div>
</div>
</div>
</section>
<!-- #portfolio -->
<section id="clients">
<div class="container">
<div class="section-header">
<h3>Clients</h3>
<p>Clients who contrataron our services.</p>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 wow fadeInUp">
<div class="member">
<img src="img/portfolio/app1.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>FRESH EXPORT</h4>
<span>¿Item?</span>
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-google-plus"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="member">
<img src="img/portfolio/app2.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>APPBOSA</h4>
<span>¿Item?</span>
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-google-plus"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.2s">
<div class="member">
<img src="img/portfolio/app3.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>APBOS</h4>
<span>¿Item?</span>
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-google-plus"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="member">
<img src="img/portfolio/card1.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>NOTARIACORNO</h4>
<span>Notary</span>
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-google-plus"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- #team -->
<!--==========================
Testimonials Section
============================-->
<section id="testimonials" class="section-bg">
<div class="container">
<header class="section-header">
<h3>Testimonials</h3>
</header>
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="owl-carousel testimonials-carousel wow fadeInUp">
<div class="testimonial-item">
<img src="img/testimonials/testimonial-1.jpg" class="testimonial-img" alt="">
<h3>Saul Goodman</h3>
<h4>Ceo & Founder</h4>
<p>
Our experience with Palomino Auditores was totally satisfactory.
At all times they worried about identifying our needs and adapting to them
and our deadlines as much as possible.
</p>
</div>
<div class="testimonial-item">
<img src="img/testimonials/testimonial-2.jpg" class="testimonial-img" alt="">
<h3>Sara Wilsson</h3>
<h4>Designer</h4>
<p>
We have better profits and better control of our resources.
</p>
</div>
<div class="testimonial-item">
<img src="img/testimonials/testimonial-3.jpg" class="testimonial-img" alt="">
<h3>Jena Karlis</h3>
<h4>Store Owner</h4>
<p>
Thanks to Palomino Auditores We better manage the company's resources and have a better
performance
</p>
</div>
<div class="testimonial-item">
<img src="img/testimonials/testimonial-4.jpg" class="testimonial-img" alt="">
<h3>Matt Brandon</h3>
<h4>Freelancer</h4>
<p>
One of the great reasons why I usually work with Palomino Auditores is because I've always sense
They don't work for you, they work with you. You become part of their work
group, They make you a participant and receive equal treatment. They know how to
adapt easily to your needs, advising and getting involved in your projects.
</p>
</div>
<div class="testimonial-item">
<img src="img/testimonials/testimonial-5.jpg" class="testimonial-img" alt="">
<h3>John Larson</h3>
<h4>Entrepreneur</h4>
<p>
Maintains a close relationship with their clients which creates trust, they are good
professionals.
We are satisfied with the work done since they meet the established times
and always They tend to advise their customers.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- start section about us -->
<div id="Me" class="paddsection">
<div class="container">
<div class="row justify-content-between">
<div class="col-lg-4 ">
<div class="div-img-bg">
<div class="about-img">
<img src="img/team/team-1.jpg" class="img-responsive" alt="me">
</div>
</div>
</div>
<div class="col-lg-7">
<div class="about-descr">
<p class="p-heading">Pedro Pacherres Palomino </p>
<p class="separator">Mg CPCC Pedro Pacherres Palomino
Master in Accounting with Mention in Audit
Independent Auditor Assigned to the Auditors Registry of the Association of Public Accountants of
Piura.<br>
Accounting Expert Assigned to the Registry of Accounting Experts of the Association of Public
Accountants of Piura.<br>
Extrajudicial Conciliator Assigned to the Single Registry of Conciliators of the Ministry of
Justice.<br>
Extrajudicial Arbitrator Attached to the Single Registry of Arbitrators of the Ministry of
Justice.<br>
Accountant, Consultant, Speaker, Advisor and Teacher with more than 15 years of experience &
President of the Professional Ethics Committee of the College of Public Accountants of Piura.
Senior Auditor of the Palomino & Herrera Audit Society Civil Society Auditors.<br>
General Manager of Palomino Auditores Asociados.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- end section about us -->
<!--==========================
Interest Pages Section
============================-->
<section id="interest" class="section-bg">
<div class="container">
<div class="section-header">
<h3>Interest Links</h3>
</div>
<div class="row no-gutters interest-wrap clearfix wow fadeInUp">
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="interest-logo">
<a href="https://elperuano.pe" target="_blank"><img src="img/clients/client-1.png" class="img-fluid"
alt=""></a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="interest-logo">
<a href="https://rpp.pe" target="_blank"><img src="img/clients/client-2.png" class="img-fluid"
alt=""></a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="interest-logo">
<a href="http://www.sunat.gob.pe" target="_blank"><img src="img/clients/client-3.png"
class="img-fluid" alt=""></a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="interest-logo">
<a href="https://www.pj.gob.pe/" target="_blank"><img src="img/clients/client-4.png" class="img-fluid"
alt=""></a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="interest-logo">
<a href="https://www.mpfn.gob.pe/" target="_blank"><img src="img/clients/client-5.png"
class="img-fluid" alt=""></a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="interest-logo">
<a href="www.jdccpp.com/" target="_blank"><img src="img/clients/client-6.png" class="img-fluid"
alt=""></a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="interest-logo">
<a href="https://www.ccpp.org.pe/" target="_blank"><img src="img/clients/client-7.png"
class="img-fluid" alt=""></a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="interest-logo">
<a href="https://www.sunarp.gob.pe/" target="_blank"><img src="img/clients/client-8.png"
class="img-fluid" alt=""></a>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Contact Section
============================-->
<section id="contact">
<div class="container-fluid">
<div class="section-header">
<h3>Contact Us</h3>
</div>
<div class="row wow fadeInUp">
<div class="col-lg-6">
<div class="map mb-4 mb-lg-0">
<iframe
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12097.433213460943!2d-74.0062269!3d40.7101282!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xb89d1fe6bc499443!2sDowntown+Conference+Center!5e0!3m2!1smk!2sbg!4v1539943755621"
frameborder="0" style="border:0; width: 100%; height: 312px;" allowfullscreen></iframe>
</div>
</div>
<div class="col-lg-6">
<div class="row">
<div class="col-md-5 info">
<i class="ion-ios-location-outline"></i>
<p>Calle Ficticia N° 555, Sullana</p>
</div>
<div class="col-md-4 info">
<i class="ion-ios-email-outline"></i>
<p>[email protected]</p>
</div>
<div class="col-md-3 info">
<i class="ion-ios-telephone-outline"></i>
<p>+1 5589 55488 55</p>
</div>
</div>
<div class="form">
<div id="sendmessage">Your message has been sent. We will answer you soon!</div>
<div id="errormessage"></div>
<form action="" method="post" role="form" class="contactForm">
<div class="form-row">
<div class="form-group col-lg-6">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name"
data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validation"></div>
</div>
<div class="form-group col-lg-6">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email"
data-rule="email" data-msg="Please enter a valid email" />
<div class="validation"></div>
</div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject"
data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validation"></div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required"
data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validation"></div>
</div>
<div class="text-center"><button type="submit" title="Send Message">Send</button></div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- #contact -->
</section>
</div>
<div class="rightbutton col-xs-6 col-md-4" id="accordion">
<div>
<div id="headingOne" align="right">
<h5 class="mb-0">
<button class="btn btn-primary" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true"
aria-controls="collapseOne" role="button">
<i class="fa fa-newspaper-o fa-2x"></i>
</button>
</h5>
</div>
<div id="collapseOne" class="collapse" aria-labelledby="headingOne" data-parent="#accordion">
<div class="feedgrabbr_widget" id="fgid_cddbc918b1660db4fe95da4fa"></div>
<script>if (typeof (fg_widgets) === "undefined") fg_widgets = new Array(); fg_widgets.push("fgid_cddbc918b1660db4fe95da4fa");</script>
<script async src="https://www.feedgrabbr.com/widget/fgwidget.js"></script>
</div>
<div>
<div id="headingTwo" align="right">
<h5 class="mb-0">
<button class="btn btn-primary collapsed" data-toggle="collapse" data-target="#collapseTwo"
aria-expanded="false" aria-controls="collapseTwo">
<i class="fa fa-facebook fa-2x"></i>
</button>
</h5>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordion">
<div class="card">
<h4>Facebook posts</h4>
<div></div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="videoConf">
<a href="https://videolink2me.com/start"><i class="fa fa-video-camera fa-2x"></i></a>
</div> -->
</section>
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="container">
<div class="copyright">
© Copyright <strong>Palomino Auditores</strong>. All Rights Reserved
</div>
<div class="credits">
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
<div class="languaje">
<div class="fa fa-language"> </div> <a href="index.html"> English</a>
</div>
</div>
</footer><!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Uncomment below i you want to use a preloader -->
<!-- <div id="preloader"></div> -->
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/mobile-nav/mobile-nav.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
<!-- Clientes Modals -->
<!-- Modal 1 -->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header" data-dismiss="modal">
<h2 class="modal-title" style="color: #ff689b;">Audits</h2>
<button class="btn btn-outline-danger float-right border-0" data-dismiss="modal" type="button">
<i class="fa fa-times fa-lg"></i></button>
</div>
<div class="modal-body">
<!-- Project Details Go Here -->
<p class="item-intro text-muted">Through our Audit Division we offer the following
specialized services to the private and public business sector, international organizations, NGOs,
MYPES and union, educational and associative sectors:.</p>
<div class="icon" style="display: flex; float: right;"><i class="ion-ios-analytics-outline"
style="color: #ff689b; font-size: 250px;"></i>
</div>
<ul>
<li>Audit of the financial statements.</li>
<li>Management and results audit.</li>
<li>Audit of projects to international organizations and NGOs.</li>
<li>Operational audit.</li>
<li>Audit of special exams.</li>
<li>Internal audit and organizational design outsourcing.</li>
<li>Audit of credit operations and loan portfolio.</li>
<li>Account audit of the financial statements.</li>
<li>Audit of previously agreed procedures.</li>
<li>Audit of income and expenses.</li>
<li>Audit of processes in the procurement of goods and services.</li>
<li>Audit for change of management and taking of charges.</li>
<li>Audit aimed at detecting irregularities and fraud.</li>
<li>Audit of statistical information prior to publication.</li>
<li>Specialized training for internal audit staff.</li>
<li>Review of compliance with the State Contracting Law.</li>
<li>Diagnosis of the Internal Control System in the COSO environment.</li>
<li>Money and asset laundering assessments.</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Modal 2 -->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header" data-dismiss="modal">
<h2 class="text-uppercase" style="color: #e9bf06;">Accounting and Financial Reports</h2>
<button class="btn btn-outline-danger float-right border-0" data-dismiss="modal">
<i class="fa fa-times fa-lg"></i></button>
</div>
<div class="modal-body">
<!-- Project Details Go Here -->
<p class="item-intro text-muted">Through our Accounting and Financial Affairs Division
we offer the following specialized services:</p>
<div class="icon" style="display: flex; float: right;"><i class="ion-ios-pulse"
style="color: #e9bf06; font-size: 250px;"></i>
</div>
<ul>
<li>Accounting, legal and tax advice and update.</li>
<li>Accounting analysis and financial evaluation.</li>
<li>Regularization of accounting accounts.</li>
<li>Review of assets, liabilities and accounting adjustments.</li>
<li>Review of the application of IAS / IFRS. </li>
<li>Financial evaluation and analysis and reports.</li>
<li>Formulation of accounting manuals of standards and procedures.</li>
<li>Accounting for companies in liquidation and Associations.</li>
<li>Analysis and adjustments of tax obligations.</li>
<li>Formulation of closing and extinction balances of companies in dissolution.</li>
<li>Review of accounting cost systems.</li>
<li>Accounting for special purposes.</li>
<li>Technical Studies of Transfer Pricing.</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Modal 3 -->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header" data-dismiss="modal">
<h2 class="modal-title" style="color: #3fcdc7;">Business Consulting and Advice</h2>
<button class="btn btn-outline-danger float-right border-0" data-dismiss="modal">
<i class="fa fa-times fa-lg"></i></button>
</div>
<div class="modal-body">
<!-- Project Details Go Here -->
<p class="item-intro text-muted">Through our Consulting and Advisory Division we offer
the following specialized services:</p>
<div class="icon" style="display: flex; float: right;"><i class="ion-ios-paper-outline"
style="color: #3fcdc7; font-size: 250px;"></i>
</div>
<ul>
<li>Design of policies, standards and procedures manuals.</li>
<li>Diagnosis of internal control systems - COSO.</li>
<li>Evaluation of economic and financial management.</li>
<li>Design of strategic plans and business plans.</li>
<li>Modeling and redesign of processes.</li>
<li>Review and formulation of actuarial studies.</li>
<li>Taking physical inventories of warehouses, fixed assets and other tangibles.</li>
<li>Analysis and special reviews of accounting operating processes.</li>
<li>Advice for ISO certification is Company valuation.</li>
<li>Valuation and Merger of companies.</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Modal 4-->
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header" data-dismiss="modal">
<h2 class="modal-title" style="color: #41cf2e;">Tax and legal advice</h2>
<button class="btn btn-outline-danger float-right border-0" data-dismiss="modal">
<i class="fa fa-times fa-lg"></i></button>
</div>
<div class="modal-body">
<!-- Project Details Go Here -->
<p class="item-intro text-muted">Through our Accounting and Tax Affairs Division and
we offer the following specialized services:</p>
<div class="icon" style="display: flex; float: right;"><i class="fa fa-asl-interpreting"
style="color: #41cf2e; font-size: 250px;"></i>
</div>
<ul>
<li>Technical Study of Transfer Pricing.</li>
<li>Permanent tax advice.</li>
<li>Review of tax returns.</li>
<li>Evaluation of the tax situation of the company.</li>
<li>Tax planning and strategy.</li>
<li>Tax compliance review.</li>
<li>Determination and reconciliation of tax debts.</li>
<li>Constitution of companies and trademark registration.</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Modal 5-->
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title" style="color: #d6ff22;">Training and Professional Development</h2>
<button class="btn btn-outline-danger float-right border-0" data-dismiss="modal">
<i class="fa fa-times fa-lg"></i></button>
</div>
<div class="modal-body">
<!-- Project Details Go Here -->
<p class="item-intro text-muted">Our services are oriented to train, train and develop
to the staff of our customers. This training covers the staff of managers,
officials, managers media and employees, and is carried out through specific seminars and courses,
structured according to the nature and needs required by the company.</p>
<p> The topics to be developed in the different training and professional development programs are
referred to: </p>
<div class="icon" style="display: flex; float: right;"><i class="fa fa-line-chart"
style="color: #d6ff22; font-size: 250px;"></i>
</div>
<ul>
<li>Audit and internal control.</li>
<li>Taxation.</li>
<li>Management and cost accounting.</li>
<li>Information systems.</li>
<li>Data processing.</li>
<li>Personnel selection service.</li>
<li>Evaluation Service</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Modal 6-->
<div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title" style="color: #4680ff;">Guidelines of Our Audits</h2>
<button class="btn btn-outline-danger float-right border-0" data-dismiss="modal">
<i class="fa fa-times fa-lg"></i></button>
</div>
<div class="modal-body">
<!-- Project Details Go Here -->
<p class="item-intro text-muted">Our audits are developed from
compliance with the professional requirements contained in the auditing and ethics standards
professional.</p>
<div class="icon col-md-3" style="display: flex; float: right;"><i class="ion-ios-clock-outline"
style="color: #4680ff; font-size: 200px;"></i>
</div>
</div>
</div>
</div>
</div>
</body>
</html>