Domain ducabebidorizonar.com
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 172.67.190.117:443 · ducabebidorizonar.com

    2026-01-11 03:08

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 03:08:04 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Cache-Control: no-store
    Vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=TMpIhBm%2FU%2FaxDSOTzbp%2FgrhBel3L%2BWvcgD9yrZZiBPorJopN5GC%2FddgRmnS%2FYt0KQltmEa602IxOE7ya9nK4xiFa%2F9lVz6zGx1ZB7Q24vP%2BhJIQkzg%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc1351d4bdbc63b-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: ducabebidorizonar - Modelado Financiero para Analistas | Plataforma
      Profesional
    
    <!DOCTYPE html>
    <html lang="es">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport"
            content="width=device-width, initial-scale=1.0">
      <title>ducabebidorizonar - Modelado Financiero para Analistas | Plataforma
      Profesional</title>
      <meta name="description"
            content=
            "Plataforma avanzada de modelado financiero para analistas profesionales. Herramientas sofisticadas para análisis financiero y proyecciones empresariales en Valladolid, España.">
      <meta name="keywords"
            content=
            "modelado financiero, análisis financiero, analistas, proyecciones, finanzas, valladolid, ducabebidorizonar">
      <link rel="sitemap"
            type="application/xml"
            href="./sitemap.xml">
      <link rel="icon"
            type="image/x-icon"
            href="./favicon.svg">
      <link rel="preload"
            href="./assets_gallery/logo.svg"
            as="image">
      <link rel="preconnect"
            href="https://fonts.googleapis.com">
      <link rel="preconnect"
            href="https://fonts.gstatic.com"
            crossorigin="">
      <link href= 
      "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
            rel="stylesheet">
      <link rel="stylesheet"
            href="https://cdn.jsdelivr.net/npm/shed-css@1.2.0/lib/index.min.css">
      <style>
      :root {
      --primary-color: #A7A1B3;
      --secondary-color: #CCC6D4;
      --tertiary-color: #EDEAEF;
      --text-dark: #2d2d2d;
      --text-light: #5a5a5a;
      --gradient-primary: linear-gradient(135deg, #A7A1B3 0%, #CCC6D4 100%);
      --gradient-secondary: linear-gradient(45deg, #CCC6D4 0%, #EDEAEF 100%);
      --shadow-soft: 0 4px 20px rgba(167, 161, 179, 0.15);
      --shadow-medium: 0 8px 30px rgba(167, 161, 179, 0.2);
      --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      }
      * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      }
      body {
      font-family: 'Inter', sans-serif;
      line-height: 1.6;
      color: var(--text-dark);
      background: linear-gradient(135deg, #f8f7fa 0%, #ffffff 100%);
      min-height: 100vh;
      }
      .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      }
      header {
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(237, 234, 239, 0.8) 100%);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(167, 161, 179, 0.1);
      position: relative;
      z-index: 1000;
      min-height: 80px;
      display: flex;
      align-items: center;
      }
      .header-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 15px 0;
      }
      .logo-container {
      display: flex;
      align-items: center;
      z-index: 1001;
      position: relative;
      }
      .logo-container img {
      height: 45px;
      width: auto;
      filter: drop-shadow(0 2px 4px rgba(167, 161, 179, 0.3));
      transition: var(--transition-smooth);
      }
      .logo-container img:hover {
      transform: scale(1.05);
      filter: drop-shadow(0 4px 8px rgba(167, 161, 179, 0.4));
      }
      .navigation {
      display: flex;
      align-items: center;
      gap: clamp(15px, 3vw, 35px);
      z-index: 999;
      position: relative;
      }
      .nav-item {
      text-decoration: none;
      color: var(--text-dark);
      font-weight: 500;
      font-size: clamp(14px, 1.5vw, 16px);
      padding: 8px 16px;
      border-radius: 25px;
      transition: var(--transition-smooth);
      position: relative;
      white-space: nowrap;
      text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
      }
      .nav-item:hover {
      background: var(--gradient-primary);
      color: white;
      transform: translateY(-2px);
      box-shadow: var(--shadow-medium);
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      }
      .nav-item.active {
      background: var(--primary-color);
      color: white;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      }
      main {
      flex: 1;
      padding: 40px 0;
      }
      footer {
      background: linear-gradient(135deg, #f5f4f7 0%, #e8e6ec 100%);
      border-top: 1px solid rgba(167, 161, 179, 0.2);
      padding: 50px 0 30px;
      margin-top: auto;
      position: relative;
      overflow: hidden;
      }
      footer::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: var(--gradient-primary);
      }
      .footer-content {
      display: grid;
      grid-template-
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::6815:13e8:80 · ducabebidorizonar.com

    2026-01-11 03:08

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 03:08:03 GMT
    Content-Length: 0
    Connection: close
    Location: https://ducabebidorizonar.com/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=3Wwk4r9EZphH3Jv8jKd9%2FtOziikTRbCGdIT6aKiYqoDI4DjBFK7UqP1xK7rur9c%2F5iZghoKtoN5E%2Bs7jr2ME0BVp58XqWOje%2FmQj8TG8cITocItVMP33A9w1hUjYDwNr7Q%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc135192e7faae6-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::6815:13e8:443 · ducabebidorizonar.com

    2026-01-11 03:08

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 03:08:03 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Cache-Control: no-store
    Vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2BsoJbAeeLOU3636lkJhzy16F5YmM1XJNGdPdzyj4ZY4ku%2Fl%2BZfJ%2F7hRAu%2B19bDF5W9n3YlLhpGhFNlqjWO3kDros%2BKSTGPZa6hWfzwewpVbaGW%2FRnSmhSL89rspc8Ek%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc1351a6b29c334-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: ducabebidorizonar - Modelado Financiero para Analistas | Plataforma
      Profesional
    
    <!DOCTYPE html>
    <html lang="es">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport"
            content="width=device-width, initial-scale=1.0">
      <title>ducabebidorizonar - Modelado Financiero para Analistas | Plataforma
      Profesional</title>
      <meta name="description"
            content=
            "Plataforma avanzada de modelado financiero para analistas profesionales. Herramientas sofisticadas para análisis financiero y proyecciones empresariales en Valladolid, España.">
      <meta name="keywords"
            content=
            "modelado financiero, análisis financiero, analistas, proyecciones, finanzas, valladolid, ducabebidorizonar">
      <link rel="sitemap"
            type="application/xml"
            href="./sitemap.xml">
      <link rel="icon"
            type="image/x-icon"
            href="./favicon.svg">
      <link rel="preload"
            href="./assets_gallery/logo.svg"
            as="image">
      <link rel="preconnect"
            href="https://fonts.googleapis.com">
      <link rel="preconnect"
            href="https://fonts.gstatic.com"
            crossorigin="">
      <link href= 
      "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
            rel="stylesheet">
      <link rel="stylesheet"
            href="https://cdn.jsdelivr.net/npm/shed-css@1.2.0/lib/index.min.css">
      <style>
      :root {
      --primary-color: #A7A1B3;
      --secondary-color: #CCC6D4;
      --tertiary-color: #EDEAEF;
      --text-dark: #2d2d2d;
      --text-light: #5a5a5a;
      --gradient-primary: linear-gradient(135deg, #A7A1B3 0%, #CCC6D4 100%);
      --gradient-secondary: linear-gradient(45deg, #CCC6D4 0%, #EDEAEF 100%);
      --shadow-soft: 0 4px 20px rgba(167, 161, 179, 0.15);
      --shadow-medium: 0 8px 30px rgba(167, 161, 179, 0.2);
      --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      }
      * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      }
      body {
      font-family: 'Inter', sans-serif;
      line-height: 1.6;
      color: var(--text-dark);
      background: linear-gradient(135deg, #f8f7fa 0%, #ffffff 100%);
      min-height: 100vh;
      }
      .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      }
      header {
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(237, 234, 239, 0.8) 100%);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(167, 161, 179, 0.1);
      position: relative;
      z-index: 1000;
      min-height: 80px;
      display: flex;
      align-items: center;
      }
      .header-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 15px 0;
      }
      .logo-container {
      display: flex;
      align-items: center;
      z-index: 1001;
      position: relative;
      }
      .logo-container img {
      height: 45px;
      width: auto;
      filter: drop-shadow(0 2px 4px rgba(167, 161, 179, 0.3));
      transition: var(--transition-smooth);
      }
      .logo-container img:hover {
      transform: scale(1.05);
      filter: drop-shadow(0 4px 8px rgba(167, 161, 179, 0.4));
      }
      .navigation {
      display: flex;
      align-items: center;
      gap: clamp(15px, 3vw, 35px);
      z-index: 999;
      position: relative;
      }
      .nav-item {
      text-decoration: none;
      color: var(--text-dark);
      font-weight: 500;
      font-size: clamp(14px, 1.5vw, 16px);
      padding: 8px 16px;
      border-radius: 25px;
      transition: var(--transition-smooth);
      position: relative;
      white-space: nowrap;
      text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
      }
      .nav-item:hover {
      background: var(--gradient-primary);
      color: white;
      transform: translateY(-2px);
      box-shadow: var(--shadow-medium);
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      }
      .nav-item.active {
      background: var(--primary-color);
      color: white;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      }
      main {
      flex: 1;
      padding: 40px 0;
      }
      footer {
      background: linear-gradient(135deg, #f5f4f7 0%, #e8e6ec 100%);
      border-top: 1px solid rgba(167, 161, 179, 0.2);
      padding: 50px 0 30px;
      margin-top: auto;
      position: relative;
      overflow: hidden;
      }
      footer::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: var(--gradient-primary);
      }
      .footer-content {
      display: grid;
      grid-template-
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.190.117:80 · ducabebidorizonar.com

    2026-01-11 03:08

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 03:08:03 GMT
    Content-Length: 0
    Connection: close
    Location: https://ducabebidorizonar.com/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=KfBdNKw%2F2rE9k2ZUHHCc7RLptybvFaHtLma4kCTMI%2FvKDpZYjTD4q35yZleHQrO9PAX6k%2FbU%2F3fB7SKUSzBxn%2FnckWGXMU4GaSnIKYcJuDlwI90oLQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc135190bc4aaf8-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.19.232:443 · ducabebidorizonar.com

    2026-01-11 03:08

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 03:08:04 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Cache-Control: no-store
    Vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=sTq9S8rs0uI0i1b0m1amN6OJx6m%2BYe6X0fSnQJfP0AiqFUSNaGlNQKsXU4NGqkJvB22Qz54KPNm%2Fq%2F1SRkzliaQEKcgXwb1Yj5Z7b%2BagZKEEiBAh%2BA%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc1351cbfff6011-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: ducabebidorizonar - Modelado Financiero para Analistas | Plataforma
      Profesional
    
    <!DOCTYPE html>
    <html lang="es">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport"
            content="width=device-width, initial-scale=1.0">
      <title>ducabebidorizonar - Modelado Financiero para Analistas | Plataforma
      Profesional</title>
      <meta name="description"
            content=
            "Plataforma avanzada de modelado financiero para analistas profesionales. Herramientas sofisticadas para análisis financiero y proyecciones empresariales en Valladolid, España.">
      <meta name="keywords"
            content=
            "modelado financiero, análisis financiero, analistas, proyecciones, finanzas, valladolid, ducabebidorizonar">
      <link rel="sitemap"
            type="application/xml"
            href="./sitemap.xml">
      <link rel="icon"
            type="image/x-icon"
            href="./favicon.svg">
      <link rel="preload"
            href="./assets_gallery/logo.svg"
            as="image">
      <link rel="preconnect"
            href="https://fonts.googleapis.com">
      <link rel="preconnect"
            href="https://fonts.gstatic.com"
            crossorigin="">
      <link href= 
      "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
            rel="stylesheet">
      <link rel="stylesheet"
            href="https://cdn.jsdelivr.net/npm/shed-css@1.2.0/lib/index.min.css">
      <style>
      :root {
      --primary-color: #A7A1B3;
      --secondary-color: #CCC6D4;
      --tertiary-color: #EDEAEF;
      --text-dark: #2d2d2d;
      --text-light: #5a5a5a;
      --gradient-primary: linear-gradient(135deg, #A7A1B3 0%, #CCC6D4 100%);
      --gradient-secondary: linear-gradient(45deg, #CCC6D4 0%, #EDEAEF 100%);
      --shadow-soft: 0 4px 20px rgba(167, 161, 179, 0.15);
      --shadow-medium: 0 8px 30px rgba(167, 161, 179, 0.2);
      --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      }
      * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      }
      body {
      font-family: 'Inter', sans-serif;
      line-height: 1.6;
      color: var(--text-dark);
      background: linear-gradient(135deg, #f8f7fa 0%, #ffffff 100%);
      min-height: 100vh;
      }
      .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      }
      header {
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(237, 234, 239, 0.8) 100%);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(167, 161, 179, 0.1);
      position: relative;
      z-index: 1000;
      min-height: 80px;
      display: flex;
      align-items: center;
      }
      .header-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 15px 0;
      }
      .logo-container {
      display: flex;
      align-items: center;
      z-index: 1001;
      position: relative;
      }
      .logo-container img {
      height: 45px;
      width: auto;
      filter: drop-shadow(0 2px 4px rgba(167, 161, 179, 0.3));
      transition: var(--transition-smooth);
      }
      .logo-container img:hover {
      transform: scale(1.05);
      filter: drop-shadow(0 4px 8px rgba(167, 161, 179, 0.4));
      }
      .navigation {
      display: flex;
      align-items: center;
      gap: clamp(15px, 3vw, 35px);
      z-index: 999;
      position: relative;
      }
      .nav-item {
      text-decoration: none;
      color: var(--text-dark);
      font-weight: 500;
      font-size: clamp(14px, 1.5vw, 16px);
      padding: 8px 16px;
      border-radius: 25px;
      transition: var(--transition-smooth);
      position: relative;
      white-space: nowrap;
      text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
      }
      .nav-item:hover {
      background: var(--gradient-primary);
      color: white;
      transform: translateY(-2px);
      box-shadow: var(--shadow-medium);
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      }
      .nav-item.active {
      background: var(--primary-color);
      color: white;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      }
      main {
      flex: 1;
      padding: 40px 0;
      }
      footer {
      background: linear-gradient(135deg, #f5f4f7 0%, #e8e6ec 100%);
      border-top: 1px solid rgba(167, 161, 179, 0.2);
      padding: 50px 0 30px;
      margin-top: auto;
      position: relative;
      overflow: hidden;
      }
      footer::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: var(--gradient-primary);
      }
      .footer-content {
      display: grid;
      grid-template-
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:be75:443 · ducabebidorizonar.com

    2026-01-11 03:08

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 03:08:03 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Cache-Control: no-store
    Vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ih89Jfax1r3wFQ3OlQfoxBUb0UzQhhErUZqv35sfPuMjQfobCK4vt8STR%2FC5W1xeOg5aqOi9gcrkKb53cYRWdESzSpRswrEKUTchttF6S%2FhMF2Td194B28NWa8r43sSshQ%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc135195a4ebb92-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: ducabebidorizonar - Modelado Financiero para Analistas | Plataforma
      Profesional
    
    <!DOCTYPE html>
    <html lang="es">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport"
            content="width=device-width, initial-scale=1.0">
      <title>ducabebidorizonar - Modelado Financiero para Analistas | Plataforma
      Profesional</title>
      <meta name="description"
            content=
            "Plataforma avanzada de modelado financiero para analistas profesionales. Herramientas sofisticadas para análisis financiero y proyecciones empresariales en Valladolid, España.">
      <meta name="keywords"
            content=
            "modelado financiero, análisis financiero, analistas, proyecciones, finanzas, valladolid, ducabebidorizonar">
      <link rel="sitemap"
            type="application/xml"
            href="./sitemap.xml">
      <link rel="icon"
            type="image/x-icon"
            href="./favicon.svg">
      <link rel="preload"
            href="./assets_gallery/logo.svg"
            as="image">
      <link rel="preconnect"
            href="https://fonts.googleapis.com">
      <link rel="preconnect"
            href="https://fonts.gstatic.com"
            crossorigin="">
      <link href= 
      "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
            rel="stylesheet">
      <link rel="stylesheet"
            href="https://cdn.jsdelivr.net/npm/shed-css@1.2.0/lib/index.min.css">
      <style>
      :root {
      --primary-color: #A7A1B3;
      --secondary-color: #CCC6D4;
      --tertiary-color: #EDEAEF;
      --text-dark: #2d2d2d;
      --text-light: #5a5a5a;
      --gradient-primary: linear-gradient(135deg, #A7A1B3 0%, #CCC6D4 100%);
      --gradient-secondary: linear-gradient(45deg, #CCC6D4 0%, #EDEAEF 100%);
      --shadow-soft: 0 4px 20px rgba(167, 161, 179, 0.15);
      --shadow-medium: 0 8px 30px rgba(167, 161, 179, 0.2);
      --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      }
      * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      }
      body {
      font-family: 'Inter', sans-serif;
      line-height: 1.6;
      color: var(--text-dark);
      background: linear-gradient(135deg, #f8f7fa 0%, #ffffff 100%);
      min-height: 100vh;
      }
      .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      }
      header {
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(237, 234, 239, 0.8) 100%);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(167, 161, 179, 0.1);
      position: relative;
      z-index: 1000;
      min-height: 80px;
      display: flex;
      align-items: center;
      }
      .header-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 15px 0;
      }
      .logo-container {
      display: flex;
      align-items: center;
      z-index: 1001;
      position: relative;
      }
      .logo-container img {
      height: 45px;
      width: auto;
      filter: drop-shadow(0 2px 4px rgba(167, 161, 179, 0.3));
      transition: var(--transition-smooth);
      }
      .logo-container img:hover {
      transform: scale(1.05);
      filter: drop-shadow(0 4px 8px rgba(167, 161, 179, 0.4));
      }
      .navigation {
      display: flex;
      align-items: center;
      gap: clamp(15px, 3vw, 35px);
      z-index: 999;
      position: relative;
      }
      .nav-item {
      text-decoration: none;
      color: var(--text-dark);
      font-weight: 500;
      font-size: clamp(14px, 1.5vw, 16px);
      padding: 8px 16px;
      border-radius: 25px;
      transition: var(--transition-smooth);
      position: relative;
      white-space: nowrap;
      text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
      }
      .nav-item:hover {
      background: var(--gradient-primary);
      color: white;
      transform: translateY(-2px);
      box-shadow: var(--shadow-medium);
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      }
      .nav-item.active {
      background: var(--primary-color);
      color: white;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      }
      main {
      flex: 1;
      padding: 40px 0;
      }
      footer {
      background: linear-gradient(135deg, #f5f4f7 0%, #e8e6ec 100%);
      border-top: 1px solid rgba(167, 161, 179, 0.2);
      padding: 50px 0 30px;
      margin-top: auto;
      position: relative;
      overflow: hidden;
      }
      footer::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: var(--gradient-primary);
      }
      .footer-content {
      display: grid;
      grid-template-
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:be75:8443 · ducabebidorizonar.com

    2026-01-11 03:08

    HTTP/1.1 522 <none>
    Date: Sun, 11 Jan 2026 03:08:23 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc1351ede125778-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.19.232:8443 · ducabebidorizonar.com

    2026-01-11 03:08

    HTTP/1.1 522 <none>
    Date: Sun, 11 Jan 2026 03:08:23 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc1351ecd50dcc4-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.19.232:80 · ducabebidorizonar.com

    2026-01-11 03:08

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 03:08:03 GMT
    Content-Length: 0
    Connection: close
    Location: https://ducabebidorizonar.com/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=UslaoQPzNAgZGpSvKyVzmnP%2B3LLnxkDrPL408kNjQdedfLnt96USZ1BUPli1%2B13zMlD%2BUxKtGH%2B1WpONpLh6Bmf9IYwOS%2BMGURFDz38Lqjt%2F5PGyNw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc135187fed1716-AMS
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::6815:13e8:8443 · ducabebidorizonar.com

    2026-01-11 03:08

    HTTP/1.1 522 <none>
    Date: Sun, 11 Jan 2026 03:08:23 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc1351e9a574322-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.190.117:8443 · ducabebidorizonar.com

    2026-01-11 03:08

    HTTP/1.1 522 <none>
    Date: Sun, 11 Jan 2026 03:08:23 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc1351e8d7f7a02-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:be75:80 · ducabebidorizonar.com

    2026-01-11 03:08

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 03:08:03 GMT
    Content-Length: 0
    Connection: close
    Location: https://ducabebidorizonar.com/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=NnRyYahuPSd7WGSB%2F9S8TBLHQH5ZoBsQCds1lhk4EfZQWjIhVlyNuntq5uujOoIqK2%2FiGKKeGzagp2PoULAhdy3jegMXStppBoJYnBrFSi%2FbMwJP4YhjcKiA%2B82J4as%2Bzg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc135187893c795-BOM
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
ducabebidorizonar.com*.ducabebidorizonar.com
CN:
ducabebidorizonar.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-11 02:06
Not after:
2026-04-11 03:05