{"id":638,"date":"2021-09-15T11:42:06","date_gmt":"2021-09-15T11:42:06","guid":{"rendered":"https:\/\/stage.startertemplatecloud.com\/g15\/?page_id=638"},"modified":"2025-10-03T02:09:13","modified_gmt":"2025-10-03T02:09:13","slug":"features","status":"publish","type":"page","link":"https:\/\/ycmcap.com\/es\/features\/","title":{"rendered":"Funciones"},"content":{"rendered":"<!-- SECTION: Hero Features -->\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Raleway:wght@700;800&#038;family=Manrope:wght@400;600&#038;display=swap\" rel=\"stylesheet\">\n\n<section id=\"features-hero\" style=\"background: linear-gradient(135deg, #0a1f44 0%, #1a2a6c 50%, #0072ff 100%); color:#fff; padding:220px 24px 220px; font-family:'Manrope',sans-serif; text-align:center; position:relative; overflow:hidden;\">\n  <div class=\"hero-inner\" style=\"max-width:1100px; margin:0 auto; position:relative; z-index:2; padding-top:60px;\">\n    \n    <!-- Hero Title -->\n    <h1 style=\"font-family:'Raleway',sans-serif; font-weight:800; font-size:clamp(42px,5vw,68px); margin-bottom:28px; color:#ffffff; text-shadow:0 0 25px rgba(30,64,255,0.5); animation:fadeDown 1.2s ease-out;\">\n      Nuestras Funciones Clave\n    <\/h1>\n    \n    <!-- Hero Subtitle -->\n    <p style=\"font-size:20px; color:rgba(255,255,255,0.9); max-width:800px; margin-left:auto; margin-right:auto; line-height:1.7; animation:fadeUp 1.4s ease-out;\">\n      Explore las herramientas y soluciones avanzadas que ofrecemos para ayudar a las empresas a optimizar las operaciones financieras, visualizar datos cr\u00edticos y tomar decisiones estrat\u00e9gicas con confianza.\n    <\/p>\n    \n    <!-- Decorative Divider Line -->\n    <div style=\"width:120px; height:4px; background:linear-gradient(90deg,#1E40FF,#60a5fa); margin:60px auto 0; border-radius:4px; animation:expandLine 1.5s ease-out;\"><\/div>\n  <\/div>\n\n  <!-- Decorative Glow Circles -->\n  <div style=\"position:absolute; top:-150px; left:-150px; width:420px; height:420px; background:radial-gradient(circle, rgba(96,165,250,0.3), transparent 70%); border-radius:50%; filter:blur(140px); animation:pulseGlow 6s infinite alternate;\"><\/div>\n  <div style=\"position:absolute; bottom:-180px; right:-180px; width:420px; height:420px; background:radial-gradient(circle, rgba(30,64,255,0.35), transparent 70%); border-radius:50%; filter:blur(140px); animation:pulseGlow 8s infinite alternate;\"><\/div>\n\n  <style>\n    @keyframes fadeDown {\n      from {opacity:0; transform:translateY(-30px);}\n      to {opacity:1; transform:translateY(0);}\n    }\n    @keyframes fadeUp {\n      from {opacity:0; transform:translateY(30px);}\n      to {opacity:1; transform:translateY(0);}\n    }\n    @keyframes expandLine {\n      from {width:0; opacity:0;}\n      to {width:120px; opacity:1;}\n    }\n    @keyframes pulseGlow {\n      from {transform:scale(1);}\n      to {transform:scale(1.15);}\n    }\n\n    \/* Responsive *\/\n    @media(max-width:768px){\n      #features-hero h1 { font-size: clamp(36px,8vw,60px); }\n      #features-hero p { font-size: 16px; }\n    }\n  <\/style>\n<\/section>\n\n\n\n<!-- SECTION: Features Intro Panels -->\n<section id=\"services-intro\" style=\"background: linear-gradient(135deg, #ffffff 0%, #1E40FF 100%); padding:120px 20px; font-family:'Manrope',sans-serif; text-align:center; position:relative; overflow:hidden;\">\n  <div style=\"max-width:1300px; margin:0 auto; display:grid; grid-template-columns:repeat(auto-fit,minmax(320px,1fr)); gap:40px;\">\n\n    <!-- Panel Smart Bookkeeping -->\n    <a href=\"https:\/\/ycmcap.com\/es\/smart-bookepping-2\/\" class=\"service-panel\">\n      <div class=\"panel-content\">\n        <h2>Contabilidad inteligente<\/h2>\n        <p>Modernice su contabilidad con soluciones de contabilidad eficientes, transparentes y escalables dise\u00f1adas para el crecimiento.<\/p>\n        <span class=\"btn-panel\">EXPLORA <span class=\"arrow\">\u2192<\/span><\/span>\n      <\/div>\n    <\/a>\n\n    <!-- Panel Advanced Financial Reports -->\n    <a href=\"https:\/\/ycmcap.com\/es\/advance-financial-report\/\" class=\"service-panel\">\n      <div class=\"panel-content\">\n        <h2>Informes financieros avanzados<\/h2>\n        <p>Convierta los datos en decisiones con informes interactivos y f\u00e1ciles de leer que impulsan la claridad y los resultados.<\/p>\n        <span class=\"btn-panel\">DESCUBRE <span class=\"arrow\">\u2192<\/span><\/span>\n      <\/div>\n    <\/a>\n\n  <\/div>\n<\/section>\n\n<style>\n\/* Base panel styles *\/\n.service-panel {\n  position:relative;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  text-align:center;\n  padding:80px 40px;\n  border-radius:20px;\n  background:rgba(255,255,255,0.7);\n  box-shadow:0 8px 25px rgba(0,0,0,0.1);\n  overflow:hidden;\n  transition: all 0.6s ease;\n  cursor:pointer;\n  text-decoration:none;\n  color:#0a1f44;\n}\n.service-panel::before {\n  content:\"\";\n  position:absolute;\n  bottom:-100%;\n  left:0;\n  width:100%;\n  height:100%;\n  background:linear-gradient(135deg,#1E40FF,#60a5fa);\n  z-index:0;\n  transition: all 0.6s ease;\n}\n.service-panel:hover::before {\n  bottom:0;\n}\n.panel-content {\n  position:relative;\n  z-index:1;\n}\n.service-panel h2 {\n  font-family:'Raleway',sans-serif;\n  font-size:clamp(28px,3vw,38px);\n  font-weight:800;\n  margin-bottom:20px;\n  transition:color 0.6s ease;\n}\n.service-panel p {\n  font-size:18px;\n  line-height:1.6;\n  margin-bottom:40px;\n  color:#333;\n  transition:color 0.6s ease;\n}\n\/* Bot\u00f3n Pro *\/\n.btn-panel {\n  display:inline-flex;\n  align-items:center;\n  gap:10px;\n  padding:14px 30px;\n  font-size:14px;\n  font-weight:700;\n  letter-spacing:1px;\n  text-transform:uppercase;\n  border:2px solid #ffffff;\n  border-radius:40px;\n  background:rgba(255,255,255,0.1);\n  color:#ffffff;\n  transition:all 0.4s ease;\n}\n.btn-panel .arrow {\n  transition:transform 0.3s ease;\n}\n.service-panel:hover h2,\n.service-panel:hover p {\n  color:#fff;\n}\n.service-panel:hover .btn-panel {\n  background:#ffffff;\n  color:#1E40FF;\n  transform:translateY(-3px);\n  box-shadow:0 0 20px rgba(255,255,255,0.6);\n}\n.service-panel:hover .btn-panel .arrow {\n  transform:translateX(6px);\n}\n\/* Responsive *\/\n@media(max-width:768px){\n  .service-panel {\n    padding:60px 20px;\n  }\n  .service-panel h2 {\n    font-size:24px;\n  }\n  .service-panel p {\n    font-size:16px;\n  }\n}\n<\/style>\n\n\n\n\n<!-- FOOTER COMPLETO -->\n<footer id=\"footer\" class=\"fs-section\" style=\"padding:80px 24px; width:100%; box-sizing:border-box; overflow:hidden; position:relative;\">\n  <div class=\"fs-inner\" style=\"max-width:1200px; margin:0 auto; display:grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap:50px;\">\n\n    <!-- Logo + descripci\u00f3n -->\n    <div class=\"footer-block\">\n      <h2 style=\"font-family:'Raleway',sans-serif; font-size:28px; font-weight:700; margin-bottom:16px; letter-spacing:1px; text-transform:uppercase; color:#fff;\">YCM Capital<\/h2>\n      <p style=\"font-family:'Manrope',sans-serif; font-size:15px; line-height:1.8; color:rgba(255,255,255,0.9); margin-bottom:12px;\" class=\"translation-block\">En YCM Capital, brindamos consultor\u00eda financiera estrat\u00e9gica que permite a las empresas maximizar el crecimiento, optimizar las operaciones y tomar decisiones informadas.<\/p>\n      <p style=\"font-family:'Manrope',sans-serif; font-size:14px; line-height:1.8; color:rgba(255,255,255,0.85);\" class=\"translation-block\">Nuestra misi\u00f3n es simplificar las finanzas complejas y guiar a nuestros clientes hacia el \u00e9xito sostenible.<\/p>\n    <\/div>\n\n    <!-- Quick Links con botones -->\n    <div class=\"footer-block\">\n      <h3 style=\"font-family:'Raleway',sans-serif; font-size:20px; font-weight:600; margin-bottom:16px; letter-spacing:0.5px; color:#fff;\">Enlaces r\u00e1pidos<\/h3>\n      <div class=\"footer-buttons\">\n        <a href=\"https:\/\/ycmcap.com\/es\/services\/\" class=\"footer-btn\">Servicios<\/a>\n        <a href=\"https:\/\/ycmcap.com\/es\/features\/\" class=\"footer-btn\">Funciones<\/a>\n        <a href=\"https:\/\/ycmcap.com\/es\/pricing\/\" class=\"footer-btn\">Planes<\/a>\n        <a href=\"https:\/\/ycmcap.com\/es\/contact\/\" class=\"footer-btn\">Contacto<\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Contact Info -->\n    <div class=\"footer-block\">\n      <h3 style=\"font-family:'Raleway',sans-serif; font-size:20px; font-weight:600; margin-bottom:16px; letter-spacing:0.5px; color:#fff;\">Contacto<\/h3>\n      <p style=\"font-family:'Manrope',sans-serif; font-size:14px; line-height:1.8; color:#fff; margin:4px 0;\">\n        <i class=\"fas fa-envelope\"><\/i> <a href=\"mailto:admin@ycmcap.com\" class=\"footer-link\">admin@ycmcap.com<\/a>\n      <\/p>\n      <p style=\"font-family:'Manrope',sans-serif; font-size:14px; line-height:1.8; color:#fff; margin:4px 0;\">\n        <i class=\"fas fa-phone\"><\/i> <strong>+57 321 3956236<\/strong>\n      <\/p>\n      <p style=\"font-family:'Manrope',sans-serif; font-size:14px; line-height:1.8; color:#fff; margin:4px 0;\">\n        \ud83c\udfe2 United States\n      <\/p>\n    <\/div>\n\n    <!-- Contact Direct Icons -->\n    <div class=\"footer-block\">\n      <h3 style=\"font-family:'Raleway',sans-serif; font-size:20px; font-weight:600; margin-bottom:16px; letter-spacing:0.5px; color:#fff;\">Comun\u00edquese con nosotros directamente<\/h3>\n      <div style=\"display:flex; gap:16px; justify-content:flex-start; align-items:center;\">\n        <a href=\"https:\/\/wa.me\/573213956236\" target=\"_blank\" class=\"social-icon\" title=\"Chat via WhatsApp\">\n          <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/733\/733585.png\" alt=\"WhatsApp\" style=\"width:28px; height:28px;\">\n        <\/a>\n        <a href=\"mailto:admin@ycmcap.com\" class=\"social-icon\" title=\"Send us an Email\">\n          <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/732\/732200.png\" alt=\"Email\" style=\"width:28px; height:28px;\">\n        <\/a>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <!-- Bottom -->\n  <div style=\"text-align:center; margin-top:50px; font-family:'Manrope',sans-serif; font-size:12px; color:rgba(255,255,255,0.7); letter-spacing:0.5px;\">\n    \u00a9 2025 YCM Capital. All Rights Reserved.\n  <\/div>\n<\/footer>\n\n<style>\n\/* Fondo degradado animado *\/\n@keyframes bgGradient {\n  0% { background-position: 0% 50%; }\n  50% { background-position: 100% 50%; }\n  100% { background-position: 0% 50%; }\n}\n#footer {\n  background: linear-gradient(135deg, #0a1f44 0%, #1a2a6c 35%, #0072ff 70%, #22d3ee 100%);\n  background-size: 200% 200%;\n  animation: bgGradient 20s ease infinite;\n}\n\n\/* Botones Quick Links *\/\n.footer-buttons {\n  display:flex;\n  flex-direction:column;\n  gap:12px;\n}\n.footer-btn {\n  display:inline-block;\n  padding:10px 20px;\n  border-radius:12px;\n  font-family:'Manrope',sans-serif;\n  font-size:14px;\n  font-weight:600;\n  text-decoration:none;\n  color:#fff;\n  background: linear-gradient(135deg, #0a1f44 0%, #1a2a6c 35%, #0072ff 70%, #22d3ee 100%);\n  box-shadow:0 4px 12px rgba(0,0,0,0.25);\n  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;\n}\n.footer-btn:hover {\n  transform: translateY(-4px) scale(1.05);\n  box-shadow:0 8px 20px rgba(0,0,0,0.35);\n  filter: brightness(1.2);\n}\n\n\/* Links hover *\/\n.footer-link {\n  color:#fff;\n  text-decoration:none;\n  transition: color 0.3s, text-shadow 0.3s;\n}\n.footer-link:hover {\n  color:#e0f7ff;\n  text-shadow: 0 0 6px rgba(255,255,255,0.5);\n}\n\n\/* Social Media \/ Contact Icons flotante *\/\n@keyframes floatIcon {\n  0% { transform: translateY(0); }\n  50% { transform: translateY(-6px); }\n  100% { transform: translateY(0); }\n}\n.social-icon {\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  width:44px;\n  height:44px;\n  border-radius:14px;\n  background: linear-gradient(135deg, #0a1f44 0%, #1a2a6c 35%, #0072ff 70%, #22d3ee 100%);\n  color:#fff;\n  font-size:20px;\n  animation: floatIcon 3s ease-in-out infinite;\n  transition: transform 0.4s, filter 0.4s;\n}\n.social-icon:hover {\n  transform: translateY(-8px) scale(1.1);\n  filter: brightness(1.3);\n}\n\n\/* Animaci\u00f3n de entrada de bloques *\/\n.footer-block {\n  opacity: 0;\n  transform: translateY(20px);\n  animation: fadeSlideIn 1s forwards;\n}\n.footer-block:nth-child(1){ animation-delay:0.2s; }\n.footer-block:nth-child(2){ animation-delay:0.4s; }\n.footer-block:nth-child(3){ animation-delay:0.6s; }\n.footer-block:nth-child(4){ animation-delay:0.8s; }\n\n@keyframes fadeSlideIn {\n  to { opacity:1; transform: translateY(0); }\n}\n<\/style>","protected":false},"excerpt":{"rendered":"<p>Our Key Features Explore the advanced tools and solutions we offer to help businesses optimize financial operations, visualize critical data, and make strategic decisions with confidence. Smart Bookkeeping Modernize your accounting with efficient, transparent, and scalable bookkeeping solutions tailored for growth. EXPLORE \u2192 Advanced Financial Reports Turn data into decisions with interactive and easy-to-read reports&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kadence_starter_templates_imported_post":true,"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"hide","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-638","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ycmcap.com\/es\/wp-json\/wp\/v2\/pages\/638","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ycmcap.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ycmcap.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ycmcap.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ycmcap.com\/es\/wp-json\/wp\/v2\/comments?post=638"}],"version-history":[{"count":14,"href":"https:\/\/ycmcap.com\/es\/wp-json\/wp\/v2\/pages\/638\/revisions"}],"predecessor-version":[{"id":2325,"href":"https:\/\/ycmcap.com\/es\/wp-json\/wp\/v2\/pages\/638\/revisions\/2325"}],"wp:attachment":[{"href":"https:\/\/ycmcap.com\/es\/wp-json\/wp\/v2\/media?parent=638"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}