GitHub.com
tcp/443 tcp/80
Open service 2606:50c0:8000::153:443 · mandebroy.com
2026-01-13 00:43
HTTP/1.1 200 OK
Connection: close
Content-Length: 4288
Server: GitHub.com
Content-Type: text/html; charset=utf-8
x-origin-cache: HIT
Last-Modified: Wed, 19 Mar 2025 19:16:06 GMT
Access-Control-Allow-Origin: *
ETag: "67db17f6-10c0"
expires: Tue, 13 Jan 2026 00:53:28 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: 455C:FD49D:47A6B5:494FD7:6965952F
Accept-Ranges: bytes
Date: Tue, 13 Jan 2026 00:43:30 GMT
Via: 1.1 varnish
Age: 2
X-Served-By: cache-sjc10040-SJC
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1768265010.264166,VS0,VE2
Vary: Accept-Encoding
X-Fastly-Request-ID: e3e03765507c0b4598b693cc190aba5bcc2b240a
Page title: Mandebroy - Soluciones para el agro
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mandebroy - Soluciones para el agro</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
/* Paleta verde profesional */
:root {
--primary: #0c6431;
--secondary: #087736;
--accent: #1abc9c;
--dark: #1a1a1a;
--light: #f8f9fa;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: var(--dark);
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.header {
background: var(--primary);
color: white;
padding: 1rem;
text-align: center;
}
.nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem;
background: var(--secondary);
}
.nav a {
color: white;
text-decoration: none;
margin-right: 2rem;
}
.hero {
background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
url('https://i.ibb.co/TxSVFbwB/pexels-alejandro-barron-21404-96715.jpg');
background-size: cover;
height: 300px;
display: flex;
align-items: center;
justify-content: center;
color: white;
}
.section {
padding: 3rem 0;
}
.products-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin-top: 2rem;
}
.card {
background: white;
padding: 1.5rem;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
display: flex;
flex-direction: column;
align-items: center;
}
.card-icon {
font-size: 3rem;
color: var(--accent);
margin-bottom: 1rem;
}
@media (max-width: 768px) {
.nav {
flex-direction: column;
text-align: center;
}
.nav a {
margin: 0.5rem 0;
}
}
</style>
</head>
<body>
<header class="header">
<div class="container">
<h1>Mandebroy</h1>
</div>
</header>
<nav class="nav">
<div class="container">
<a href="#home">Inicio</a>
<a href="#productos">Productos</a>
<a href="#contacto">Contacto</a>
</div>
</nav>
<section class="hero">
<div class="container">
<h2>Protección y nutrición para tus cultivos</h2>
<p>Tratamientos de semillas, coadyuvantes y fertilizantes de alta calidad para toda latinoamérica.</p>
</div>
</section>
<section id="productos" class="section">
<div class="container">
<h2>Nuestros productos</h2>
<div class="products-grid">
<div class="card">
<i class="fas fa-seedling card-icon"></i>
<h3>Tratamiento de semillas.</h3>
</div>
<div class="card">
<i class="fas fa-droplet card-icon"></i>
<h3>Adyuvantes</h3>
</div>
<div class="card">
<i class="fa-solid fa-tractor card-icon"></i>
<h3>Fertilizantes especializados</h3>
</div>
</div>
</div>
</section>
<footer class="section">
<div class="container">
<div class="row">
<div
Open service 185.199.108.153:443 · mandebroy.com
2026-01-13 00:43
HTTP/1.1 200 OK
Connection: close
Content-Length: 4288
Server: GitHub.com
Content-Type: text/html; charset=utf-8
x-origin-cache: HIT
Last-Modified: Wed, 19 Mar 2025 19:16:07 GMT
Access-Control-Allow-Origin: *
ETag: "67db17f7-10c0"
expires: Tue, 13 Jan 2026 00:53:28 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: CA6A:3E71F0:4A27A1:4B9BFF:69659530
Accept-Ranges: bytes
Date: Tue, 13 Jan 2026 00:43:30 GMT
Via: 1.1 varnish
Age: 2
X-Served-By: cache-sin-wsss1830031-SIN
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1768265011.767475,VS0,VE2
Vary: Accept-Encoding
X-Fastly-Request-ID: 65d85eed74f32576979cd1ff2fc8795cc80a2839
Page title: Mandebroy - Soluciones para el agro
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mandebroy - Soluciones para el agro</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
/* Paleta verde profesional */
:root {
--primary: #0c6431;
--secondary: #087736;
--accent: #1abc9c;
--dark: #1a1a1a;
--light: #f8f9fa;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: var(--dark);
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.header {
background: var(--primary);
color: white;
padding: 1rem;
text-align: center;
}
.nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem;
background: var(--secondary);
}
.nav a {
color: white;
text-decoration: none;
margin-right: 2rem;
}
.hero {
background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
url('https://i.ibb.co/TxSVFbwB/pexels-alejandro-barron-21404-96715.jpg');
background-size: cover;
height: 300px;
display: flex;
align-items: center;
justify-content: center;
color: white;
}
.section {
padding: 3rem 0;
}
.products-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin-top: 2rem;
}
.card {
background: white;
padding: 1.5rem;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
display: flex;
flex-direction: column;
align-items: center;
}
.card-icon {
font-size: 3rem;
color: var(--accent);
margin-bottom: 1rem;
}
@media (max-width: 768px) {
.nav {
flex-direction: column;
text-align: center;
}
.nav a {
margin: 0.5rem 0;
}
}
</style>
</head>
<body>
<header class="header">
<div class="container">
<h1>Mandebroy</h1>
</div>
</header>
<nav class="nav">
<div class="container">
<a href="#home">Inicio</a>
<a href="#productos">Productos</a>
<a href="#contacto">Contacto</a>
</div>
</nav>
<section class="hero">
<div class="container">
<h2>Protección y nutrición para tus cultivos</h2>
<p>Tratamientos de semillas, coadyuvantes y fertilizantes de alta calidad para toda latinoamérica.</p>
</div>
</section>
<section id="productos" class="section">
<div class="container">
<h2>Nuestros productos</h2>
<div class="products-grid">
<div class="card">
<i class="fas fa-seedling card-icon"></i>
<h3>Tratamiento de semillas.</h3>
</div>
<div class="card">
<i class="fas fa-droplet card-icon"></i>
<h3>Adyuvantes</h3>
</div>
<div class="card">
<i class="fa-solid fa-tractor card-icon"></i>
<h3>Fertilizantes especializados</h3>
</div>
</div>
</div>
</section>
<footer class="section">
<div class="container">
<div class="row">
<div
Open service 2606:50c0:8003::153:443 · mandebroy.com
2026-01-13 00:43
HTTP/1.1 200 OK
Connection: close
Content-Length: 4288
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Wed, 19 Mar 2025 19:16:07 GMT
Access-Control-Allow-Origin: *
ETag: "67db17f7-10c0"
expires: Tue, 13 Jan 2026 00:53:28 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: E09C:341403:52261:5FC59:69659530
Accept-Ranges: bytes
Date: Tue, 13 Jan 2026 00:43:30 GMT
Via: 1.1 varnish
Age: 2
X-Served-By: cache-bom-vanm7210049-BOM
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1768265010.454726,VS0,VE2
Vary: Accept-Encoding
X-Fastly-Request-ID: 375ad3aa663465a28ec716caf6ab7c6d55c43324
Page title: Mandebroy - Soluciones para el agro
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mandebroy - Soluciones para el agro</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
/* Paleta verde profesional */
:root {
--primary: #0c6431;
--secondary: #087736;
--accent: #1abc9c;
--dark: #1a1a1a;
--light: #f8f9fa;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: var(--dark);
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.header {
background: var(--primary);
color: white;
padding: 1rem;
text-align: center;
}
.nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem;
background: var(--secondary);
}
.nav a {
color: white;
text-decoration: none;
margin-right: 2rem;
}
.hero {
background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
url('https://i.ibb.co/TxSVFbwB/pexels-alejandro-barron-21404-96715.jpg');
background-size: cover;
height: 300px;
display: flex;
align-items: center;
justify-content: center;
color: white;
}
.section {
padding: 3rem 0;
}
.products-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin-top: 2rem;
}
.card {
background: white;
padding: 1.5rem;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
display: flex;
flex-direction: column;
align-items: center;
}
.card-icon {
font-size: 3rem;
color: var(--accent);
margin-bottom: 1rem;
}
@media (max-width: 768px) {
.nav {
flex-direction: column;
text-align: center;
}
.nav a {
margin: 0.5rem 0;
}
}
</style>
</head>
<body>
<header class="header">
<div class="container">
<h1>Mandebroy</h1>
</div>
</header>
<nav class="nav">
<div class="container">
<a href="#home">Inicio</a>
<a href="#productos">Productos</a>
<a href="#contacto">Contacto</a>
</div>
</nav>
<section class="hero">
<div class="container">
<h2>Protección y nutrición para tus cultivos</h2>
<p>Tratamientos de semillas, coadyuvantes y fertilizantes de alta calidad para toda latinoamérica.</p>
</div>
</section>
<section id="productos" class="section">
<div class="container">
<h2>Nuestros productos</h2>
<div class="products-grid">
<div class="card">
<i class="fas fa-seedling card-icon"></i>
<h3>Tratamiento de semillas.</h3>
</div>
<div class="card">
<i class="fas fa-droplet card-icon"></i>
<h3>Adyuvantes</h3>
</div>
<div class="card">
<i class="fa-solid fa-tractor card-icon"></i>
<h3>Fertilizantes especializados</h3>
</div>
</div>
</div>
</section>
<footer class="section">
<div class="container">
<div class="row">
<div
Open service 2606:50c0:8002::153:80 · www.mandebroy.com
2026-01-13 00:43
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://mandebroy.com/ X-GitHub-Request-Id: FFE8:2146DF:489723:4A40AC:69659532 Accept-Ranges: bytes Age: 0 Date: Tue, 13 Jan 2026 00:43:30 GMT Via: 1.1 varnish X-Served-By: cache-sjc10080-SJC X-Cache: MISS X-Cache-Hits: 0 X-Timer: S1768265010.234631,VS0,VE89 Vary: Accept-Encoding X-Fastly-Request-ID: 94ee36e3397c2e890f77dc8988b22c55490c84ba Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.111.153:80 · mandebroy.com
2026-01-13 00:43
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://mandebroy.com/ X-GitHub-Request-Id: 638F:2F6D57:73C9EE:7E6B26:6965952F Accept-Ranges: bytes Date: Tue, 13 Jan 2026 00:43:30 GMT Via: 1.1 varnish Age: 2 X-Served-By: cache-lga21971-LGA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1768265010.117709,VS0,VE7 Vary: Accept-Encoding X-Fastly-Request-ID: 5eba6a8f1ede1f17d8ad7f6ac750288b25996a8f Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.110.153:443 · www.mandebroy.com
2026-01-13 00:43
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html x-origin-cache: HIT Location: https://mandebroy.com/ X-GitHub-Request-Id: 7A8E:32D66E:4CB757:4E2C79:6965952F Accept-Ranges: bytes Date: Tue, 13 Jan 2026 00:43:30 GMT Via: 1.1 varnish Age: 2 X-Served-By: cache-rtm-ehrd2290053-RTM X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1768265010.195273,VS0,VE3 Vary: Accept-Encoding X-Fastly-Request-ID: 81ecfd488170d7887ebef50d735743deb93cb695 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8003::153:443 · www.mandebroy.com
2026-01-13 00:43
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://mandebroy.com/ X-GitHub-Request-Id: 74B2:15F096:852A01:9335B7:6965952F Accept-Ranges: bytes Date: Tue, 13 Jan 2026 00:43:30 GMT Via: 1.1 varnish Age: 2 X-Served-By: cache-yyz4524-YYZ X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1768265010.120699,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: cd0150fd0424ed764193590e0110a04c0e3e4260 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8000::153:443 · www.mandebroy.com
2026-01-13 00:43
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html x-origin-cache: HIT Location: https://mandebroy.com/ X-GitHub-Request-Id: 8ACA:32D66E:4CB749:4E2C6E:6965952F Accept-Ranges: bytes Date: Tue, 13 Jan 2026 00:43:30 GMT Via: 1.1 varnish Age: 2 X-Served-By: cache-fra-eddf8230180-FRA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1768265010.258358,VS0,VE2 Vary: Accept-Encoding X-Fastly-Request-ID: 424fc7db54a81f91336626aee349c12776b9d59d Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8000::153:80 · www.mandebroy.com
2026-01-13 00:43
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://mandebroy.com/ X-GitHub-Request-Id: 72BA:2F88FF:51C62D:535235:6965952B Accept-Ranges: bytes Date: Tue, 13 Jan 2026 00:43:30 GMT Via: 1.1 varnish Age: 2 X-Served-By: cache-fra-eddf8230112-FRA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1768265010.124554,VS0,VE3 Vary: Accept-Encoding X-Fastly-Request-ID: 24bdee82f9251df970645ac536da147006959427 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.110.153:80 · www.mandebroy.com
2026-01-13 00:43
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://mandebroy.com/ X-GitHub-Request-Id: 72BA:2F88FF:51C62D:535235:6965952B Accept-Ranges: bytes Date: Tue, 13 Jan 2026 00:43:30 GMT Via: 1.1 varnish Age: 2 X-Served-By: cache-fra-eddf8230070-FRA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1768265010.200213,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: c5077937de9d520d4c464a6ca5980a99fce81a78 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.108.153:80 · www.mandebroy.com
2026-01-13 00:43
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://mandebroy.com/ X-GitHub-Request-Id: 1A1D:107E41:7B96D7:863CE7:6965952F Accept-Ranges: bytes Date: Tue, 13 Jan 2026 00:43:30 GMT Via: 1.1 varnish Age: 2 X-Served-By: cache-lga21992-LGA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1768265010.090193,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: 513ce115590dee3bb23c603abf6e4ba142ab58cd Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8001::153:443 · www.mandebroy.com
2026-01-13 00:43
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://mandebroy.com/ X-GitHub-Request-Id: 74B2:15F096:852A01:9335B7:6965952F Accept-Ranges: bytes Date: Tue, 13 Jan 2026 00:43:30 GMT Via: 1.1 varnish Age: 2 X-Served-By: cache-yyz4555-YYZ X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1768265010.123007,VS0,VE2 Vary: Accept-Encoding X-Fastly-Request-ID: 001df50793fd56c94ac26c43cea390e9cd78de6a Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8001::153:80 · mandebroy.com
2026-01-13 00:43
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://mandebroy.com/ X-GitHub-Request-Id: 0C45:393E08:1EF06C:1FBDFF:6965952E Accept-Ranges: bytes Date: Tue, 13 Jan 2026 00:43:30 GMT Via: 1.1 varnish Age: 2 X-Served-By: cache-lon420114-LON X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1768265010.086009,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: 6bac50c9a0712667d736f7d086b480478daf3cfb Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.110.153:80 · mandebroy.com
2026-01-13 00:43
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://mandebroy.com/ X-GitHub-Request-Id: 0D14:10E32B:461E12:47C3B0:6965952F Accept-Ranges: bytes Date: Tue, 13 Jan 2026 00:43:30 GMT Via: 1.1 varnish Age: 2 X-Served-By: cache-pao-kpao1770042-PAO X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1768265010.176647,VS0,VE2 Vary: Accept-Encoding X-Fastly-Request-ID: 2a292658f963fe640404fc93513c0f16a69d3a92 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8003::153:80 · mandebroy.com
2026-01-13 00:43
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://mandebroy.com/ X-GitHub-Request-Id: 43D5:3AAE61:4C16EA:4D8B87:69659530 Accept-Ranges: bytes Date: Tue, 13 Jan 2026 00:43:30 GMT Via: 1.1 varnish Age: 2 X-Served-By: cache-sin-wsat1880089-SIN X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1768265011.811654,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: b52f686966b2d1cdd7d8ae16c62c6324afc7be30 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.110.153:443 · mandebroy.com
2026-01-13 00:43
HTTP/1.1 200 OK
Connection: close
Content-Length: 4288
Server: GitHub.com
Content-Type: text/html; charset=utf-8
x-origin-cache: HIT
Last-Modified: Wed, 19 Mar 2025 19:16:07 GMT
Access-Control-Allow-Origin: *
ETag: "67db17f7-10c0"
expires: Tue, 13 Jan 2026 00:53:28 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: CA6A:3E71F0:4A27A1:4B9BFF:69659530
Accept-Ranges: bytes
Date: Tue, 13 Jan 2026 00:43:30 GMT
Via: 1.1 varnish
Age: 2
X-Served-By: cache-sin-wsat1880042-SIN
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1768265011.763507,VS0,VE1
Vary: Accept-Encoding
X-Fastly-Request-ID: 0c454e845870cfdc1b03adfb40a68f25cea22d3f
Page title: Mandebroy - Soluciones para el agro
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mandebroy - Soluciones para el agro</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
/* Paleta verde profesional */
:root {
--primary: #0c6431;
--secondary: #087736;
--accent: #1abc9c;
--dark: #1a1a1a;
--light: #f8f9fa;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: var(--dark);
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.header {
background: var(--primary);
color: white;
padding: 1rem;
text-align: center;
}
.nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem;
background: var(--secondary);
}
.nav a {
color: white;
text-decoration: none;
margin-right: 2rem;
}
.hero {
background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
url('https://i.ibb.co/TxSVFbwB/pexels-alejandro-barron-21404-96715.jpg');
background-size: cover;
height: 300px;
display: flex;
align-items: center;
justify-content: center;
color: white;
}
.section {
padding: 3rem 0;
}
.products-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin-top: 2rem;
}
.card {
background: white;
padding: 1.5rem;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
display: flex;
flex-direction: column;
align-items: center;
}
.card-icon {
font-size: 3rem;
color: var(--accent);
margin-bottom: 1rem;
}
@media (max-width: 768px) {
.nav {
flex-direction: column;
text-align: center;
}
.nav a {
margin: 0.5rem 0;
}
}
</style>
</head>
<body>
<header class="header">
<div class="container">
<h1>Mandebroy</h1>
</div>
</header>
<nav class="nav">
<div class="container">
<a href="#home">Inicio</a>
<a href="#productos">Productos</a>
<a href="#contacto">Contacto</a>
</div>
</nav>
<section class="hero">
<div class="container">
<h2>Protección y nutrición para tus cultivos</h2>
<p>Tratamientos de semillas, coadyuvantes y fertilizantes de alta calidad para toda latinoamérica.</p>
</div>
</section>
<section id="productos" class="section">
<div class="container">
<h2>Nuestros productos</h2>
<div class="products-grid">
<div class="card">
<i class="fas fa-seedling card-icon"></i>
<h3>Tratamiento de semillas.</h3>
</div>
<div class="card">
<i class="fas fa-droplet card-icon"></i>
<h3>Adyuvantes</h3>
</div>
<div class="card">
<i class="fa-solid fa-tractor card-icon"></i>
<h3>Fertilizantes especializados</h3>
</div>
</div>
</div>
</section>
<footer class="section">
<div class="container">
<div class="row">
<div
Open service 185.199.109.153:443 · mandebroy.com
2026-01-13 00:43
HTTP/1.1 200 OK
Connection: close
Content-Length: 4288
Server: GitHub.com
Content-Type: text/html; charset=utf-8
x-origin-cache: HIT
Last-Modified: Wed, 19 Mar 2025 19:16:07 GMT
Access-Control-Allow-Origin: *
ETag: "67db17f7-10c0"
expires: Tue, 13 Jan 2026 00:53:28 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: E03C:15A3F5:4BA04D:4D1507:6965952F
Accept-Ranges: bytes
Date: Tue, 13 Jan 2026 00:43:30 GMT
Via: 1.1 varnish
Age: 2
X-Served-By: cache-fra-eddf8230061-FRA
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1768265010.083425,VS0,VE1
Vary: Accept-Encoding
X-Fastly-Request-ID: 91dad4615a74254e4472a31dcff9f4fd28d25fcf
Page title: Mandebroy - Soluciones para el agro
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mandebroy - Soluciones para el agro</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
/* Paleta verde profesional */
:root {
--primary: #0c6431;
--secondary: #087736;
--accent: #1abc9c;
--dark: #1a1a1a;
--light: #f8f9fa;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: var(--dark);
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.header {
background: var(--primary);
color: white;
padding: 1rem;
text-align: center;
}
.nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem;
background: var(--secondary);
}
.nav a {
color: white;
text-decoration: none;
margin-right: 2rem;
}
.hero {
background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
url('https://i.ibb.co/TxSVFbwB/pexels-alejandro-barron-21404-96715.jpg');
background-size: cover;
height: 300px;
display: flex;
align-items: center;
justify-content: center;
color: white;
}
.section {
padding: 3rem 0;
}
.products-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin-top: 2rem;
}
.card {
background: white;
padding: 1.5rem;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
display: flex;
flex-direction: column;
align-items: center;
}
.card-icon {
font-size: 3rem;
color: var(--accent);
margin-bottom: 1rem;
}
@media (max-width: 768px) {
.nav {
flex-direction: column;
text-align: center;
}
.nav a {
margin: 0.5rem 0;
}
}
</style>
</head>
<body>
<header class="header">
<div class="container">
<h1>Mandebroy</h1>
</div>
</header>
<nav class="nav">
<div class="container">
<a href="#home">Inicio</a>
<a href="#productos">Productos</a>
<a href="#contacto">Contacto</a>
</div>
</nav>
<section class="hero">
<div class="container">
<h2>Protección y nutrición para tus cultivos</h2>
<p>Tratamientos de semillas, coadyuvantes y fertilizantes de alta calidad para toda latinoamérica.</p>
</div>
</section>
<section id="productos" class="section">
<div class="container">
<h2>Nuestros productos</h2>
<div class="products-grid">
<div class="card">
<i class="fas fa-seedling card-icon"></i>
<h3>Tratamiento de semillas.</h3>
</div>
<div class="card">
<i class="fas fa-droplet card-icon"></i>
<h3>Adyuvantes</h3>
</div>
<div class="card">
<i class="fa-solid fa-tractor card-icon"></i>
<h3>Fertilizantes especializados</h3>
</div>
</div>
</div>
</section>
<footer class="section">
<div class="container">
<div class="row">
<div
Open service 2606:50c0:8000::153:80 · mandebroy.com
2026-01-13 00:43
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://mandebroy.com/ X-GitHub-Request-Id: 4849:13EC19:4BA021:4D1170:6965952F Accept-Ranges: bytes Date: Tue, 13 Jan 2026 00:43:30 GMT Via: 1.1 varnish Age: 2 X-Served-By: cache-vie6379-VIE X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1768265010.176313,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: 44145083953fae934b062a62ea9bfa275a74dfc7 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8002::153:443 · mandebroy.com
2026-01-13 00:43
HTTP/1.1 200 OK
Connection: close
Content-Length: 4288
Server: GitHub.com
Content-Type: text/html; charset=utf-8
x-origin-cache: HIT
Last-Modified: Wed, 19 Mar 2025 19:16:07 GMT
Access-Control-Allow-Origin: *
ETag: "67db17f7-10c0"
expires: Tue, 13 Jan 2026 00:53:28 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: E03C:15A3F5:4BA04D:4D1507:6965952F
Accept-Ranges: bytes
Date: Tue, 13 Jan 2026 00:43:30 GMT
Via: 1.1 varnish
Age: 2
X-Served-By: cache-fra-eddf8230139-FRA
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1768265010.085878,VS0,VE1
Vary: Accept-Encoding
X-Fastly-Request-ID: 280dbcc21083c579721fdbc309cfabfbe6f062a2
Page title: Mandebroy - Soluciones para el agro
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mandebroy - Soluciones para el agro</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
/* Paleta verde profesional */
:root {
--primary: #0c6431;
--secondary: #087736;
--accent: #1abc9c;
--dark: #1a1a1a;
--light: #f8f9fa;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: var(--dark);
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.header {
background: var(--primary);
color: white;
padding: 1rem;
text-align: center;
}
.nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem;
background: var(--secondary);
}
.nav a {
color: white;
text-decoration: none;
margin-right: 2rem;
}
.hero {
background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
url('https://i.ibb.co/TxSVFbwB/pexels-alejandro-barron-21404-96715.jpg');
background-size: cover;
height: 300px;
display: flex;
align-items: center;
justify-content: center;
color: white;
}
.section {
padding: 3rem 0;
}
.products-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin-top: 2rem;
}
.card {
background: white;
padding: 1.5rem;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
display: flex;
flex-direction: column;
align-items: center;
}
.card-icon {
font-size: 3rem;
color: var(--accent);
margin-bottom: 1rem;
}
@media (max-width: 768px) {
.nav {
flex-direction: column;
text-align: center;
}
.nav a {
margin: 0.5rem 0;
}
}
</style>
</head>
<body>
<header class="header">
<div class="container">
<h1>Mandebroy</h1>
</div>
</header>
<nav class="nav">
<div class="container">
<a href="#home">Inicio</a>
<a href="#productos">Productos</a>
<a href="#contacto">Contacto</a>
</div>
</nav>
<section class="hero">
<div class="container">
<h2>Protección y nutrición para tus cultivos</h2>
<p>Tratamientos de semillas, coadyuvantes y fertilizantes de alta calidad para toda latinoamérica.</p>
</div>
</section>
<section id="productos" class="section">
<div class="container">
<h2>Nuestros productos</h2>
<div class="products-grid">
<div class="card">
<i class="fas fa-seedling card-icon"></i>
<h3>Tratamiento de semillas.</h3>
</div>
<div class="card">
<i class="fas fa-droplet card-icon"></i>
<h3>Adyuvantes</h3>
</div>
<div class="card">
<i class="fa-solid fa-tractor card-icon"></i>
<h3>Fertilizantes especializados</h3>
</div>
</div>
</div>
</section>
<footer class="section">
<div class="container">
<div class="row">
<div
Open service 2606:50c0:8002::153:443 · www.mandebroy.com
2026-01-13 00:43
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html x-origin-cache: HIT Location: https://mandebroy.com/ X-GitHub-Request-Id: FDFE:15A3F5:4BA090:4D1553:69659530 Accept-Ranges: bytes Date: Tue, 13 Jan 2026 00:43:30 GMT Via: 1.1 varnish Age: 2 X-Served-By: cache-sin-wsat1880045-SIN X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1768265011.732085,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: b8a87f5a70eef65b7b981351ca5bbdefff474a31 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.111.153:80 · www.mandebroy.com
2026-01-13 00:43
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://mandebroy.com/ X-GitHub-Request-Id: 1576:2E0194:1EC2D9:1F908D:69659530 Accept-Ranges: bytes Date: Tue, 13 Jan 2026 00:43:30 GMT Via: 1.1 varnish Age: 0 X-Served-By: cache-lon420090-LON X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1768265010.987253,VS0,VE56 Vary: Accept-Encoding X-Fastly-Request-ID: 020a649dfaeccdfd1a4ad727a5883d9b926bc03c Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8001::153:443 · mandebroy.com
2026-01-13 00:43
HTTP/1.1 200 OK
Connection: close
Content-Length: 4288
Server: GitHub.com
Content-Type: text/html; charset=utf-8
x-origin-cache: HIT
Last-Modified: Wed, 19 Mar 2025 19:16:07 GMT
Access-Control-Allow-Origin: *
ETag: "67db17f7-10c0"
expires: Tue, 13 Jan 2026 00:53:28 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: E03C:15A3F5:4BA04D:4D1507:6965952F
Accept-Ranges: bytes
Date: Tue, 13 Jan 2026 00:43:30 GMT
Via: 1.1 varnish
Age: 2
X-Served-By: cache-fra-eddf8230188-FRA
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1768265010.084157,VS0,VE4
Vary: Accept-Encoding
X-Fastly-Request-ID: fd2cd226af0dcefb1ab4bae105722b392c3d6bc2
Page title: Mandebroy - Soluciones para el agro
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mandebroy - Soluciones para el agro</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
/* Paleta verde profesional */
:root {
--primary: #0c6431;
--secondary: #087736;
--accent: #1abc9c;
--dark: #1a1a1a;
--light: #f8f9fa;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: var(--dark);
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.header {
background: var(--primary);
color: white;
padding: 1rem;
text-align: center;
}
.nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem;
background: var(--secondary);
}
.nav a {
color: white;
text-decoration: none;
margin-right: 2rem;
}
.hero {
background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
url('https://i.ibb.co/TxSVFbwB/pexels-alejandro-barron-21404-96715.jpg');
background-size: cover;
height: 300px;
display: flex;
align-items: center;
justify-content: center;
color: white;
}
.section {
padding: 3rem 0;
}
.products-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin-top: 2rem;
}
.card {
background: white;
padding: 1.5rem;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
display: flex;
flex-direction: column;
align-items: center;
}
.card-icon {
font-size: 3rem;
color: var(--accent);
margin-bottom: 1rem;
}
@media (max-width: 768px) {
.nav {
flex-direction: column;
text-align: center;
}
.nav a {
margin: 0.5rem 0;
}
}
</style>
</head>
<body>
<header class="header">
<div class="container">
<h1>Mandebroy</h1>
</div>
</header>
<nav class="nav">
<div class="container">
<a href="#home">Inicio</a>
<a href="#productos">Productos</a>
<a href="#contacto">Contacto</a>
</div>
</nav>
<section class="hero">
<div class="container">
<h2>Protección y nutrición para tus cultivos</h2>
<p>Tratamientos de semillas, coadyuvantes y fertilizantes de alta calidad para toda latinoamérica.</p>
</div>
</section>
<section id="productos" class="section">
<div class="container">
<h2>Nuestros productos</h2>
<div class="products-grid">
<div class="card">
<i class="fas fa-seedling card-icon"></i>
<h3>Tratamiento de semillas.</h3>
</div>
<div class="card">
<i class="fas fa-droplet card-icon"></i>
<h3>Adyuvantes</h3>
</div>
<div class="card">
<i class="fa-solid fa-tractor card-icon"></i>
<h3>Fertilizantes especializados</h3>
</div>
</div>
</div>
</section>
<footer class="section">
<div class="container">
<div class="row">
<div
Open service 185.199.109.153:443 · www.mandebroy.com
2026-01-13 00:43
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://mandebroy.com/ X-GitHub-Request-Id: C7CE:818F1:4C794E:4DEE02:6965952F Accept-Ranges: bytes Date: Tue, 13 Jan 2026 00:43:30 GMT Via: 1.1 varnish Age: 2 X-Served-By: cache-vie6353-VIE X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1768265010.076285,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: 21cac307a251cae733091ee8b11d6fc98366d4f6 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.109.153:80 · www.mandebroy.com
2026-01-13 00:43
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://mandebroy.com/ X-GitHub-Request-Id: 1A1D:107E41:7B96D7:863CE7:6965952F Accept-Ranges: bytes Date: Tue, 13 Jan 2026 00:43:30 GMT Via: 1.1 varnish Age: 2 X-Served-By: cache-lga21952-LGA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1768265010.025170,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: 133e6f00ba0d705e5cbd16ea8dab7428cec6d800 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.108.153:443 · www.mandebroy.com
2026-01-13 00:43
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html x-origin-cache: HIT Location: https://mandebroy.com/ X-GitHub-Request-Id: 8ACA:32D66E:4CB749:4E2C6E:6965952F Accept-Ranges: bytes Date: Tue, 13 Jan 2026 00:43:30 GMT Via: 1.1 varnish Age: 2 X-Served-By: cache-fra-eddf8230141-FRA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1768265010.076523,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: 71fde73ea9cc7515d4a456fca46a7a23b15f31a7 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.109.153:80 · mandebroy.com
2026-01-13 00:43
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://mandebroy.com/ X-GitHub-Request-Id: 638F:2F6D57:73C9EE:7E6B26:6965952F Accept-Ranges: bytes Date: Tue, 13 Jan 2026 00:43:29 GMT Via: 1.1 varnish Age: 2 X-Served-By: cache-lga21975-LGA X-Cache: HIT X-Cache-Hits: 2 X-Timer: S1768265010.960817,VS0,VE0 Vary: Accept-Encoding X-Fastly-Request-ID: 9b335a3db77a2606de052ee210f069aa9a0ebe3e Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.111.153:443 · mandebroy.com
2026-01-13 00:43
HTTP/1.1 200 OK
Connection: close
Content-Length: 4288
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Wed, 19 Mar 2025 19:16:06 GMT
Access-Control-Allow-Origin: *
ETag: "67db17f6-10c0"
expires: Tue, 13 Jan 2026 00:53:27 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: E576:EF7C9:89C1F5:951C89:6965952F
Accept-Ranges: bytes
Date: Tue, 13 Jan 2026 00:43:30 GMT
Via: 1.1 varnish
Age: 2
X-Served-By: cache-lga21944-LGA
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1768265010.998464,VS0,VE2
Vary: Accept-Encoding
X-Fastly-Request-ID: 385921d5a40d993b2f6785dc516948ec1b06e1ec
Page title: Mandebroy - Soluciones para el agro
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mandebroy - Soluciones para el agro</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
/* Paleta verde profesional */
:root {
--primary: #0c6431;
--secondary: #087736;
--accent: #1abc9c;
--dark: #1a1a1a;
--light: #f8f9fa;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: var(--dark);
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.header {
background: var(--primary);
color: white;
padding: 1rem;
text-align: center;
}
.nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem;
background: var(--secondary);
}
.nav a {
color: white;
text-decoration: none;
margin-right: 2rem;
}
.hero {
background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
url('https://i.ibb.co/TxSVFbwB/pexels-alejandro-barron-21404-96715.jpg');
background-size: cover;
height: 300px;
display: flex;
align-items: center;
justify-content: center;
color: white;
}
.section {
padding: 3rem 0;
}
.products-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin-top: 2rem;
}
.card {
background: white;
padding: 1.5rem;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
display: flex;
flex-direction: column;
align-items: center;
}
.card-icon {
font-size: 3rem;
color: var(--accent);
margin-bottom: 1rem;
}
@media (max-width: 768px) {
.nav {
flex-direction: column;
text-align: center;
}
.nav a {
margin: 0.5rem 0;
}
}
</style>
</head>
<body>
<header class="header">
<div class="container">
<h1>Mandebroy</h1>
</div>
</header>
<nav class="nav">
<div class="container">
<a href="#home">Inicio</a>
<a href="#productos">Productos</a>
<a href="#contacto">Contacto</a>
</div>
</nav>
<section class="hero">
<div class="container">
<h2>Protección y nutrición para tus cultivos</h2>
<p>Tratamientos de semillas, coadyuvantes y fertilizantes de alta calidad para toda latinoamérica.</p>
</div>
</section>
<section id="productos" class="section">
<div class="container">
<h2>Nuestros productos</h2>
<div class="products-grid">
<div class="card">
<i class="fas fa-seedling card-icon"></i>
<h3>Tratamiento de semillas.</h3>
</div>
<div class="card">
<i class="fas fa-droplet card-icon"></i>
<h3>Adyuvantes</h3>
</div>
<div class="card">
<i class="fa-solid fa-tractor card-icon"></i>
<h3>Fertilizantes especializados</h3>
</div>
</div>
</div>
</section>
<footer class="section">
<div class="container">
<div class="row">
<div
Open service 2606:50c0:8002::153:80 · mandebroy.com
2026-01-13 00:43
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html x-origin-cache: HIT Location: https://mandebroy.com/ X-GitHub-Request-Id: 61B5:12E33:4B3896:4CAD26:6965952F Accept-Ranges: bytes Date: Tue, 13 Jan 2026 00:43:30 GMT Via: 1.1 varnish Age: 2 X-Served-By: cache-fra-eddf8230170-FRA X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1768265010.043656,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: 0072d6f4ab8ddad1943cf6185595e5d2ed9229de Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.108.153:80 · mandebroy.com
2026-01-13 00:43
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://mandebroy.com/ X-GitHub-Request-Id: 68FF:39EF3F:1E8C09:1F59B4:69659531 Accept-Ranges: bytes Age: 0 Date: Tue, 13 Jan 2026 00:43:30 GMT Via: 1.1 varnish X-Served-By: cache-lcy-egml8630060-LCY X-Cache: MISS X-Cache-Hits: 0 X-Timer: S1768265010.000763,VS0,VE86 Vary: Accept-Encoding X-Fastly-Request-ID: 9b97acee0386bdcf22d0f425ca87ff395f979135 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8001::153:80 · www.mandebroy.com
2026-01-13 00:43
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://mandebroy.com/ X-GitHub-Request-Id: F784:13EC19:4BA013:4D1158:6965952F Accept-Ranges: bytes Date: Tue, 13 Jan 2026 00:43:30 GMT Via: 1.1 varnish Age: 2 X-Served-By: cache-vie6323-VIE X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1768265010.050488,VS0,VE1 Vary: Accept-Encoding X-Fastly-Request-ID: bb13faaed68cc06053e9e8c57dc7cc49cb780f45 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.111.153:443 · www.mandebroy.com
2026-01-13 00:43
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://mandebroy.com/ X-GitHub-Request-Id: F151:28BECA:1E6D33:1F3B15:69659531 Accept-Ranges: bytes Age: 0 Date: Tue, 13 Jan 2026 00:43:30 GMT Via: 1.1 varnish X-Served-By: cache-lcy-egml8630063-LCY X-Cache: MISS X-Cache-Hits: 0 X-Timer: S1768265010.983615,VS0,VE81 Vary: Accept-Encoding X-Fastly-Request-ID: 8648fa8d858f20c053fed1e6792b49e79308b332 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:50c0:8003::153:80 · www.mandebroy.com
2026-01-13 00:43
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://mandebroy.com/ X-GitHub-Request-Id: 1576:2E0194:1EC2D9:1F908D:69659530 Accept-Ranges: bytes Age: 0 Date: Tue, 13 Jan 2026 00:43:30 GMT Via: 1.1 varnish X-Served-By: cache-lon420106-LON X-Cache: MISS X-Cache-Hits: 0 X-Timer: S1768265010.956852,VS0,VE86 Vary: Accept-Encoding X-Fastly-Request-ID: bee371438259b6cd0b603897494cb233578e3b07 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>