@keyframes fadeSlideUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
transform: scale(0.95) translateY(20px);
}
60% {
opacity: 1;
transform: scale(1.02) translateY(-5px);
}
100% {
opacity: 1;
transform: scale(1) translateY(0);
}
}
@keyframes slideInLeft {
from {
opacity: 0;
transform: translateX(-30px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
@keyframes scrollTestimonials {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}
.animate-feature:not(.visible),
.animate-step:not(.visible),
.animate-benefit:not(.visible) {
opacity: 0;
will-change: transform, opacity;
}
.animate-feature,
.animate-step,
.animate-benefit {
will-change: transform, opacity;
}
.animate-feature.visible {
animation: fadeSlideUp 2s ease forwards;
}
.animate-step.visible {
animation: slideInLeft 2s ease forwards;
}
.animate-benefit.visible {
animation: bounceIn 2s ease forwards;
}
:root {
--primary: #1CB57C;
--primary-dark: #15815a;
--accent-color: #6a5acd;
--accent-color-hogar: #3B82F6;
--text: #2D3748;
--text-light: #718096;
--background: #FFFFFF;
--background-alt: #F9FAFB;
--card-bg: #F7FAFC;
--border: #E2E8F0;
--shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
--radius: 12px;
--transition: all 0.2s ease;
--section-padding: 5rem 1.5rem;
--border-light: #ddd;
--hero-gradient-start: #f0fdf4;
--hero-gradient-end: #dcfce7;
--text-muted: #64748b;
--bs-primary: var(--primary);
--bs-primary-rgb: 28, 181, 124;
--transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-theme="dark"] {
--primary: #1CB57C;
--primary-dark: #169C6A;
--text: #F7FAFC;
--text-light: #CBD5E0;
--background: #1A202C;
--background-alt: #2D3748;
--card-bg: #2D3748;
--border: #4A5568;
--border-light: #333;
--shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body {
overflow-x: hidden;
}
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
color: var(--text);
background: var(--background);
transition: var(--transition);
line-height: 1.5;
}
body.modal-open {
overflow: hidden;
}
a:not(.btn),
a:not(.btn):visited,
a:not(.btn):hover,
a:not(.btn):active {
text-decoration: none;
color: inherit;
}
a:hover {
color: var(--text);
cursor: pointer;
}
input[type="checkbox"] {
accent-color: var(--primary);
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.logo-dark {
display: none;
}
.btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 14px 28px;
border-radius: var(--radius);
font-weight: 600;
font-size: 1rem;
text-decoration: none;
cursor: pointer;
border: 2px solid transparent;
transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
background: var(--primary);
color: white;
}
.btn:hover {
transform: translateY(-2px);
box-shadow: 0 10px 20px rgba(28, 181, 124, 0.2);
color: white;
}
.btn-outline {
background: transparent;
border: 2px solid var(--primary);
color: var(--primary);
}
.btn-outline:hover {
background: var(--primary);
border-color: var(--primary);
color: white;
}
.btn-outline.grupo-color {
border-color: var(--accent-color);
color: var(--accent-color);
}
.btn-outline.grupo-color:hover {
background: var(--accent-color);
border-color: var(--accent-color);
color: white;
}
.btn-on-primary {
background: white;
border: 2px solid white;
}
.btn-on-primary:hover {
background: var(--card-bg);
border-color: var(--card-bg);
}
.btn-large {
padding: 18px 40px;
font-size: 1.2rem;
border-radius: 12px;
background: var(--primary);
color: white;
font-weight: 700;
transition: all 0.3s ease;
box-shadow: 0 10px 20px rgba(28, 181, 124, 0.3);
border: 2px solid white;
}
.btn-large:hover {
transform: translateY(-3px);
box-shadow: 0 15px 30px rgba(28, 181, 124, 0.5);
}
h2 {
font-size: 2.2rem;
}
.final-cta {
padding: 80px 0;
text-align: center;
background: linear-gradient(135deg, var(--primary), var(--primary-dark));
color: white;
}
.final-cta h2 {
margin-bottom: 30px;
color: white;
}
.section-separator {
height: 100px;
background-color: var(--card-bg);
}
.video-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
transition: opacity 0.3s ease;
}
.video-modal.hidden {
display: none;
}
.video-modal-content {
position: relative;
width: min(92vw, 860px);
background: #000;
padding: 1rem;
border-radius: 16px;
box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
.video-modal-header {
padding: 0.25rem 0.25rem 0.9rem;
color: #fff;
}
.video-kicker {
margin: 0 0 0.35rem;
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.7);
}
.video-modal-header h3 {
margin: 0;
font-size: 1.35rem;
line-height: 1.2;
}
.video-modal video {
width: 100%;
height: auto;
border-radius: 10px;
}
.close-modal {
position: absolute;
top: 10px;
right: 10px;
background: #fff;
color: #000;
font-size: 1.5rem;
border: none;
border-radius: 50%;
width: 32px;
height: 32px;
cursor: pointer;
}
@media (max-width: 768px) {
.video-modal-content {
width: 94vw;
padding: 0.75rem;
border-radius: 14px;
}
.video-modal-header h3 {
font-size: 1.05rem;
padding-right: 2.5rem;
}
}
@media (max-width: 992px) {
.pricing-cards {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.main-nav {
position: fixed;
top: 0;
right: -100%;
width: 80%;
max-width: 300px;
height: 100vh;
background: var(--background);
flex-direction: column;
align-items: flex-start;
padding: 5rem 2rem 2rem;
box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
transition: right 0.3s ease;
display: flex;
}
.main-nav.active {
right: 0;
}
.main-nav ul {
flex-direction: column;
gap: 15px;
}
.mobile-menu-btn {
display: block;
}
}
@media (max-width: 576px) {
h1 {
font-size: 2rem;
}
h2 {
font-size: 1.8rem;
}
}
:root {
--header-height: 80px;
--transition-speed: 0.25s;
--border-radius: 8px;
}
.header {
position: sticky;
top: 0;
background: var(--background);
backdrop-filter: blur(10px);
z-index: 1000;
border-bottom: 1px solid var(--border-light);
height: var(--header-height);
display: flex;
align-items: center;
}
.header-container {
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding: 0 2rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo-img {
height: 2.7rem;
transition: transform 0.3s ease;
}
.logo:hover .logo-img {
transform: scale(1.05);
}
.main-nav {
display: flex;
align-items: center;
gap: 2rem;
}
.nav-links {
display: flex;
gap: 1.5rem;
list-style: none;
margin: 0;
padding: 0;
}
.nav-links a {
color: var(--text);
font-weight: 500;
text-decoration: none;
font-size: 0.95rem;
position: relative;
padding: 0.5rem 0;
transition: color var(--transition-speed) ease;
white-space: nowrap;
}
.nav-links a::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--primary);
transition: width var(--transition-speed) ease;
}
.nav-links a:hover,
.nav-links a:focus {
color: var(--primary);
}
.nav-links a:hover::after,
.nav-links a:focus::after {
width: 100%;
}
.nav-actions {
display: flex;
align-items: center;
gap: 1.5rem;
margin-left: 1rem;
}
.nav-cta {
background: var(--primary);
color: white;
padding: 0.6rem 1.4rem;
border-radius: var(--border-radius);
font-weight: 500;
text-decoration: none;
transition: all var(--transition-speed) ease;
white-space: nowrap;
}
.nav-cta:hover {
background: var(--primary-dark);
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
color: white;
}
.nav-icon {
display: none;
margin-right: 0.5rem;
}
.settings-container {
display: flex;
align-items: center;
gap: 1rem;
}
.lang-select {
padding: 0.5rem 2rem 0.5rem 0.5rem;
border-radius: var(--border-radius);
border: 1px solid var(--border);
background: var(--background);
color: var(--text);
font-size: 0.9rem;
cursor: pointer;
appearance: none;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 0.5rem center;
background-size: 1rem;
transition: border-color var(--transition-speed) ease;
}
.lang-select:hover {
border-color: var(--primary-light);
}
.theme-toggle {
background: none;
border: none;
cursor: pointer;
padding: 0.5rem;
position: relative;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: background-color var(--transition-speed) ease;
}
.theme-toggle:hover {
background-color: var(--background-light);
}
.theme-icon {
position: absolute;
transition: opacity var(--transition-speed) ease, transform var(--transition-speed) ease;
width: 20px;
height: 20px;
background: currentColor;
}
.light-icon {
mask: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3ccircle cx='12' cy='12' r='5'%3e%3c/circle%3e%3cpath d='M12 1v2M12 21v2M4.22 4.22l1.42 1.42M18.36 18.36l1.42 1.42M1 12h2M21 12h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42'%3e%3c/path%3e%3c/svg%3e") no-repeat center;
}
.dark-icon {
color: white;
mask: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z'%3e%3c/path%3e%3c/svg%3e") no-repeat center;
}
[data-theme="light"] .dark-icon,
[data-theme="dark"] .light-icon {
opacity: 0;
transform: rotate(90deg);
}
.mobile-menu-btn {
display: none;
background: none;
border: none;
cursor: pointer;
flex-direction: column;
justify-content: space-between;
width: 36px;
height: 32px;
padding: 0.50rem;
z-index: 1001;
position: relative;
}
.mobile-menu-btn .menu-line {
position: absolute;
left: 0;
right: 0;
height: 3px;
background-color: var(--text);
transition: transform 0.3s ease, opacity 0.3s ease;
}
.mobile-menu-btn .menu-line:nth-child(1) {
top: 6px;
}
.mobile-menu-btn .menu-line:nth-child(2) {
top: 14.5px;
}
.mobile-menu-btn .menu-line:nth-child(3) {
bottom: 6px;
}
.mobile-menu-btn.active .menu-line:nth-child(1) {
transform: translateY(8px) rotate(45deg);
}
.mobile-menu-btn.active .menu-line:nth-child(2) {
opacity: 0;
}
.mobile-menu-btn.active .menu-line:nth-child(3) {
transform: translateY(-8px) rotate(-45deg);
}
[data-theme="dark"] .mobile-menu-btn .menu-line {
background-color: #fff !important;
}
@media (max-width: 1192px) {
.header-container {
padding: 0 1.5rem;
}
.nav-icon {
display: inline-block;
}
.main-nav {
position: fixed;
top: 0;
right: -100%;
width: 100%;
max-width: 320px;
height: 100vh;
background: var(--background);
flex-direction: column;
align-items: flex-start;
padding: calc(var(--header-height) + 1rem) 2rem 2rem;
box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
transition: right 0.3s ease;
overflow-y: auto;
}
.main-nav.active {
right: 0;
}
.nav-links {
flex-direction: column;
gap: 1.5rem;
width: 100%;
}
.nav-links a {
padding: 1rem 0;
font-size: 1rem;
}
.nav-links a::after {
display: none;
}
.nav-actions {
flex-direction: column;
align-items: stretch;
margin: 2rem 0 0;
gap: 1.5rem;
width: 100%;
}
.nav-cta {
text-align: center;
padding: 0.8rem;
}
.settings-container {
justify-content: space-evenly;
padding-top: 1.5rem;
border-top: 1px solid var(--border-light);
}
.mobile-menu-btn {
display: flex;
}
}
@media (max-width: 480px) {
.header-container {
padding: 0 1rem;
}
.logo-img {
height: 1.8rem;
}
.main-nav {
padding-top: calc(var(--header-height) + 0.5rem);
padding-left: 1.5rem;
padding-right: 1.5rem;
}
}
.footer {
background: var(--background);
color: var(--text);
padding: 24px 0 12px;
border-top: 1px solid var(--border);
font-size: 0.9rem;
}
.footer-content {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
gap: 40px;
margin-bottom: 20px;
}
.footer-logo {
flex: 1 1 180px;
min-width: 150px;
}
.footer-logo img {
height: 2.2rem;
margin-bottom: 6px;
}
.footer-logo p {
color: var(--text-light);
font-size: 0.85rem;
margin: 0;
line-height: 1.3;
}
.footer-links {
display: flex;
flex: 2 1 300px;
flex-wrap: wrap;
gap: 24px;
justify-content: flex-end;
}
.link-group {
display: flex;
flex-direction: column;
gap: 4px;
min-width: 120px;
}
.link-group h4 {
margin: 0 0 4px;
font-size: 0.9rem;
color: var(--text);
}
.link-group a {
color: var(--text-light);
text-decoration: none;
font-size: 0.8rem;
line-height: 1.2;
margin: 0 0 4px;
}
.link-group a:hover {
color: var(--primary);
}
.store-badges {
display: flex;
align-items: center;
gap: 0.7rem;
margin-top: 1rem;
flex-wrap: wrap;
}
.store-badge-link,
.store-badge-soon {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.45rem;
min-height: 2.6rem;
padding: 0.65rem 0.9rem;
border-radius: 8px;
font-size: 0.84rem;
font-weight: 700;
line-height: 1;
text-decoration: none;
white-space: nowrap;
}
.store-badge-link {
background: var(--primary);
color: #fff !important;
border: 1px solid rgba(28, 181, 124, 0.88);
box-shadow: 0 10px 24px rgba(28, 181, 124, 0.18);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.store-badge-link:hover {
transform: translateY(-2px);
background: var(--primary-dark);
box-shadow: 0 14px 30px rgba(28, 181, 124, 0.24);
}
.store-badge-link i,
.store-badge-soon i {
font-size: 1rem;
}
.store-badge-soon {
color: var(--text);
background: rgba(248, 250, 252, 0.86);
border: 1px solid var(--border);
}
.footer-download .store-badges {
align-items: flex-start;
flex-direction: column;
gap: 0.45rem;
margin-top: 0;
}
.footer-download .store-badge-link,
.footer-download .store-badge-soon {
width: 100%;
min-height: 2.2rem;
justify-content: flex-start;
padding: 0.55rem 0.7rem;
font-size: 0.78rem;
}
.footer-bottom {
display: flex;
justify-content: space-between;
align-items: center;
border-top: 1px solid var(--border);
padding-top: 14px;
font-size: 0.75rem;
flex-wrap: wrap;
gap: 8px;
}
.footer-bottom p {
margin: 0;
color: var(--text-light);
line-height: 1.4;
}
.footer-bottom__actions {
display: flex;
align-items: center;
gap: 0.75rem;
margin-left: auto;
}
.footer-settings {
display: inline-flex;
align-items: center;
gap: 0.55rem;
padding: 0.2rem 0.28rem 0.2rem 0.5rem;
border-radius: 999px;
background: rgba(248, 250, 252, 0.82);
border: 1px solid rgba(148, 163, 184, 0.18);
box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}
.footer-settings::after {
content: "";
width: 1px;
height: 1.2rem;
background: rgba(148, 163, 184, 0.22);
order: 2;
}
.footer-settings .lang-select {
order: 1;
min-width: 68px;
height: 34px;
padding: 0.35rem 1.8rem 0.35rem 0.65rem;
border-radius: 12px;
border-color: transparent;
background-color: transparent;
font-weight: 600;
font-size: 0.84rem;
}
.footer-settings .lang-select:hover {
border-color: rgba(28, 181, 124, 0.16);
background-color: rgba(255, 255, 255, 0.62);
}
.footer-settings .theme-toggle {
order: 3;
width: 34px;
height: 34px;
border-radius: 12px;
color: var(--text);
}
.footer-settings .theme-toggle:hover {
background: rgba(255, 255, 255, 0.62);
}
.social-links {
display: flex;
gap: 12px;
display: none;
}
.social-links a {
color: var(--text-light);
font-size: 1rem;
}
.social-links a:hover {
color: var(--primary);
}
[data-theme="dark"] .footer {
background: #1A1F2C;
}
[data-theme="dark"] .store-badge-soon {
color: #e5e7eb;
background: rgba(15, 23, 42, 0.86);
border-color: rgba(148, 163, 184, 0.24);
}
[data-theme="dark"] .footer-bottom {
color: #A0AEC0;
}
[data-theme="dark"] .link-group a {
color: #CBD5E0;
}
[data-theme="dark"] .footer-settings {
background: rgba(15, 23, 42, 0.76);
border-color: rgba(148, 163, 184, 0.14);
box-shadow: 0 8px 22px rgba(2, 6, 23, 0.2);
}
[data-theme="dark"] .footer-settings::after {
background: rgba(148, 163, 184, 0.16);
}
[data-theme="dark"] .footer-settings .lang-select:hover,
[data-theme="dark"] .footer-settings .theme-toggle:hover {
background: rgba(30, 41, 59, 0.92);
}
@media (max-width: 600px) {
.footer-content {
flex-direction: row;
gap: 20px;
justify-content: space-between;
}
.footer-logo {
flex: 1 1 100%;
}
.footer-links {
flex: 1 1 100%;
justify-content: space-between;
gap: 16px;
}
.link-group {
min-width: 100px;
flex: 1;
}
.footer-bottom {
flex-direction: column;
align-items: flex-start;
}
.footer-bottom__actions {
width: 100%;
justify-content: flex-start;
margin-left: 0;
}
.footer-settings {
width: auto;
}
.store-badges {
gap: 0.5rem;
}
.store-badge-link,
.store-badge-soon {
min-height: 2.3rem;
padding: 0.55rem 0.72rem;
font-size: 0.78rem;
}
.footer-download .store-badge-link,
.footer-download .store-badge-soon {
white-space: normal;
line-height: 1.2;
}
}
.cookie-banner {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: var(--background);
border-top: 1px solid var(--border);
box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
padding: 15px 20px;
z-index: 9999;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}
.cookie-banner.hidden {
display: none;
}
.cookie-actions {
display: flex;
justify-content: center;
gap: 15px;
flex-wrap: wrap;
margin-top: 15px;
}
.cookie-modal {
position: fixed;
inset: 0;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
z-index: 10000;
}
.cookie-modal.hidden {
display: none;
}
.modal-content {
background: var(--background);
color: var(--text);
padding: 30px;
border-radius: 12px;
width: 90%;
max-width: 450px;
box-shadow: var(--shadow, 0 4px 12px rgba(0,0,0,0.15));
animation: fadeIn 0.25s ease;
}
.modal-content h2 {
font-size: 1.5rem;
margin-bottom: 10px;
}
.modal-content p {
margin-bottom: 20px;
font-size: 1rem;
color: var(--text-secondary, #666);
}
.modal-content label {
display: flex;
align-items: center;
gap: 10px;
margin: 12px 0;
font-size: 0.95rem;
cursor: pointer;
}
.modal-content input[type="checkbox"] {
transform: scale(1.2);
accent-color: var(--primary, #2a9d8f);
}
.modal-actions {
display: flex;
justify-content: flex-end;
gap: 10px;
margin-top: 20px;
}
@keyframes fadeIn {
from { opacity: 0; transform: scale(0.96); }
to { opacity: 1; transform: scale(1); }
}
.breadcrumbs {
padding: 0.75rem 0;
background: var(--background);
border-bottom: 1px solid var(--border);
font-size: 0.82rem;
}
.breadcrumbs__list {
display: flex;
align-items: center;
gap: 0.4rem;
list-style: none;
margin: 0;
padding: 0;
}
.breadcrumbs__item + .breadcrumbs__item::before {
content: "/";
margin-right: 0.4rem;
color: var(--text-light);
opacity: 0.5;
}
.breadcrumbs__item a {
color: var(--text-light);
text-decoration: none;
}
.breadcrumbs__item a:hover {
color: var(--primary);
}
.breadcrumbs__item--active span {
color: var(--text);
font-weight: 600;
}