{"id":11861,"date":"2026-02-18T11:35:34","date_gmt":"2026-02-18T11:35:34","guid":{"rendered":"https:\/\/bodas.duarteviews.com\/?page_id=11861"},"modified":"2026-03-30T16:49:26","modified_gmt":"2026-03-30T16:49:26","slug":"diario","status":"publish","type":"page","link":"https:\/\/duarteviews.com\/bodas\/diario\/","title":{"rendered":"Blog"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"es\"><br \/>\n<head><br \/>\n    <meta charset=\"UTF-8\"><br \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n    <title>El Diario | Duarte Views | Fotograf\u00eda de Bodas Cinematogr\u00e1fica<\/title><br \/>\n    <!-- Tailwind CSS --><br \/>\n    <!-- Google Fonts -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,400;1,500&#038;family=Montserrat:wght@200;300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n    <!-- FontAwesome -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\">\n    <!-- AOS Animation -->\n    <link href=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.css\" rel=\"stylesheet\">\n<style>\n        \/* --- LUXURY TWEAKS --- *\/\n        body {\n            background-color: #faf9f6;\n            cursor: none; \/* Hide default cursor *\/\n            overflow-x: hidden;\n        }\n        \/* Custom Cursor - EXTREME PERFORMANCE (GPU Accelerated) *\/\n        .cursor-dot,\n        .cursor-outline {\n            position: fixed;\n            top: 0;\n            left: 0;\n            border-radius: 50%;\n            z-index: 9999;\n            pointer-events: none;\n            will-change: transform;\n            transform: translateZ(0); \/* Force isolated GPU layer *\/\n        }\n        .cursor-dot {\n            width: 8px;\n            height: 8px;\n            background-color: #111;\n        }\n        .cursor-outline {\n            width: 40px;\n            height: 40px;\n            border: 1px solid rgba(17, 17, 17, 0.5);\n            transition: width 0.2s, height 0.2s, background-color 0.2s;\n        }\n        \/* Hover state for cursor *\/\n        body.hovering .cursor-outline {\n            width: 70px;\n            height: 70px;\n            background-color: rgba(197, 160, 89, 0.3); \/* Transparent gold instead of CPU-heavy invert *\/\n            border-color: transparent;\n        }\n        \/* Film Grain Overlay - OPTIMIZED FOR PERFORMANCE *\/\n        .grain-overlay {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            pointer-events: none;\n            z-index: 9000;\n            opacity: 0.04;\n            background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='1' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'\/%3E%3C\/svg%3E\");\n            background-repeat: repeat;\n            background-size: 200px 200px;\n            transform: translateZ(0);\n        }\n        \/* Typography Utilities *\/\n        .text-outline {\n            -webkit-text-stroke: 1px rgba(255,255,255,0.3);\n            color: transparent;\n        }\n        \/* Smooth Scroll Setup (Lenis) *\/\n        html.lenis {\n            height: auto;\n        }\n        .lenis.lenis-smooth {\n            scroll-behavior: auto;\n        }\n        .lenis.lenis-smooth [data-lenis-prevent] {\n            overscroll-behavior: contain;\n        }\n        .lenis.lenis-stopped {\n            overflow: hidden;\n        }\n        \/* Button Hover Effect *\/\n        .btn-link {\n            position: relative;\n        }\n        .btn-link::after {\n            content: '';\n            position: absolute;\n            width: 0;\n            height: 1px;\n            bottom: -4px;\n            left: 0;\n            background-color: currentColor;\n            transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);\n        }\n        .btn-link:hover::after {\n            width: 100%;\n        }\n        \/* Selection Color *\/\n        ::selection {\n            background: #111;\n            color: #fff;\n        }\n        \/* WhatsApp Pulsing Effect when idle *\/\n        @keyframes subtlePulse {\n            0% { box-shadow: 0 0 0 0 rgba(197, 160, 89, 0.4); }\n            70% { box-shadow: 0 0 0 10px rgba(197, 160, 89, 0); }\n            100% { box-shadow: 0 0 0 0 rgba(197, 160, 89, 0); }\n        }\n        .wa-pulse {\n            animation: subtlePulse 2s infinite;\n        }\n        \/* Aspect Ratio Containers for Grid *\/\n        .bp-grid-container {\n            position: relative !important;\n            width: 100% !important;\n            overflow: hidden !important;\n            display: block !important;\n        }\n        .bp-portrait {\n            padding-bottom: 133.33% !important; \/* Aspecto 3:4 *\/\n        }\n        .bp-landscape {\n            padding-bottom: 75% !important; \/* Aspecto 4:3 *\/\n        }\n        .bp-square {\n            padding-bottom: 100% !important; \/* Aspecto 1:1 *\/\n        }\n        .bp-grid-container img {\n            position: absolute !important;\n            top: 0 !important;\n            left: 0 !important;\n            width: 100% !important;\n            height: 100% !important;\n            max-width: none !important;\n            object-fit: cover !important;\n            margin: 0 !important;\n            padding: 0 !important;\n            border: none !important;\n        }\n        \/* Spinner de Carga *\/\n        .loader-spinner {\n            border: 3px solid rgba(197, 160, 89, 0.2);\n            border-top: 3px solid #c5a059;\n            border-radius: 50%;\n            width: 40px;\n            height: 40px;\n            animation: spin 1s linear infinite;\n            margin: 0 auto;\n        }\n        @keyframes spin {\n            0% { transform: rotate(0deg); }\n            100% { transform: rotate(360deg); }\n        }\n    <\/style>\n<p><\/head><br \/>\n<body><br \/>\n    <!-- Custom Cursor Elements --><br \/>\n    <!-- Film Grain --><br \/>\n    <!-- Navigation --><\/p>\n<nav id=\"navbar\">\n            <!-- Left Desktop Menu (Home, Blog) --><br \/>\n                <a href=\"https:\/\/duarteviews.com\/bodas\/\">HOME<\/a><br \/>\n                <a href=\"https:\/\/duarteviews.com\/bodas\/diario\/\">BLOG<\/a><br \/>\n            <!-- Logo Image --><br \/>\n            <a href=\"https:\/\/duarteviews.com\/bodas\/\" id=\"nav-logo\"><br \/>\n                <img decoding=\"async\" id=\"logo-img\" src=\"https:\/\/duarteviews.com\/bodas\/wp-content\/uploads\/2026\/02\/logo-letras-blanco.png\" alt=\"Duarte Views\" style=\"max-height: 45px !important;\"><br \/>\n            <\/a><br \/>\n            <!-- Right Desktop Menu (Bodas, Sobre nosotros, Contacto) --><br \/>\n                <a href=\"https:\/\/duarteviews.com\/bodas\/galeriadebodas\/\">BODAS<\/a><br \/>\n                <a href=\"https:\/\/duarteviews.com\/bodas\/nosotros\/\">SOBRE NOSOTROS<\/a><br \/>\n                <a href=\"https:\/\/duarteviews.com\/bodas\/contactanos\/\">CONTACTO<\/a><br \/>\n            <!-- Mobile Menu Toggle --><br \/>\n            <button id=\"mobile-toggle\" style=\"background: transparent; border: none; padding: 0;\"><br \/>\n                Men\u00fa<br \/>\n            <\/button><br \/>\n    <\/nav>\n<p>    <!-- Mobile Overlay Menu --><br \/>\n            <a href=\"https:\/\/duarteviews.com\/bodas\/\">Home<\/a><br \/>\n            <a href=\"https:\/\/duarteviews.com\/bodas\/diario\/\">Blog<\/a><br \/>\n            <a href=\"https:\/\/duarteviews.com\/bodas\/galeriadebodas\/\">Bodas<\/a><br \/>\n            <a href=\"https:\/\/duarteviews.com\/bodas\/nosotros\/\">Sobre nosotros<\/a><br \/>\n            <a href=\"https:\/\/duarteviews.com\/bodas\/contactanos\/\">Contacto<\/a><br \/>\n            &copy; 2026 DUARTE VIEWS<br \/>\n    <!-- BLOG HERO SECTION --><\/p>\n<header>\n        <!-- Static Background for Blog --><br \/>\n        <!-- Darker overlay --><br \/>\n        <!-- Hero Content --><\/p>\n<h1 data-aos=\"fade-up\">\n                El Diario<br \/>\n            <\/h1>\n<p data-aos=\"fade-up\" data-aos-delay=\"100\">\n                Historias, Inspiraci\u00f3n y Detalles\n            <\/p>\n<\/header>\n<p>    <!-- BLOG CONTENT SECTION --><\/p>\n<section>\n            <!-- Dynamic Category Filter --><br \/>\n                <!-- Se llenar\u00e1 autom\u00e1ticamente con las categor\u00edas del WP --><br \/>\n                <a href=\"#\" data-filter=\"todas\">Todas<\/a><br \/>\n            <!-- CONTENEDOR ART\u00cdCULO DESTACADO (Din\u00e1mico) --><br \/>\n                    Revelando historias&#8230;<br \/>\n            <!-- CONTENEDOR EDITORIAL GRID (Din\u00e1mico) --><br \/>\n                <!-- Los posts cargar\u00e1n aqu\u00ed --><br \/>\n            <!-- Pagination \/ Load More --><br \/>\n                <a href=\"#\" id=\"load-more-btn\" style=\"border: 1px solid #111111 !important;\"><br \/>\n                    Cargar M\u00e1s Historias<br \/>\n                <\/a><br \/>\n    <\/section>\n<p>    <!-- FOOTER (Minimalist) --><\/p>\n<footer id=\"contact\">\n<h2>Creemos<br \/>Magia Juntos<\/h2>\n<p>                    <a href=\"mailto:info@duarteviews.com\">info@duarteviews.com<\/a><br \/>\n                    <a href=\"https:\/\/wa.me\/34679180318\" target=\"_blank\">+34 679 18 03 18<\/a><br \/>\n                    Torrej\u00f3n de Ardoz (Madrid)<br \/>\n                <!-- Men\u00fa del Footer --><br \/>\n                    <a href=\"https:\/\/duarteviews.com\/bodas\/\">HOME<\/a><br \/>\n                    <a href=\"https:\/\/duarteviews.com\/bodas\/diario\/\">BLOG<\/a><br \/>\n                    <a href=\"https:\/\/duarteviews.com\/bodas\/galeriadebodas\/\">BODAS<\/a><br \/>\n                    <a href=\"https:\/\/duarteviews.com\/bodas\/nosotros\/\">SOBRE NOSOTROS<\/a><br \/>\n                    <a href=\"https:\/\/duarteviews.com\/bodas\/contactanos\/\">CONTACTO<\/a><br \/>\n                <img decoding=\"async\" src=\"https:\/\/duarteviews.com\/bodas\/wp-content\/uploads\/2026\/02\/logo.png\" alt=\"Duarte Views\" style=\"max-height: 120px !important;\"><br \/>\n                        <a href=\"https:\/\/www.facebook.com\/duarteviews\" target=\"_blank\"><br \/>\n                             Facebook<br \/>\n                        <\/a><br \/>\n                        <a href=\"https:\/\/x.com\/duarteviews\" target=\"_blank\"><br \/>\n                             X<br \/>\n                        <\/a><br \/>\n                        <a href=\"https:\/\/www.instagram.com\/duarteviews\" target=\"_blank\"><br \/>\n                             Instagram<br \/>\n                        <\/a><\/p>\n<p>&copy; 2026 Duarte Views Fotograf\u00eda<\/p>\n<p>Todos los derechos reservados.<\/p>\n<p>Dise\u00f1ado con Pasi\u00f3n<\/p>\n<\/footer>\n<p>    <!-- STYLED FLOATING WHATSAPP BUTTON --><br \/>\n    <a href=\"https:\/\/wa.me\/34679180318\" target=\"_blank\"><br \/>\n            Consultar Fecha<br \/>\n    <\/a><br \/>\n    <!-- SCRIPTS --><br \/>\n<\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>El Diario | Duarte Views | Fotograf\u00eda de Bodas Cinematogr\u00e1fica HOME BLOG BODAS SOBRE NOSOTROS CONTACTO Men\u00fa Home Blog Bodas Sobre nosotros Contacto &copy; 2026 DUARTE VIEWS El Diario Historias, Inspiraci\u00f3n y Detalles Todas Revelando historias&#8230; Cargar M\u00e1s Historias CreemosMagia Juntos info@duarteviews.com +34 679 18 03 18 Torrej\u00f3n de Ardoz (Madrid) HOME BLOG BODAS SOBRE [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-11861","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/duarteviews.com\/bodas\/wp-json\/wp\/v2\/pages\/11861","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/duarteviews.com\/bodas\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/duarteviews.com\/bodas\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/duarteviews.com\/bodas\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/duarteviews.com\/bodas\/wp-json\/wp\/v2\/comments?post=11861"}],"version-history":[{"count":32,"href":"https:\/\/duarteviews.com\/bodas\/wp-json\/wp\/v2\/pages\/11861\/revisions"}],"predecessor-version":[{"id":12671,"href":"https:\/\/duarteviews.com\/bodas\/wp-json\/wp\/v2\/pages\/11861\/revisions\/12671"}],"wp:attachment":[{"href":"https:\/\/duarteviews.com\/bodas\/wp-json\/wp\/v2\/media?parent=11861"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}