-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacto.html
394 lines (360 loc) · 16.9 KB
/
contacto.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
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Oliva Claria, Benjamin">
<meta name="description" content="Pagina Oficial de Agroganas">
<title>Agroganas · Contacto</title>
<link rel="shortcut icon" type="image/png" href="assets/logo-only-icon.png"/>
<link rel="apple-touch-icon" href="assets/logo-only-icon.png" />
<link rel="canonical" href="https://getbootstrap.com/docs/4.4/examples/carousel/">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Favicons -->
<link rel="apple-touch-icon"
href="http://www.agroganas.com/wp-content/uploads/2019/07/cropped-flaticon-agroganas-270x270.png" sizes="180x180">
<link rel="icon" href="http://www.agroganas.com/wp-content/uploads/2019/07/cropped-flaticon-agroganas-270x270.png"
sizes="32x32" type="image/png">
<link rel="icon" href="http://www.agroganas.com/wp-content/uploads/2019/07/cropped-flaticon-agroganas-270x270.png"
sizes="16x16" type="image/png">
<link rel="manifest" href="https://getbootstrap.com//docs/4.4/assets/img/favicons/manifest.json">
<link rel="mask-icon" href="https://getbootstrap.com//docs/4.4/assets/img/favicons/safari-pinned-tab.svg"
color="#563d7c">
<link rel="icon" href="http://www.agroganas.com/wp-content/uploads/2019/07/cropped-flaticon-agroganas-270x270.png">
<meta name="msapplication-config"
content="http://www.agroganas.com/wp-content/uploads/2019/07/cropped-flaticon-agroganas-270x270.png">
<meta name="theme-color" content="#563d7c">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="https://getbootstrap.com/docs/4.4/examples/carousel/carousel.css" rel="stylesheet">
<script data-dapp-detection="">
(function () {
let alreadyInsertedMetaTag = false
function __insertDappDetected() {
if (!alreadyInsertedMetaTag) {
const meta = document.createElement('meta')
meta.name = 'dapp-detected'
document.head.appendChild(meta)
alreadyInsertedMetaTag = true
}
}
if (window.hasOwnProperty('web3')) {
// Note a closure can't be used for this var because some sites like
// www.wnyc.org do a second script execution via eval for some reason.
window.__disableDappDetectionInsertion = true
// Likely oldWeb3 is undefined and it has a property only because
// we defined it. Some sites like wnyc.org are evaling all scripts
// that exist again, so this is protection against multiple calls.
if (window.web3 === undefined) {
return
}
__insertDappDetected()
} else {
var oldWeb3 = window.web3
Object.defineProperty(window, 'web3', {
configurable: true,
set: function (val) {
if (!window.__disableDappDetectionInsertion)
__insertDappDetected()
oldWeb3 = val
},
get: function () {
if (!window.__disableDappDetectionInsertion)
__insertDappDetected()
return oldWeb3
}
})
}
})()</script>
</head>
<body>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/7.23.0/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script>
// Your web app's Firebase configuration
var firebaseConfig = {
apiKey: "AIzaSyAO_RshYbaZtasQ9kYu--iiu5aWkP4gVsg",
authDomain: "agroganas-5e529.firebaseapp.com",
databaseURL: "https://agroganas-5e529.firebaseio.com",
projectId: "agroganas-5e529",
storageBucket: "agroganas-5e529.appspot.com",
messagingSenderId: "776362086696",
appId: "1:776362086696:web:a3b7f9e156725b49b0001d"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
</script>
<header>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<div class="d-none d-md-block"></div>
<img class="bd-placeholder-img" width="230px" src="assets/logo agroganas nuevo-04.png" focusable="false"
role="img">
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse"
aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item ">
<a class="nav-link" href="index.html">Inicio </a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown3" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Productos
</a>
<ul class="dropdown-menu bg-dark scrollable-menu" aria-labelledby="navbarDropdown3">
<a class="dropdown-item text-white" href="../sections/index.html?cat=Agroinsumos">Insumos
Agrícolas</a>
<a class="dropdown-item text-white" href="../sections/index.html?cat=Maquinaria">Maquinaria
Agricola</a>
<a class="dropdown-item text-white" href="../sections/index.html?cat=Seguros">Seguros</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=AgriculturaPresicion">Agricultura de Presición</a>
<a class="dropdown-item text-white" href="../sections/index.html?cat=Insumos">Insumos
Nutricion Animal</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=NucleosCorrectoresSuplementos">Núcleos, Correctores y
Suplementos</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=InstalacionesAgroganaderas">Instalaciones
Agroganaderas</a>
<a class="dropdown-item text-white" href="../sections/index.html?cat=Forrajes">Forrajes</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=InsumosVeterinarios">Insumos Veterinarios</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=Instalaciones">Instalaciones</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=Generadores">Generadores de Energia</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=BalanzasBasculas">Balanzas y Basculas</a>
<a class="dropdown-item text-white" href="../sections/index.html?cat=Tanques">Tanques</a>
<a class="dropdown-item text-white" href="../sections/index.html?cat=CamposInmuebles">Campos
- Estancias</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=Herramientas">Herramientas</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=HerramientasJardin">Herramientas de Jardin</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=ArticulosRurales">Articulos Rurales y Herramientas</a>
<a class="dropdown-item text-white" href="../sections/index.html?cat=OleoHidraulica">Oleo
Hidraulica</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=Herbicidas">Herbicidas</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=Insecticidas">Insecticidas</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=Fungicidas">Fungicidas</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=Inoculantes">Inoculantes</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=CuraSemillas">Curasemillas</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=Coadyuvantes">Coadyuvantes</a>
<a class="dropdown-item text-white" href="../sections/index.html?cat=Aceites">Aceites</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=Acaricidas">Acaricidas</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=Fitorreguladores">Fitorreguladores</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=Nematicidas">Nematicidas</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=SemillasAgrícolas">Semillas Agrícolas</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=SemillasForrajeras">Semillas Forrajeras</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=FertilizantesSólidos">Fertilizantes Sólidos</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=FertilizantesLíquidos">Fertilizantes Líquidos</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=FertilizantesFoliares">Fertilizantes Foliares</a>
<a class="dropdown-item text-white" href="../sections/index.html?cat=Bolsas">Bolsas
Silos</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=Combustibles">Combustibles</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=Repuestos">Repuestos</a>
<a class="dropdown-item text-white" href="../sections/index.html?cat=Labranza">Labranza</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=Tractores">Tractores</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=Cosechadoras">Cosechadoras</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=Sembradoras">Sembradoras</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=Fumigadoras">Fumigadoras</a>
<a class="dropdown-item text-white" href="../sections/index.html?cat=Tolvas">Tolvas</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=Fertilizadoras">Fertilizadoras</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=Acoplados">Acoplados</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=Cabezales">Cabezales</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=Vehículos">Vehículos</a>
<a class="dropdown-item text-white"
href="../sections/index.html?cat=SERVICIOS">SERVICIOS</a>
<a class="dropdown-item text-white" href="../sections/index.html?cat=BANCOS">BANCOS</a>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="../../agronomias-virtuales/index.html">Agronomías Virtuales</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="contacto.html">Contacto<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="opiniones.html">Opiniones y Sugerencias</a>
</li>
</ul>
<form id="search-form" class="form-inline mt-2 mt-md-0" action="busqueda/index.html" method="GET">
<input id="barraBusqueda" name="search" class="form-control mr-sm-2" type="text"
placeholder="Buscar..." aria-label="Buscar" required>
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Buscar</button>
</form>
</div>
</nav>
</header>
<main role="main">
<br>
<br>
<br>
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<div class="row">
<div class="col-lg">
<div class="card shadow p-3 mb-5 bg-warning rounded">
<div class="card-body" align="center">
<script type="text/javascript" src="https://form.jotform.com/jsform/212596005233651"></script>
</div>
</div>
</div>
</div>
</div><!-- /.container -->
<div class="btn-whatsapp" hidden>
<a href="https://api.whatsapp.com/send?phone=5493516438832" target="_blank">
<img class="rounded-circle"
src="https://rawcdn.githack.com/rafaelbotazini/floating-whatsapp/3d18b26d5c7d430a1ab0b664f8ca6b69014aed68/whatsapp.svg"
height="75px" width="75px" alt="">
</a>
</div>
<!-- FOOTER -->
<footer class="container">
<p class="float-right"><a href="#">Ir al principio de pagina</a></p>
<p>© 2020 Agroganas · <a href="terminos-y-condiciones.html">Terminos y Condiciones</a></p>
</footer>
</main>
<style>
.dropdown-menu>a:hover,
.dropdown-menu>li>a:focus {
background-color: gray;
}
.scrollable-menu {
height: auto;
max-height: 400px;
overflow-x: hidden;
}
.dropdown-toggle::after {
transition: transform 0.15s linear;
}
.show.dropdown .dropdown-toggle::after {
transform: translateY(3px);
}
.dropdown-menu {
margin-top: 0;
}
.carousel {
height: 100%;
}
.carousel-item,
.carousel-inner,
.carousel-inner img {
width: 100%;
height: 100%;
}
.carousel-item {
text-align: center;
}
#portfolio {
background: #356;
}
</style>
<style>
.btn-whatsapp {
display: block;
width: 70px;
height: 70px;
color: #fff;
position: fixed;
right: 20px;
bottom: 20px;
border-radius: 50%;
line-height: 80px;
text-align: center;
z-index: 999;
}
</style>
<div id="hzImg"
style="border: 1px solid rgb(0, 0, 0); line-height: 0; overflow: hidden; padding: 2px; margin: 0px; position: absolute; z-index: 2147483647; border-radius: 3px; box-shadow: rgba(0, 0, 0, 0.33) 3px 3px 9px 5px; opacity: 1; top: 96px; left: -8px; background-color: rgb(0, 0, 0); cursor: pointer; pointer-events: none; display: none;">
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"
integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js"
integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script>
const $dropdown = $(".dropdown");
const $dropdownToggle = $(".dropdown-toggle");
const $dropdownMenu = $(".dropdown-menu");
const showClass = "show";
$(window).on("load resize", function () {
if (this.matchMedia("(min-width: 768px)").matches) {
$dropdown.hover(
function () {
const $this = $(this);
$this.addClass(showClass);
$this.find($dropdownToggle).attr("aria-expanded", "true");
$this.find($dropdownMenu).addClass(showClass);
},
function () {
const $this = $(this);
$this.removeClass(showClass);
$this.find($dropdownToggle).attr("aria-expanded", "false");
$this.find($dropdownMenu).removeClass(showClass);
}
);
} else {
$dropdown.off("mouseenter mouseleave");
}
});
$('#search-form').attr('hidden', true);
</script>
</body>
</html>