{"id":1331,"date":"2025-11-29T04:05:25","date_gmt":"2025-11-29T04:05:25","guid":{"rendered":"https:\/\/zerocarbono.org\/?page_id=1331"},"modified":"2025-12-06T22:22:34","modified_gmt":"2025-12-06T22:22:34","slug":"servicios-y-estudios-de-proyectos","status":"publish","type":"page","link":"https:\/\/zerocarbono.org\/en\/servicios-y-estudios-de-proyectos\/","title":{"rendered":"Services and Project Studies"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1331\" class=\"elementor elementor-1331\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e367a27 e-con-full e-flex e-con e-parent\" data-id=\"e367a27\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-654fe62 elementor-widget elementor-widget-shortcode\" data-id=\"654fe62\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><!DOCTYPE html>\n<html lang=\"es\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Zero Carbono - Proceso de Cr\u00e9ditos de Carbono<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n<style>\n\/* ===== CORRECCI\u00d3N GLOBAL ===== *\/\nhtml, body {\n  overflow-x: hidden;\n  margin: 0;\n  padding: 0;\n}\n\n\/* ===== CONTENEDOR EXTERNO SEGURO ===== *\/\n.zc-process-safe-wrapper {\n  position: relative;\n  left: 50%;\n  right: 50%;\n  width: 100vw;\n  margin-left: -50vw;\n  margin-right: -50vw;\n  overflow: hidden;\n  box-sizing: border-box;\n}\n\n\/* ===== SECCI\u00d3N PRINCIPAL ===== *\/\n.zc-process-section {\n  position: relative;\n  width: 100%;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  text-align: center;\n  font-family: \"Poppins\", \"Open Sans\", sans-serif;\n  color: #ffffff;\n  padding: 60px 40px;\n  overflow: hidden;\n  background: linear-gradient(135deg, #031e35 0%, #003d51 100%);\n}\n\n\/* ===== FONDO CON IMAGEN SUTIL ===== *\/\n.zc-process-fondo {\n  position: absolute;\n  inset: 0;\n  background-image: \n    linear-gradient(rgba(3, 30, 53, 0.85), rgba(0, 61, 81, 0.90)),\n    url('https:\/\/zerocarbono.org\/wp-content\/uploads\/2025\/11\/Fondo-servicios.webp');\n  background-size: cover;\n  background-position: center;\n  background-blend-mode: overlay;\n  z-index: 0;\n  opacity: 0.10;\n}\n\n\/* ===== CONTENIDO CENTRAL ===== *\/\n.zc-process-content {\n  position: relative;\n  z-index: 2;\n  max-width: 1000px;\n  margin: 0 auto;\n  width: 100%;\n}\n\n\/* ===== T\u00cdTULO PRINCIPAL MEJORADO ===== *\/\n.zc-process-main-title {\n  font-size: 34px;\n  font-weight: 700;\n  line-height: 1.3;\n  margin-bottom: 50px;\n  color: #ffffff;\n  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);\n  position: relative;\n  animation: titleFadeIn 1.5s ease-out forwards;\n  opacity: 0;\n}\n\n.zc-process-main-title::after {\n  content: '';\n  position: absolute;\n  bottom: -20px;\n  left: 50%;\n  transform: translateX(-50%);\n  width: 0;\n  height: 3px;\n  background: linear-gradient(90deg, #73ff73, #325825);\n  animation: lineExpand 2s ease-out 0.5s forwards;\n}\n\n@keyframes titleFadeIn {\n  0% { \n    opacity: 0; \n    transform: translateY(40px); \n  }\n  100% { \n    opacity: 1; \n    transform: translateY(0); \n  }\n}\n\n@keyframes lineExpand {\n  0% { \n    width: 0;\n    opacity: 0;\n  }\n  50% { \n    width: 180px;\n    opacity: 0.8;\n  }\n  100% { \n    width: 120px;\n    opacity: 1;\n  }\n}\n\n\/* ===== CONTENIDO DE TEXTO AGRANDADO ===== *\/\n.zc-process-text-content {\n \n  backdrop-filter: blur(9px) brightness(1.2);\n  border: 1px solid rgba(255, 255, 255, 0.20);\n  border-radius: 10px;\n  padding: 45px 55px;\n  margin-bottom: 40px;\n  text-align: left;\n  position: relative;\n  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);\n  animation: contentFadeIn 1.8s ease-out 0.8s forwards;\n  opacity: 0;\n  transform: translateY(30px);\n}\n\n@keyframes contentFadeIn {\n  0% { \n    opacity: 0; \n    transform: translateY(30px); \n  }\n  100% { \n    opacity: 1; \n    transform: translateY(0); \n  }\n}\n\n.zc-process-text-content::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  height: 3px;\n  background: linear-gradient(90deg, #73ff73, #325825, #73ff73);\n  \n}\n\n@keyframes borderGlow {\n  0%, 100% { \n    opacity: 0.8;\n    background: linear-gradient(80deg, #73ff73, #325825, #73ff73);\n  }\n  50% { \n    opacity: 1;\n    background: linear-gradient(90deg, #325825, #73ff73, #325825);\n  }\n}\n\n.zc-process-text-content p {\n  font-size: 18px; \/* Texto agrandado *\/\n  font-weight: 10;\n  line-height: 1.2; \/* M\u00e1s espacio entre l\u00edneas *\/\n  margin-bottom: 25px;\n  color: #ffffff;\n  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.3);\n}\n\n.zc-process-text-content p:last-child {\n  margin-bottom: 0;\n}\n\n\/* ===== DESTACADOS MEJORADOS ===== *\/\n.text-highlight {\n  color: #ffffff;\n  font-weight: 200;\n  text-shadow: 0 0 12px rgba(255, 255, 255, 0.3);\n  display: inline-block;\n  padding: 0 2px;\n}\n\n.text-highlight::after {\n  content: '';\n  position: absolute;\n  bottom: -1px;\n  left: 0;\n  width: 100%;\n  height: 2px;\n  background: #73ff73;\n  opacity: 0.9;\n  transform: scaleX(0.9);\n  transition: transform 0.3s ease;\n}\n\n.text-highlight:hover::after {\n  transform: scaleX(1);\n}\n\n\/* ===== ELEMENTOS DECORATIVOS SUTILES ===== *\/\n.floating-particle {\n  position: absolute;\n  width: 10px; \/* antes 5px *\/\n  height: 10px;\n  background: rgba(255, 255, 255, 1); \/* m\u00e1s visibles *\/\n  border-radius: 50%;\n  box-shadow: 0 0 12px rgba(255, 255, 255, 1); \/* Glow *\/\n  animation: particleFloat 8s ease-in-out infinite;\n  z-index: 1;\n}\n\n\n.floating-particle:nth-child(1) { top: 15%; left: 10%; animation-delay: 0s; }\n.floating-particle:nth-child(2) { top: 65%; left: 88%; animation-delay: 3s; }\n.floating-particle:nth-child(3) { top: 85%; left: 12%; animation-delay: 6s; }\n.floating-particle:nth-child(4) { top: 25%; left: 92%; animation-delay: 9s; }\n\n@keyframes particleFloat {\n  0%, 100% { \n    opacity: 0;\n    transform: translateY(0) scale(0) rotate(0deg);\n  }\n  25% { \n    opacity: 0.8;\n    transform: translateY(-20px) scale(1) rotate(90deg);\n  }\n  50% { \n    opacity: 0.6;\n    transform: translateY(-40px) scale(1.2) rotate(180deg);\n  }\n  75% { \n    opacity: 0.4;\n    transform: translateY(-20px) scale(1) rotate(270deg);\n  }\n}\n\n\/* ===== RESPONSIVE ===== *\/\n@media (max-width: 1200px) {\n  .zc-process-section { \n    padding: 50px 35px; \n  }\n  .zc-process-main-title { \n    font-size: 38px; \n  }\n  .zc-process-text-content {\n    padding: 40px 45px;\n  }\n  .zc-process-text-content p {\n    font-size: 18px;\n  }\n.zc-process-text-content p {\n  font-size: 18px;\n  font-weight: 300;\n  line-height: 1.6;\n  margin-bottom: 25px;\n  color: #ffffff !important;   \/* \u2190 Blanco puro *\/\n  text-shadow: 0 0 0 transparent; \/* \u2190 Quita sombra gris fea *\/\n}\n\n}\n\n@media (max-width: 900px) {\n  .zc-process-section { \n    padding: 45px 30px; \n  }\n  .zc-process-main-title { \n    font-size: 32px; \n  }\n  .zc-process-text-content {\n    padding: 35px 40px;\n  }\n  .zc-process-text-content p {\n    font-size: 17px;\n  }\n}\n\n@media (max-width: 768px) {\n  .zc-process-section { \n    padding: 40px 25px; \n  }\n  .zc-process-main-title { \n    font-size: 28px; \n    text-align: center;\n  }\n  .zc-process-text-content {\n    padding: 30px 35px;\n    text-align: center;\n  }\n  .zc-process-text-content p {\n    font-size: 16px;\n    line-height: 1.7;\n  }\n}\n\n@media (max-width: 600px) {\n  .zc-process-section { \n    padding: 35px 20px; \n  }\n  .zc-process-main-title { \n    font-size: 26px; \n  }\n  .zc-process-text-content {\n    padding: 25px 30px;\n  }\n  .zc-process-text-content p {\n    font-size: 15px;\n  }\n}\n\n@media (max-width: 480px) {\n  .zc-process-section { \n    padding: 30px 15px; \n  }\n  .zc-process-main-title { \n    font-size: 24px; \n  }\n  .zc-process-text-content p {\n    font-size: 14px;\n  }\n}\n<\/style>\n<\/head>\n<body>\n  <div class=\"zc-process-safe-wrapper\">\n    <section class=\"zc-process-section\">\n      <!-- Part\u00edculas decorativas sutiles -->\n      <div class=\"floating-particle\"><\/div>\n      <div class=\"floating-particle\"><\/div>\n      <div class=\"floating-particle\"><\/div>\n      <div class=\"floating-particle\"><\/div>\n\n      \n      <!-- Fondo con imagen de naturaleza sutil -->\n      <div class=\"zc-process-fondo\"><\/div>\n\n      <!-- Contenido principal -->\n      <div class=\"zc-process-content\">\n        <!-- T\u00edtulo principal mejorado -->\n        <h1 class=\"zc-process-main-title\">\n          From the idea in your mind to real impact:<br>\n          Your carbon credit project, step by step\n        <\/h1>\n\n        <!-- Contenido de texto agrandado -->\n        <div class=\"zc-process-text-content\">\n          <p>\n            In <span class=\"text-highlight\">Zero Carbono<\/span> We transform environmental initiatives into certified and marketable climate assets.\n\nWe know that every project is unique, so we have designed a clear and structured roadmap to guide you from the initial analysis to the sale of your credits.\n          <\/p>\n          \n          <p>\n            Our services are organized into <span class=\"text-highlight\">7 sequential stages<\/span>which you can hire\nindependently or as a comprehensive package. We start with essential diagnostics\nsuch as the <span class=\"text-highlight\">Baseline Study<\/span> and the <span class=\"text-highlight\">Credit Strategy<\/span>, we are moving towards\n\nin-depth technical studies such as the <span class=\"text-highlight\">Additionality<\/span> and the <span class=\"text-highlight\">Pre-feasibility<\/span>and we culminate\n\nwith processes of <span class=\"text-highlight\">Registration, Certification and Sale<\/span>.\n          <\/p>\n          \n          <p>\n            Each study is designed to <span class=\"text-highlight\">Reduce risks, maximize value, and ensure integrity.<\/span>ensuring that your project not only meets the highest international standards (ICVCM), but also generates a <span class=\"text-highlight\">tangible environmental impact<\/span> and a\n            <span class=\"text-highlight\">attractive financial return<\/span>.\n          <\/p>\n          \n          <p>\n            Explore each stage below and discover how we can help you build a\n            <span class=\"text-highlight\">profitable climate legacy<\/span>.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/section>\n  <\/div>\n<\/body>\n<\/html><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b35b7e1 e-con-full e-flex e-con e-parent\" data-id=\"b35b7e1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8a0147e elementor-widget elementor-widget-html\" data-id=\"8a0147e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>L\u00ednea de Tiempo Completa<\/title>\r\n\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n\/* ===== FONDO GENERAL ===== *\/\r\nbody, html {\r\n    background: linear-gradient(135deg, #f3f3f3 0%, #e9f0f5 100%);\r\n    margin: 0;\r\n    padding: 0;\r\n    font-family: \"Poppins\",\"Open Sans\",sans-serif;\r\n}\r\n\r\n\/* WRAPPER *\/\r\n.zc-etapas-wrapper {\r\n    max-width: 1100px;\r\n    margin: 0 auto;\r\n    padding: 40px 20px;\r\n    position: relative;\r\n    z-index: 0; \/* necesario para aislar los z-index internos *\/\r\n}\r\n\r\n\/* ===== L\u00cdNEA PRINCIPAL DE FONDO ===== *\/\r\n.zc-etapas-wrapper::before {\r\n    content: \"\";\r\n    position: absolute;\r\n    left: 50%;\r\n    transform: translateX(-50%);\r\n    width: 6px;\r\n    top: 0;\r\n    bottom: 0;\r\n    background: #112839;\r\n    border-radius: 10px;\r\n    z-index: -2; \/* SIEMPRE al fondo *\/\r\n}\r\n\r\n\/* ===== L\u00cdNEA BLANCA INTERNA ANIMADA ===== *\/\r\n.zc-etapas-wrapper::after {\r\n    content: \"\";\r\n    position: absolute;\r\n    left: 50%;\r\n    transform: translateX(-50%);\r\n    width: 3px;\r\n    height: 180px;\r\n    top: 0;\r\n    background: #116b00;\r\n    opacity: 0.9;\r\n    border-radius: 20px;\r\n    z-index: -1; \/* debajo de las tarjetas *\/\r\n    animation: innerLineMove 6.0s linear infinite;\r\n}\r\n\r\n@keyframes innerLineMove {\r\n    0% { top: -10px; }\r\n    100% { top: 100%; }\r\n}\r\n\r\n\/* ===== TARJETAS ===== *\/\r\n.zc-etapa {\r\n    width: 100%;\r\n    position: relative;\r\n    z-index: 2; \/* por encima de las l\u00edneas *\/\r\n    background: rgba(255,255,255,0.92);\r\n    border-radius: 16px;\r\n    padding: 35px 40px;\r\n    margin: 40px 0;\r\n    box-shadow: 0 8px 25px rgba(0,0,0,0.1);\r\n    backdrop-filter: blur(12px);\r\n    overflow: hidden;\r\n    transition: all .35s ease;\r\n    border: 1px solid rgba(255,255,255,0.3);\r\n}\r\n\r\n.zc-etapa:hover {\r\n    transform: translateY(-6px) scale(1.01);\r\n    box-shadow: 0 18px 38px rgba(0,0,0,0.18);\r\n}\r\n\r\n\/* ===== ALTERNANCIA EN ESCRITORIO ===== *\/\r\n.zc-etapa:nth-child(odd) {\r\n    border-right: 5px solid #112839;\r\n    padding-left: 60px;\r\n    padding-right: 30px;\r\n}\r\n\r\n.zc-etapa:nth-child(even) {\r\n    text-align: right;\r\n    border-left: 5px solid #0a3b19;\r\n    padding-right: 60px;\r\n    padding-left: 30px;\r\n}\r\n\r\n\/* ===== PUNTOS ===== *\/\r\n.zc-etapa::before {\r\n    content:\"\";\r\n    position:absolute;\r\n    width:22px;\r\n    height:22px;\r\n    border-radius:50%;\r\n    background:#0a3b19;\r\n    top:50%;\r\n    transform:translateY(-50%);\r\n    z-index:3;\r\n    border:2px solid #112839;\r\n    box-shadow:0 0 0 6px rgba(255,255,255,0.9),0 0 15px rgba(10,59,25,0.4);\r\n}\r\n\r\n.zc-etapa:nth-child(odd)::before { right:-12px; }\r\n.zc-etapa:nth-child(even)::before { left:-12px; }\r\n\r\n\/* ===== MARCA DE AGUA ===== *\/\r\n.zc-etapa::after {\r\n    content:\"\";\r\n    position:absolute;\r\n    bottom:-25px;\r\n    width:180px;\r\n    height:180px;\r\n    background-image:url('https:\/\/zerocarbono.org\/wp-content\/uploads\/2025\/11\/admin-ajassx.png');\r\n    background-size:contain;\r\n    background-repeat:no-repeat;\r\n    opacity:0.08;\r\n    pointer-events:none;\r\n    transition:.35s ease;\r\n    z-index: -2;\r\n}\r\n\r\n.zc-etapa:nth-child(odd)::after { right:-25px; }\r\n.zc-etapa:nth-child(even)::after { left:-25px; }\r\n\r\n.zc-etapa:hover::after { opacity:0.12; transform:scale(1.05); }\r\n\r\n\/* ===== T\u00cdTULO + DURACI\u00d3N ===== *\/\r\n.zc-top-title {\r\n    display:flex;\r\n    justify-content:space-between;\r\n    align-items:center;\r\n    margin-bottom:18px;\r\n}\r\n\r\n.zc-etapa:nth-child(even) .zc-top-title { flex-direction:row-reverse; }\r\n\r\n.zc-top-title h3 {\r\n    margin:0;\r\n    font-size:24px;\r\n    font-weight:700;\r\n    color:#031e35;\r\n    position:relative;\r\n    line-height:1.3;\r\n}\r\n\r\n\/* l\u00ednea animada debajo del t\u00edtulo *\/\r\n.zc-top-title h3::after {\r\n    content:\"\";\r\n    position:absolute;\r\n    bottom:-5px;\r\n    height:2px;\r\n    width:0;\r\n    background:linear-gradient(to right,#112839,#0a3b19);\r\n    animation: lineGrow 1.6s ease forwards;\r\n}\r\n\r\n@keyframes lineGrow { \r\n    from{width:0;} \r\n    to{width:55%;} \r\n}\r\n\r\n.zc-etapa:nth-child(odd) .zc-top-title h3::after { left:0; }\r\n.zc-etapa:nth-child(even) .zc-top-title h3::after { right:0; }\r\n\r\n\/* ===== DURACI\u00d3N ===== *\/\r\n.zc-duracion {\r\n    background:rgba(17,40,57,0.15);\r\n    padding:8px 16px;\r\n    border-radius:12px;\r\n    font-size:14px;\r\n    font-weight:600;\r\n    color:#112839;\r\n    border:1px solid rgba(17,40,57,0.2);\r\n    backdrop-filter:blur(4px);\r\n    white-space:nowrap;\r\n}\r\n\r\n.zc-etapa:hover .zc-duracion {\r\n    background:rgba(17,40,57,0.25);\r\n    transform:scale(1.05);\r\n}\r\n\r\n\/* ===== TEXTO ===== *\/\r\n.zc-etapa p {\r\n    margin:8px 0;\r\n    font-size:16px;\r\n    line-height:1.7;\r\n    color:#112839;\r\n}\r\n\r\n.zc-etapa:nth-child(even) p { text-align:right; }\r\n\r\n\/* ===== BOT\u00d3N ===== *\/\r\n.zc-btn {\r\n    margin-top:20px;\r\n    display:inline-flex;\r\n    align-items:center;\r\n    gap:10px;\r\n    background:linear-gradient(135deg,#031e35,#0a3b19);\r\n    color:#ffffff;\r\n    padding:14px 32px;\r\n    border-radius:28px;\r\n    text-decoration:none;\r\n    font-size:15px;\r\n    font-weight:600;\r\n    border:2px solid #ffffff;\r\n    box-shadow:0 6px 18px rgba(0,0,0,0.15);\r\n    position:relative;\r\n    overflow:hidden;\r\n}\r\n\r\n.zc-etapa:nth-child(even) .zc-btn { align-self:flex-end; }\r\n\r\n.zc-btn:hover {\r\n    color:#28bc00 !important;\r\n    border-color:#28bc00;\r\n    transform:translateY(-3px) scale(1.03);\r\n}\r\n\r\n.zc-btn::before {\r\n    content:\"\";\r\n    position:absolute;\r\n    top:0;\r\n    left:-100%;\r\n    width:100%;\r\n    height:100%;\r\n    background:linear-gradient(90deg,transparent,rgba(255,255,255,0.55),transparent);\r\n    transition:left .6s ease;\r\n}\r\n\r\n.zc-btn:hover::before { left:100%; }\r\n\r\n\/* ============================\r\n   RESPONSIVE (M\u00d3VIL)\r\n   ============================ *\/\r\n@media (max-width:900px){\r\n\r\n    \/* TODAS iguales en m\u00f3vil *\/\r\n    .zc-etapa {\r\n        width:100%;\r\n        padding:26px !important;\r\n        border-left:5px solid #112839 !important;\r\n        border-right:none !important;\r\n        text-align:left !important;\r\n    }\r\n\r\n    .zc-etapa::before { left:-12px !important; }\r\n    .zc-etapa::after { right:-20px !important; left:auto !important; }\r\n\r\n    \/* T\u00cdTULO PERFECTO EN CELULAR *\/\r\n    .zc-top-title {\r\n        flex-direction:column !important;\r\n        align-items:flex-start !important;\r\n        gap:10px !important;\r\n        width:100%;\r\n    }\r\n\r\n    .zc-top-title h3 {\r\n        font-size:18px !important;\r\n        width:100% !important;\r\n    }\r\n\r\n    \/* l\u00ednea debajo centrada a la izquierda *\/\r\n    .zc-top-title h3::after {\r\n        width:40% !important;\r\n        left:0 !important;\r\n        right:auto !important;\r\n    }\r\n\r\n    .zc-duracion {\r\n        font-size:12px !important;\r\n        padding:6px 12px !important;\r\n    }\r\n\r\n    .zc-btn {\r\n        width:100%;\r\n        justify-content:center;\r\n        align-self:flex-start !important;\r\n    }\r\n}\r\n<\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n<div class=\"zc-etapas-wrapper\">\r\n\r\n    <!-- 1 -->\r\n    <div class=\"zc-etapa\">\r\n        <div class=\"zc-top-title\">\r\n            <h3>1. Baseline Study<\/h3>\r\n            <div class=\"zc-duracion\">Duration: 2 weeks<\/div>\r\n        <\/div>\r\n        <p>We define the essential parameters of your project: number of loans, applicable legislation, and current market price. We create a conservative cash flow projection for the entire lifespan of the project. We analyze the location, natural and social capital, and select the most suitable certification body and methodology.<\/p>\r\n        <a href=\"https:\/\/zerocarbono.org\/en\/linea-base\/\" class=\"zc-btn\">\ud83d\udd0e For more details, go directly to the studio<\/a>\r\n    <\/div>\r\n\r\n    <!-- 2 -->\r\n    <div class=\"zc-etapa\">\r\n        <div class=\"zc-top-title\">\r\n            <h3>2. Carbon Credit Strategy<\/h3>\r\n            <div class=\"zc-duracion\">Duration: 4 weeks <\/div>\r\n        <\/div>\r\n        <p>We transform initial ideas into certifiable and marketable climate assets. We assess technical and financial feasibility, identify emissions reduction opportunities, and design a clear roadmap for certification under high-integrity international standards. This includes credit projections and alignment with the SDGs.<\/p>\r\n        <a href=\"https:\/\/zerocarbono.org\/en\/estrategia-de-carbono\/\" class=\"zc-btn\">\ud83d\udccb For more details, go directly to the studio<\/a>\r\n    <\/div>\r\n\r\n    <!-- 3 -->\r\n    <div class=\"zc-etapa\">\r\n        <div class=\"zc-top-title\">\r\n            <h3>3. Additionality Study<\/h3>\r\n            <div class=\"zc-duracion\">Duration: 4 weeks <\/div>\r\n        <\/div>\r\n        <p>We demonstrate that your project generates real, verifiable, and additional emissions reductions that would not have occurred without the incentives of carbon credits. We assess financial, barrier, and common-practice additionality, which is key to avoiding greenwashing and ensuring a genuine climate benefit.<\/p>\r\n        <a href=\"https:\/\/zerocarbono.org\/en\/adicionalidad\/\" class=\"zc-btn\">\u2705 For more details, go directly to the study <\/a>\r\n    <\/div>\r\n\r\n    <!-- 4 -->\r\n    <div class=\"zc-etapa\">\r\n        <div class=\"zc-top-title\">\r\n            <h3>4.- International Rating - Risk Classification<\/h3>\r\n            <div class=\"zc-duracion\">Duration: 4 weeks <\/div>\r\n        <\/div>\r\n        \r\n        \r\n<div style=\"padding-left:142px; display:flex; flex-direction:column; gap:4px;\">\r\n   <div style=\"display:flex; align-items:flex-start;\">\r\n    <span style=\"width:20px; text-align:center;\"><\/span>\r\n    <p>We assess the credibility, solvency, and risk of your project using a methodology based on:<\/p>\r\n<\/div>\r\n\r\n  <div style=\"display:flex; align-items:flex-start;\">\r\n    <span style=\"width:20px; text-align:center;\">\u2022<\/span>\r\n    <span><strong>Integrated scoring system (0\u2013100 points)<\/strong> \u2013 Based on continuous numerical scoring.<\/span>\r\n  <\/div>\r\n\r\n  <div style=\"display:flex; align-items:flex-start;\">\r\n    <span style=\"width:20px; text-align:center;\">\u2022<\/span>\r\n    <span><strong>Percentage ranking (percentiles)<\/strong> \u2013Where it is ordered according to the percentage exceeded (e.g., \u201cTop 10%\u201d).<\/span>\r\n  <\/div>\r\n\r\n  <div style=\"display:flex; align-items:flex-start;\">\r\n    <span style=\"width:20px; text-align:center;\">\u2022<\/span>\r\n    <span><strong>Letter grades (AAA, AA, A, BBB, etc.)<\/strong> \u2013 Similar to a credit or risk rating.<\/span>\r\n  <\/div>\r\n<\/div>\r\n<br>\r\nWe assess environmental integrity, governance, social impact, and alignment with the SDGs. This\nquality seal <br>Attracts buyers, facilitates sales, reduces risks, and adds value to your loans.\r\n        <a href=\"https:\/\/zerocarbono.org\/en\/rating-clasificacion-de-riesgo\/\" class=\"zc-btn\">\ud83d\udcbc For more details, go directly to the studio<\/a>\r\n    <\/div>\r\n    \r\n    \r\n    <!-- 5 -->\r\n    <div class=\"zc-etapa\">\r\n        <div class=\"zc-top-title\">\r\n            <h3>5.- Pre-feasibility Study<\/h3>\r\n            <div class=\"zc-duracion\">Duration: 2 months<\/div>\r\n        <\/div>\r\n        <p>We conduct comprehensive literature reviews (soil, climate, flora, fauna, socio-economic aspects) to confirm that your project meets ICVCM's high-integrity standards. We develop additionality, buffer reserves, taxonomy, and quantify natural and social capital.<\/p>\r\n        <a href=\"https:\/\/zerocarbono.org\/en\/prefactibilidad\/\" class=\"zc-btn\">\ud83e\udd1d For more details, go directly to the studio<\/a>\r\n    <\/div>\r\n\r\n    <!-- 6 -->\r\n    <div class=\"zc-etapa\">\r\n        <div class=\"zc-top-title\">\r\n            <h3>6. Registration and Pre-sale<\/h3>\r\n            <div class=\"zc-duracion\">Duration: 4 months <\/div>\r\n        <\/div>\r\n        <p>We register your project with the certification body, conduct a public consultation, and create your corporate identity (website, graphic materials, project description). We promote it among international brokers to secure the pre-sale of the first 10 years of financing with a qualified buyer.<\/p>\r\n        <a href=\"https:\/\/zerocarbono.org\/en\/registro-y-preventa\/\" class=\"zc-btn\">\ud83d\udcdc For more details, go directly to the study<\/a>\r\n    <\/div>\r\n\r\n    <!-- 7 -->\r\n    <div class=\"zc-etapa\">\r\n        <div class=\"zc-top-title\">\r\n            <h3>7. Validation\/Verification and Certification<\/h3>\r\n            <div class=\"zc-duracion\">Duration: 6 to 8 months  <\/div>\r\n        <\/div>\r\n        <p>We manage on-site validation with an external verifier, final certification, and credit issuance. We coordinate the formal sale with the buyer, including legal review and the international payment process. We close the cycle with a certified and sold project.<\/p>\r\n        <a href=\"https:\/\/zerocarbono.org\/en\/validacion-certificacion\/\" class=\"zc-btn\">\ud83d\udcdd For more details, go directly to the studio <\/a>\r\n    <\/div>\r\n\r\n\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c3a9643 e-con-full e-flex e-con e-parent\" data-id=\"c3a9643\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0f1f891 elementor-widget elementor-widget-html\" data-id=\"0f1f891\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>Zero Carbono - Botones<\/title>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n\/* ===== GLOBAL ===== *\/\r\nhtml, body {\r\n  overflow-x: hidden;\r\n  margin: 0;\r\n  padding: 0;\r\n  font-family: \"Poppins\",\"Open Sans\",sans-serif;\r\n}\r\n\r\n\/* ===== SECCI\u00d3N ===== *\/\r\n.zc-process-section {\r\n  position: relative;\r\n  width: 100%;\r\n  padding: 80px 40px;\r\n  background: linear-gradient(135deg, #031e35 0%, #003d51 100%);\r\n  text-align: center;\r\n  overflow: hidden;\r\n}\r\n\r\n\/* ===== FONDO ===== *\/\r\n.zc-process-fondo {\r\n  position: absolute;\r\n  inset: 0;\r\n  background-image:\r\n    linear-gradient(rgba(3, 30, 53, 0.88), rgba(0, 61, 81, 0.92)),\r\n    url('https:\/\/zerocarbono.org\/wp-content\/uploads\/2025\/11\/Fondo-servicios.webp');\r\n  background-size: cover;\r\n  background-position: center;\r\n  opacity: 0.32;\r\n  z-index: 0;\r\n}\r\n\r\n\/* ===== PART\u00cdCULAS ANIMADAS ===== *\/\r\n.zc-particles {\r\n  position: absolute;\r\n  inset: 0;\r\n  z-index: 1;\r\n  overflow: hidden;\r\n}\r\n\r\n.particle {\r\n  position: absolute;\r\n  background: rgba(255, 255, 255, 0.15);\r\n  border-radius: 50%;\r\n  animation: float 15s infinite linear;\r\n}\r\n\r\n@keyframes float {\r\n  0% {\r\n    transform: translateY(100vh) translateX(0) rotate(0deg);\r\n    opacity: 0;\r\n  }\r\n  10% {\r\n    opacity: 0.3;\r\n  }\r\n  90% {\r\n    opacity: 0.3;\r\n  }\r\n  100% {\r\n    transform: translateY(-100px) translateX(100px) rotate(360deg);\r\n    opacity: 0;\r\n  }\r\n}\r\n\r\n\/* ===== T\u00cdTULO ===== *\/\r\n.zc-section-title {\r\n  color: #ffffff;\r\n  font-size: 34px;\r\n  font-weight: 700;\r\n  margin-bottom: 30px;\r\n  text-shadow: 0 2px 4px rgba(0,0,0,0.3);\r\n  position: relative;\r\n  z-index: 5;\r\n  letter-spacing: 0.5px;\r\n  text-align: center;\r\n  transform: translateX(190px); \/* centrado pero levemente hacia la izquierda *\/\r\n}\r\n\r\n\/* ===== CONTENEDOR DE BOTONES ===== *\/\r\n.zc-btn-container {\r\n  position: relative;\r\n  z-index: 5;\r\n  display: flex;\r\n  justify-content: center;\r\n  gap: 26px;\r\n  flex-wrap: wrap;\r\n  width: 100%;\r\n  margin-top: 40px;\r\n}\r\n\r\n\/* ===== BOT\u00d3N 3D MEJORADO ===== *\/\r\n.zc-blue-btn {\r\n  background: linear-gradient(145deg, #0a2a47, #09243a);\r\n  color: #ffffff;\r\n  padding: 18px 40px;\r\n  border-radius: 22px;\r\n  text-decoration: none;\r\n  font-size: 17px;\r\n  font-weight: 600;\r\n  border: none;\r\n  box-shadow: \r\n    0 10px 25px rgba(0,0,0,0.5),\r\n    0 6px 0 #051a2d,\r\n    inset 0 1px 0 rgba(255,255,255,0.3);\r\n  position: relative;\r\n  overflow: hidden;\r\n  text-align: center;\r\n  min-width: 340px;\r\n  max-width: 340px;\r\n  transition: all 0.3s ease;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  gap: 12px;\r\n  transform: translateY(0);\r\n  cursor: pointer;\r\n}\r\n\r\n\/* Efecto de profundidad 3D *\/\r\n.zc-blue-btn::after {\r\n  content: '';\r\n  position: absolute;\r\n  top: 0;\r\n  left: 0;\r\n  right: 0;\r\n  bottom: 0;\r\n  border-radius: 22px;\r\n  background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(0,0,0,0.15));\r\n  opacity: 0;\r\n  transition: opacity 0.3s ease;\r\n}\r\n\r\n\/* ===== ANIMACI\u00d3N DE L\u00cdNEA BRILLANTE ===== *\/\r\n.zc-blue-btn::before {\r\n  content: \"\";\r\n  position: absolute;\r\n  top: 0;\r\n  left: -100%;\r\n  width: 100%;\r\n  height: 3px;\r\n  background: linear-gradient(90deg, transparent, #ffffff, #4dabf7, #ffffff, transparent);\r\n  animation: shine 16s infinite;\r\n  z-index: 2;\r\n}\r\n\r\n@keyframes shine {\r\n  0% {\r\n    left: -100%;\r\n    opacity: 0;\r\n  }\r\n  10% {\r\n    opacity: 1;\r\n  }\r\n  20% {\r\n    left: 100%;\r\n    opacity: 0;\r\n  }\r\n  100% {\r\n    left: 100%;\r\n    opacity: 0;\r\n  }\r\n}\r\n\r\n\/* ===== ICONOS ===== *\/\r\n.zc-btn-icon { \r\n  font-size: 20px;\r\n  transition: all 0.3s ease;\r\n  display: inline-block;\r\n  filter: drop-shadow(0 2px 3px rgba(0,0,0,0.4));\r\n}\r\n\r\n\/* ===== HOVER (ANIMACI\u00d3N ORIGINAL) ===== *\/\r\n.zc-blue-btn:hover {\r\n  background: linear-gradient(135deg, #0A3B19 0%, #0F8C2C 100%);\r\n  transform: translateY(-3px) scale(1.03);\r\n  box-shadow: \r\n    0 15px 30px rgba(0,0,0,0.6),\r\n    0 8px 0 #0a7324,\r\n    inset 0 1px 0 rgba(255,255,255,0.4);\r\n  color: #ffffff !important;\r\n}\r\n\r\n.zc-blue-btn:hover::after {\r\n  opacity: 1;\r\n}\r\n\r\n.zc-blue-btn:hover .zc-btn-icon {\r\n  transform: scale(1.1);\r\n}\r\n\r\n\/* ===== EFECTO DE RESPLANDOR ALREDEDOR ===== *\/\r\n.zc-blue-btn {\r\n  animation: glow 4s infinite alternate;\r\n}\r\n\r\n@keyframes glow {\r\n  from {\r\n    box-shadow: \r\n      0 10px 25px rgba(0,0,0,0.5),\r\n      0 6px 0 #051a2d,\r\n      inset 0 1px 0 rgba(255,255,255,0.3);\r\n  }\r\n  to {\r\n    box-shadow: \r\n      0 10px 25px rgba(0,0,0,0.5),\r\n      0 6px 0 #051a2d,\r\n      inset 0 1px 0 rgba(255,255,255,0.3),\r\n      0 0 15px rgba(77, 171, 247, 0.6);\r\n  }\r\n}\r\n\r\n\/* ===== RESPONSIVE ===== *\/\r\n@media (max-width:600px){\r\n  .zc-process-section {\r\n    padding: 20px 20px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: center;\r\n    min-height: 50vh;\r\n    box-sizing: border-box;\r\n  }\r\n  \r\n  .zc-section-title {\r\n    font-size: 24px;\r\n    transform: translateX(0);\r\n    margin-bottom: 50px;\r\n    order: 1;\r\n  }\r\n\r\n  .zc-btn-container {\r\n    flex-direction: column;\r\n    align-items: center;\r\n    gap: 20px;\r\n    margin-top: 0;\r\n    order: 2;\r\n  }\r\n\r\n  .zc-blue-btn{\r\n    min-width: 100%;\r\n    max-width: 100%;\r\n    font-size: 15px;\r\n    padding: 16px 22px;\r\n  }\r\n  \r\n  .zc-btn-icon {\r\n    font-size: 18px;\r\n  }\r\n}\r\n\r\n<\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n<section class=\"zc-process-section\">\r\n\r\n  <div class=\"zc-process-fondo\"><\/div>\r\n  \r\n  <!-- Contenedor de part\u00edculas animadas -->\r\n  <div class=\"zc-particles\" id=\"particles-container\"><\/div>\r\n\r\n  <h2 class=\"zc-section-title\">Ready to get started?<\/h2>\r\n\r\n  <div class=\"zc-btn-container\">\r\n\r\n    <a href=\"https:\/\/calendly.com\/contacto-zerocarbono\/30min?month=2025-12\" class=\"zc-blue-btn\" rel=\"nofollow noopener\" target=\"_blank\">\r\n      <span class=\"zc-btn-icon\">\ud83d\udcc5<\/span>\r\n      Schedule a free 30-minute consultation\r\n    <\/a>\r\n\r\n    <a href=\"https:\/\/wa.me\/56942025625?text=Hola%20%F0%9F%98%8A%20Quisiera%20informaci%C3%B3n\" class=\"zc-blue-btn\" rel=\"nofollow noopener\" target=\"_blank\">\r\n      <span class=\"zc-btn-icon\">\ud83d\udcde<\/span>\r\n      Contact us directly via email or WhatsApp\r\n    <\/a>\r\n\r\n  <\/div>\r\n\r\n<\/section>\r\n\r\n<script>\r\n\/\/ Crear part\u00edculas animadas\r\nfunction createParticles() {\r\n  const container = document.getElementById('particles-container');\r\n  const particleCount = 15; \/\/ N\u00famero de part\u00edculas\r\n  \r\n  for (let i = 0; i < particleCount; i++) {\r\n    const particle = document.createElement('div');\r\n    particle.classList.add('particle');\r\n    \r\n    \/\/ Tama\u00f1o aleatorio entre 3px y 8px\r\n    const size = Math.random() * 5 + 3;\r\n    particle.style.width = `${size}px`;\r\n    particle.style.height = `${size}px`;\r\n    \r\n    \/\/ Posici\u00f3n inicial aleatoria\r\n    particle.style.left = `${Math.random() * 100}vw`;\r\n    \r\n    \/\/ Animaci\u00f3n con duraci\u00f3n y delay aleatorios\r\n    const duration = Math.random() * 10 + 15; \/\/ Entre 15 y 25 segundos\r\n    const delay = Math.random() * 5; \/\/ Delay aleatorio hasta 5 segundos\r\n    \r\n    particle.style.animation = `float ${duration}s infinite linear ${delay}s`;\r\n    \r\n    container.appendChild(particle);\r\n  }\r\n}\r\n\r\n\/\/ Inicializar part\u00edculas cuando la p\u00e1gina cargue\r\ndocument.addEventListener('DOMContentLoaded', createParticles);\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Zero Carbono &#8211; Proceso de Cr\u00e9ditos de Carbono De la idea en tu mente al impacto real: Tu proyecto de cr\u00e9ditos de carbono, paso a paso En Zero Carbono transformamos iniciativas ambientales en activos clim\u00e1ticos certificados y comercializables. Sabemos que cada proyecto es \u00fanico, por lo que hemos dise\u00f1ado una ruta clara y estructurada que [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1331","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/zerocarbono.org\/en\/wp-json\/wp\/v2\/pages\/1331","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zerocarbono.org\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/zerocarbono.org\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/zerocarbono.org\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zerocarbono.org\/en\/wp-json\/wp\/v2\/comments?post=1331"}],"version-history":[{"count":10,"href":"https:\/\/zerocarbono.org\/en\/wp-json\/wp\/v2\/pages\/1331\/revisions"}],"predecessor-version":[{"id":1562,"href":"https:\/\/zerocarbono.org\/en\/wp-json\/wp\/v2\/pages\/1331\/revisions\/1562"}],"wp:attachment":[{"href":"https:\/\/zerocarbono.org\/en\/wp-json\/wp\/v2\/media?parent=1331"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}