-
Notifications
You must be signed in to change notification settings - Fork 0
/
valores_corporativos.php
118 lines (85 loc) · 5.88 KB
/
valores_corporativos.php
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
<?php include("includes/scripting.php"); ?>
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>RED AIR</title>
<meta name="description" content="Ofrecemos el mejor servicio a bordo, acompañado de nuestra puntualidad, eficiencia y pronta respuesta de acuerdo a las necesidades y exigencias de los pasajeros.">
<meta name="author" content="RED AIR">
<meta name="keyword" content="RED AIR, Airlines, aerolinea, avion, viajes">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800' rel='stylesheet' type='text/css'>
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="assets/img/laser_ico.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/fontello.css">
<link href="assets/fonts/icon-7-stroke/css/pe-icon-7-stroke.css" rel="stylesheet">
<link href="assets/fonts/icon-7-stroke/css/helper.css" rel="stylesheet">
<link href="assets/css/animate.css" rel="stylesheet" media="screen">
<link rel="stylesheet" href="assets/css/bootstrap-select.min.css">
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/icheck.min_all.css">
<link rel="stylesheet" href="assets/css/price-range.css">
<link rel="stylesheet" href="assets/css/owl.carousel.css">
<link rel="stylesheet" href="assets/css/owl.theme.css">
<link rel="stylesheet" href="assets/css/owl.transitions.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<div id="preloader">
<div id="status"> </div>
</div>
<!-- Body content -->
<?php include("includes/header.php"); ?>
<div class="page-head">
<div class="container">
<div class="row">
<div class="page-head-content">
<!-- <h1 class="page-title">Quienes somos</h1> -->
</div>
</div>
</div>
</div>
<!-- End page header -->
<div class="content-area blog-page padding-top-40" style="background-color: #FCFCFC; padding-bottom: 55px;">
<div class="container">
<div class="row">
<div class="blog-lst col-md-12 pl0">
<section id="id-100" class="post single">
<div class="post-header single">
<div style="color: #f42535">
<h3 class="wow fadeInLeft animated">VALORES CORPORATIVOS</h3>
<div class="title-line wow fadeInRight animated"></div>
</div>
<!-- <div class="image wow fadeInRight animated">
<img src="assets/img/blog2.jpg" class="img-responsive" alt="Example blog post alt">
</div>-->
</div>
<div style="text-align: justify" id="post-content" class="post-body single wow fadeInLeft animated">
<p>
</p>
<p><strong>Respeto:</strong> Es nuestra manera de relacionarnos, tratando con dignidad, tolerancia y empatía a nuestros clientes y a nuestra gente. <br><br>
<strong> Compromiso:</strong> Actuamos con la convicción de ofrecer un servicio de calidad en el que se integran la responsabilidad, integridad y profesionalismo de nuestros trabajadores. <br><br>
<strong> Dinamismo: </strong> Es el motor que nos impulsa a desempeñar nuestras funciones con diligencia y prontitud bajo la premisa de la proactividad, garantizando el éxito ante la constante evolución y transformación del entorno. <br><br>
<strong>Humildad: </strong> La sencillez de nuestras acciones nos permite entender y aprender de nuestros clientes y de nuestro entorno, para ser cada día mejores en el servicio que prestamos. <br><br>
<strong>Cercanía: </strong> Propiciamos un ambiente de servicio cordial y cálido, que genera lazos de credibilidad y lealtad, acortando millas de distancia para hacer sentir como en casa a nuestros clientes y a nuestra gente. <br><br>
</p>
<p>
<img src="assets/img/valores_corporativos.jpg" class="img-responsive" alt="Example blog post alt">
</p>
</div>
</section>
</div>
</div>
</div>
</div>
<?php include ("includes/footer.php"); ?>
</body>
</html>