h3{max-width: 40ch;} /* Fixed WhatsApp Popup Styles */ .whatsapp-fixed-popup { position: fixed; bottom: 0; left: 0; right: 0; background: linear-gradient(135deg, #25d366, #128c7e); color: white; padding: 1rem; transform: translateY(100%); transition: transform 0.4s ease; z-index: 9999; box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15); } .whatsapp-fixed-popup.show { transform: translateY(0); } .popup-content { display: grid; grid-template-columns: auto 1fr auto auto; gap: 1rem; align-items: center; max-width: 1200px; margin: 0 auto; } .popup-icon { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: rgba(255, 255, 255, 0.2); border-radius: 50%; } .popup-text { display: flex; flex-direction: column; gap: 0.25rem; } .popup-text strong { font-size: 1rem; font-weight: 700; } .popup-text span { font-size: 0.9rem; opacity: 0.9; } .popup-button { background: white; color: #25d366; padding: 0.75rem 1.5rem; border-radius: 25px; text-decoration: none; font-weight: 700; font-size: 0.9rem; transition: all 0.3s ease; display: flex; align-items: center; gap: 0.5rem; white-space: nowrap; } .popup-button:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); } .popup-button:hover .arrow-button { transform: translateX(4px); } .arrow-button { font-size: 1.1em; transition: transform 0.3s ease; } .popup-close { background: none; border: none; color: white; font-size: 1.5rem; cursor: pointer; padding: 0.5rem; border-radius: 50%; transition: background 0.3s ease; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; } .popup-close:hover { background: rgba(255, 255, 255, 0.2); } /* Mobile responsive */ @media (max-width: 768px) { .popup-content { grid-template-columns: auto 1fr auto; gap: 0.75rem; } .popup-text { font-size: 0.9rem; } .popup-text strong { font-size: 0.95rem; } .popup-text span { font-size: 0.8rem; } .popup-button { padding: 0.6rem 1.2rem; font-size: 0.85rem; } } @media (max-width: 480px) { .popup-content { grid-template-columns: 1fr auto; } .popup-icon { display: none; } .popup-text { text-align: center; } } a { color: var(--color-accent); text-decoration: underline; text-decoration-thickness: 2.4px; text-underline-offset: 0.2em; transition: border-bottom-color 0.3s ease; } a:hover { border-bottom-color: var(--color-accent); } h5 { font-size: clamp(1rem, 1.5vw, 1.25rem); color: var(--color-gray-medium); text-transform: uppercase; letter-spacing: 0.05em; } ul li { margin: 0.5em 0; list-style: none; } ol li::marker { color: var(--color-text-dark); font-weight: 700; font-size: 2em; line-height: 1; } table { width: 100%; margin: 2em 0 4em; } table tr { border-bottom: 2px dotted var(--color-gray-light); display: flex; padding: 1.2em 0; flex-wrap: wrap; gap: 1em; width: 100%; } table tr:nth-child(even) { background-color: var(--color-gray-light); } table th { font-weight: 900; } table td, table th { flex: 1 0 200px; padding: .5em; font-size: 1rem; } form { background: rgb(32, 39, 39); background: linear-gradient( 18deg, rgba(32, 39, 39, 1) 24%, rgba(27, 154, 170, 1) 100% ); color: white; font-weight: 700; border-radius: var(--radius-large); box-shadow: var(--shadow-default); padding: 80px 24px; display: grid; gap: 1em; } form input, form textarea { border-radius: var(--radius-large); min-height: 40px; margin-bottom: 1em; padding: 1em; border: 2px solid var(--color-accent); } form input:not(input[type="checkbox"]) { width: min(100%, 480px); } form textarea { width: min(100%, 800px); resize: vertical; } form input:focus, form textarea:focus { outline: 2px solid rgba(0, 144, 135, 0.8); outline-offset: 2px; } blockquote { background-color: var(--color-accent-light); border-left: 4px solid var(--color-accent); margin: 2rem 0; padding: 2rem; position: relative; overflow: hidden; border-radius: var(--radius-large); box-shadow: var(--shadow-default); } blockquote p { font-family: var(--fuentecolor-text-dark); font-size: clamp(1.2rem, 2vw, 1.5rem); line-height: 1.6; color: var(--color-text-dark); margin: 0; position: relative; z-index: 1; } blockquote::before { content: '"'; font-size: 6rem; color: var(--color-secondary); position: absolute; top: -1.4rem; left: 1rem; opacity: 0.2; } blockquote cite { display: block; font-family: var(--fuenteTexto); font-size: 1rem; font-style: normal; color: var(--color-primary); margin-top: 1rem; text-align: right; } blockquote cite::before { content: '— '; } @media (max-width: 768px) { blockquote { padding: 1.5rem; } blockquote::before { font-size: 4rem; } } .boton:hover .arrow { transform: translateX(4px); } /* boton color-secondary mejorado */ .boton-color-secondary { max-width: max-content; display: inline-flex; align-items: center; padding: clamp(0.875rem, 2.5vw, 1rem) clamp(1.25rem, 3.5vw, 1.75rem); transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); font-size: clamp(1rem, 2.2vw, 1.125rem); font-weight: 700; color: var(--color-primary); text-decoration: none; border: 2px solid var(--color-gray-light); border-radius: var(--radius-large); background: linear-gradient(135deg, white, #fafafa), linear-gradient(135deg, var(--color-accent), var(--color-secondary)); background-size: 100% 100%, 0% 100%; background-position: 0% 0%, 0% 0%; background-repeat: no-repeat; cursor: pointer; position: relative; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px, 0 0 0 0 rgba(0, 144, 135, 0.2); } .boton-color-secondary::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient( 90deg, transparent, rgba(0, 144, 135, 0.1), transparent ); transition: left 0.5s ease; } .boton-color-secondary:hover { color: white; border-color: var(--color-accent); background-size: 0% 100%, 100% 100%; transform: translateY(-2px); box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 24px, 0 0 0 2px rgba(0, 144, 135, 0.2); scale: 1.01; } .boton-color-secondary:hover::before { left: 100%; } .boton-color-secondary:hover .arrow-color-secondary { transform: translateX(6px); color: white; } .boton-color-secondary:active { transform: translateY(0px); transition: transform 0.1s ease; } .arrow-color-secondary { margin-left: clamp(6px, 1.5vw, 10px); transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); display: inline-flex; align-items: center; color: var(--color-accent); } .arrow-color-secondary::after { content: "→"; font-size: 1.1em; font-weight: 700; } /* Estilos para cuando los botones están juntos */ .boton + .boton-color-secondary { margin-left: 12px; } /* TUS ANIMACIONES ORIGINALES - UNA SOLA VEZ */ @-webkit-keyframes scroll-down-line { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(10px); } } @keyframes scroll-down-line { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(10px); } } @-webkit-keyframes scroll-down-arrow { 0%, 100% { transform: translateX(-50%) translateY(0) rotate(45deg); } 50% { transform: translateX(-50%) translateY(10px) rotate(45deg); } } @keyframes scroll-down-arrow { 0%, 100% { transform: translateX(-50%) translateY(0) rotate(45deg); } 50% { transform: translateX(-50%) translateY(10px) rotate(45deg); } } .breadcrumbs { padding: 1rem 0; font-size: 0.9rem; } .breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; } .breadcrumbs li { display: inline; margin: 0; } .breadcrumbs li:not(:last-child):after { content: "/"; margin: 0 0.5rem; color: #666; } .breadcrumbs a { color: #666; text-decoration: none; } .breadcrumbs a:hover { text-decoration: underline; color: var(--color-accent); } .arrow { margin-left: 10px; transition: transform 0.3s ease; } .arrow::after { content: "→"; font-size: 20px; } .animated-line { display: inline-block; width: 2px; background-color: var(--color-text-dark); height: 100%; transform: scaleY(0); transition: transform 1s ease-out; } .animated-line.visible { transform: scaleY(1); } .scroll-arrow { width: 2px; height: 60px; margin: 20px auto; position: relative; overflow: visible; cursor: pointer; } .scroll-arrow::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #333; -webkit-animation: scroll-down-line 2s ease-in-out infinite; animation: scroll-down-line 2s ease-in-out infinite; } .scroll-arrow::after { content: ''; position: absolute; bottom: -10px; left: 50%; width: 10px; height: 10px; border-right: 2px solid #333; border-bottom: 2px solid #333; transform: translateX(-50%) rotate(45deg); -webkit-animation: scroll-down-arrow 2s ease-in-out infinite; animation: scroll-down-arrow 2s ease-in-out infinite; } .datos { padding: 6em 0; display: flex; justify-content: space-between; gap: 40px 12px; flex-wrap: wrap; article { text-align: center; flex: 1 0 320px; display: grid; place-items: center; h4{margin: 0;} } } .beneficios { display: grid; gap: 2em; } .beneficios .header_dos_columnas { display: flex; gap: 4em; align-items: center; } .beneficios .header_dos_columnas img { height: auto; } .beneficios .header_dos_columnas h2 { border-right: 2px solid var(--color-gray-light); padding: 2em 2em 2em 0; margin: 0; } .beneficios .header_dos_columnas p { -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; -webkit-text-orientation: mixed; text-orientation: mixed; margin: 0; } .beneficios .puntos_beneficios { display: grid; gap: 2em; width: min(100%, -webkit-max-content); width: min(100%, -moz-max-content); width: min(100%, max-content); place-self: end; border-left: 2px solid var(--color-gray-light); padding-left: 4em; small{place-self: end;} } .beneficios .puntos_beneficios li { padding: 1em; font-size: 1.5rem; } .beneficios .puntos_beneficios li:nth-child(even) { background-color: var(--color-accent-light); } .beneficios .puntos_beneficios a { justify-self: flex-end; } .dos_lados { display: flex; flex-wrap: wrap; align-items: center; padding-bottom: 6em; gap: 1em; img { max-width: 400px; box-shadow: var(--shadow-default); object-fit: cover; } .dos_lados_copy { flex: 1 0 320px; display: grid; margin-left: 12px; span{margin-bottom: 0;} } } .dos_lados .dos_lados_copy small, .dos_lados .dos_lados_copy h2 { margin-bottom: 1em; } .servicios { display: grid; grid-template-columns: 1fr auto; gap: 16px; justify-content: space-between; } .servicios .dos_lados_copy { padding-left: 20px; border-left: 2px solid var(--color-gray-light); flex: 1 0 320px; place-items: start; margin-bottom: 2em; } .servicios .dos_lados_copy li { margin: 0; list-style: none; } .servicios .dos_lados_copy li .servicios_icon { font-size: 20px; color: var(--color-secondary); font-weight: 900; } .servicios .dos_lados_copy #lead_whatsapp { place-self: end; } .blog_home { display: grid; gap: 4em; padding: 4em 0; } .blog_home .post_home { display: grid; gap: 20px; } .blog_home .post_home p, .blog_home .post_home a { place-self: end; } .footer { display: grid; gap: 2em; place-items: center; padding: 6em 0 4em; text-align: center; } .footer div { border-bottom: 2px solid var(--color-text-dark); } .resaltar { background: linear-gradient( 120deg, var(--color-accent-light) 0%, var(--color-accent-light) 100% ); background-repeat: no-repeat; background-size: 100% 40%; background-position: 0 90%; } .fondo { background-color: var(--color-accent-light); box-shadow: 0 0 0 100vmax var(--color-accent-light); clip-path: inset(0 -100vmax); padding: 6em 0; } /* ELEMENTOS FALTANTES AGREGADOS SIN MODIFICAR TUS ESTILOS */ /* Scroll to top button */ #scroll-to-top { position: fixed; bottom: clamp(10px, 3vw, 20px); right: clamp(10px, 3vw, 20px); background-color: var(--color-accent); color: white; border: none; border-radius: 50%; width: clamp(40px, 8vw, 50px); height: clamp(40px, 8vw, 50px); cursor: pointer; opacity: 0; visibility: hidden; transition: all 0.3s ease; box-shadow: var(--shadow-default); z-index: 1000; display: grid; place-items: center; } #scroll-to-top.show { opacity: 1; visibility: visible; } #scroll-to-top:hover { background-color: var(--color-text-dark); transform: translateY(-2px); } #scroll-to-top svg { width: clamp(16px, 4vw, 20px); height: clamp(16px, 4vw, 20px); } /* Elementos tipográficos básicos */ p, li { font-size: clamp(1rem, 0.84rem + 0.8vw, 1.25rem); max-width: 70ch; margin-bottom: 1rem; } small { font-size: max(0.875rem, 90%); } img { border-style: none; max-width: 100%; height: auto; } hr { border: 0; height: 1px; background: linear-gradient(to right, #ccc, #333, #ccc); margin: 2rem 0; } /* Tipografía adicional */ h3 { font-size: clamp(1.75rem, 3vw + 0.5rem, 2.5rem); color: var(--color-secondary); } h4 { font-size: clamp(1.25rem, 2.5vw + 0.5rem, 1.875rem); color: var(--color-primary); } /* Accesibilidad */ :focus-visible { outline: 2px solid var(--color-accent); outline-offset: 2px; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } /* Responsive tables */ /* Dark mode support */ [data-theme="dark"] { /* Form elements */ form { background: linear-gradient( 18deg, rgba(58, 58, 58, 1) 24%, rgba(0, 212, 196, 1) 100% ); color: var(--color-text); } form input, form textarea { background: #404040; color: var(--color-text); border-color: #555555; } form input:focus, form textarea:focus { background: #454545; border-color: var(--color-accent); } /* Blockquotes */ blockquote { background-color: #3a3a3a; border-left-color: var(--color-accent); } blockquote p { color: var(--color-text); } blockquote cite { color: var(--color-primary); } /* Buttons */ .boton-color-secondary { background: linear-gradient(135deg, #404040, #454545); border-color: var(--color-accent); color: var(--color-text); } .boton-color-secondary:hover { background: linear-gradient(135deg, var(--color-accent), var(--color-secondary)); color: #2a2a2a; border-color: var(--color-accent); } /* Tables */ table tr:nth-child(even) { background-color: #3a3a3a; } table tr { border-bottom-color: #4a4a4a; } /* Links */ a { color: var(--color-accent); } /* Breadcrumbs */ .breadcrumbs a { color: var(--color-gray-medium); } .breadcrumbs a:hover { color: var(--color-accent); } /* WhatsApp popup */ .whatsapp-fixed-popup { background: linear-gradient(135deg, #128c7e, #25d366); } .popup-button { background: #404040; color: #25d366; border: 1px solid #555555; } .popup-button:hover { background: rgba(255, 255, 255, 0.1); border-color: #25d366; } /* Scroll arrow */ .scroll-arrow::before, .scroll-arrow::after { background: var(--color-accent); } /* Footer */ .footer div { border-bottom-color: var(--color-text-dark); } /* Resaltar text */ .resaltar { background: linear-gradient( 120deg, rgba(0, 255, 221, 0.15) 0%, rgba(0, 255, 221, 0.15) 100% ); } /* Fondo sections */ .fondo { background-color: rgba(0, 212, 196, 0.08); clip-path: inset(0 -100vmax); } /* Scroll to top button */ #scroll-to-top { background-color: var(--color-accent); border: 2px solid var(--color-primary); } #scroll-to-top:hover { background-color: var(--color-primary); transform: translateY(-2px); } } @media (max-width: 600px) { table td, table th { flex: 1 0 100%; } } #scroll-to-top:hover { background-color: var(--font-headings); } #scroll-to-top.show { opacity: 1; visibility: visible; } @media (max-width: 768px) { #scroll-to-top { bottom: 10px; right: 10px; width: 40px; height: 40px; } } .portafolio_categorias{ display: flex; justify-content: space-around; flex-wrap: wrap; button{ border: none; background-color: transparent; text-transform: capitalize; display: inline-flex; align-items: center; padding: 14px 22px; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); font-size: 18px; font-weight: 900; color: var(--color-primary); text-decoration: none; &:hover { color: var(--color-accent); } } } /* Casos de Uso Grid */ .casos-uso { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin: 32px 0; } .caso { background: white; padding: 32px; border-radius: var(--radius-large); box-shadow: var(--shadow-default); transition: transform 0.3s ease; } .caso:hover { transform: translateY(-4px); } .caso__icon { font-size: 2.5rem; display: block; margin-bottom: 32px; } .caso p { color: var(--color-primary); margin-bottom: 32px; font-size: 1rem; } /* Responsive adjustments */ @media (max-width: 768px) { .casos-uso { grid-template-columns: 1fr; } } /* FAQ Styles */ .faq { padding: 4em 0; } .faq h2 { margin-bottom: 3em; text-align: center; } details { border: 2px solid var(--color-gray-light); margin-bottom: 1.5em; border-radius: var(--radius-large); background-color: white; box-shadow: var(--shadow-default); transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); } details:hover { transform: translateY(-2px); box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 24px; } details[open] { border-color: var(--color-accent); } summary { padding: 1.5em 2em; cursor: pointer; font-family: var(--fuentecolor-text-dark); font-size: clamp(1.1rem, 1.5vw, 1.25rem); color: var(--color-primary); border-radius: var(--radius-large); transition: all 0.3s ease; position: relative; display: flex; align-items: center; justify-content: space-between; } summary::after { content: "→"; font-size: 1.5em; color: var(--color-accent); transform: rotate(90deg); transition: transform 0.3s ease; margin-left: 1em; flex-shrink: 0; } details[open] summary::after { transform: rotate(270deg); } summary:hover { background-color: var(--color-accent); color: var(--color-text-dark); } summary strong { font-weight: 900; } details p { padding: 0 2em 2em; margin: 0; color: var(--color-primary); font-size: 1.1rem; line-height: 1.6; border-top: 2px dotted var(--color-gray-light); margin-top: -2px; } /* Responsive adjustments */ @media (max-width: 768px) { summary { padding: 1.2em 1.5em; font-size: 1rem; } details p { padding: 0 1.5em 1.5em; font-size: 1rem; } summary::after { font-size: 1.2em; } } /* Estilos para el módulo de podcast */ .podcast-audio { background: linear-gradient(135deg, var(--color-accent) 0%, rgba(255,255,255,0.95) 100%); border-radius: var(--radius-large); padding: 2rem; margin: 2rem 0; box-shadow: var(--shadow-default); border-left: 4px solid var(--color-accent); position: relative; overflow: hidden; } .podcast-audio::before { content: '🎙️'; position: absolute; top: -10px; right: 20px; font-size: 3rem; opacity: 0.1; z-index: 0; } .podcast-title { color: var(--color-text-dark); font-family: var(--fuentecolor-text-dark); font-size: clamp(1.2rem, 2vw, 1.4rem); margin: 0 0 1rem 0; position: relative; z-index: 1; } .audio-player { position: relative; z-index: 1; } .audio-player audio { width: 100%; height: 50px; margin-bottom: 1rem; border-radius: calc(var(--radius-large) / 2); box-shadow: inset 0 2px 4px rgba(0,0,0,0.1); } /* Estilos personalizados para el reproductor de audio */ .audio-player audio::-webkit-media-controls-panel { background: var(--color-primary); } .audio-player audio::-webkit-media-controls-play-button, .audio-player audio::-webkit-media-controls-pause-button { background: var(--color-accent); border-radius: 50%; } .podcast-meta { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 1rem; font-size: 0.9rem; color: var(--color-primary); } .podcast-meta span { background: rgba(255,255,255,0.8); padding: 0.3rem 0.8rem; border-radius: calc(var(--radius-large) / 3); font-weight: 600; white-space: nowrap; } .podcast-description { background: rgba(255,255,255,0.9); padding: 1rem; border-radius: calc(var(--radius-large) / 2); margin: 1rem 0; border-left: 3px solid var(--color-secondary); } .podcast-description p { margin: 0; color: var(--color-primary); font-style: italic; line-height: 1.5; } .podcast-transcript { margin: 1rem 0; border: 1px solid rgba(255,255,255,0.3); border-radius: calc(var(--radius-large) / 2); overflow: hidden; } .podcast-transcript summary { background: rgba(255,255,255,0.9); padding: 0.8rem 1rem; cursor: pointer; font-weight: 600; color: var(--color-primary); transition: background-color 0.3s ease; } .podcast-transcript summary:hover { background: rgba(255,255,255,1); } .transcript-content { background: rgba(255,255,255,0.95); padding: 1rem; max-height: 200px; overflow-y: auto; } .transcript-content p { color: var(--color-primary); line-height: 1.6; font-size: 0.95rem; } .podcast-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.3); } .download-link { background: var(--color-accent); color: white; padding: 0.6rem 1.2rem; border-radius: calc(var(--radius-large) / 2); text-decoration: none; font-weight: 600; font-size: 0.9rem; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 0.5rem; } .download-link:hover { background: var(--color-text-dark); transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0,0,0,0.2); } .podcast-share { display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; } .podcast-share span { color: var(--color-primary); font-weight: 600; font-size: 0.9rem; } .podcast-share a { padding: 0.4rem 0.8rem; background: rgba(255,255,255,0.9); color: var(--color-primary); text-decoration: none; border-radius: calc(var(--radius-large) / 3); font-size: 0.85rem; font-weight: 600; transition: all 0.3s ease; } .podcast-share a:hover { background: white; transform: scale(1.05); } /* Responsive */ @media (max-width: 600px) { .podcast-audio { padding: 1.5rem; margin: 1.5rem 0; } .podcast-meta { gap: 0.5rem; } .podcast-meta span { font-size: 0.8rem; padding: 0.2rem 0.6rem; } .podcast-actions { flex-direction: column; align-items: stretch; gap: 0.8rem; } .podcast-share { justify-content: center; } .download-link { text-align: center; justify-content: center; } } /* Animación de entrada */ .podcast-audio { animation: podcastFadeIn 0.6s ease-out; } @keyframes podcastFadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
