html {
    scroll-behavior: smooth;
}
  
body {
    margin: 0;
    font-family: 'Helvetica Neue', sans-serif;

    background: linear-gradient(to bottom right, #eaf7ff, #d0f0ff);
    color: #111;
    overflow-x: hidden;
}
/* 
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;

    background: transparent;

    z-index: 1000;
    animation: fadeDown 1.5s ease-out forwards;
}
  
.logo {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #111;
}
  
nav {
    display: flex;
    align-items: center;
    gap: 30px;
}
  
nav a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: color 0.3s;
}
  
nav a:hover {
    color: #9b9b9b;
}
  
.nav-button {
    background-color: #111;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s;
}
  
.nav-button:hover {
    background-color: #333;
} */



header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 5%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: transparent;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
    z-index: 1000;
    animation: fadeDown 1.5s ease-out forwards;
}
  
  
.pack{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
  
}
  
.compania{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
}
  
.logo {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #111;
}
  /* .logo{
  
    display: flex;
    
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
  
    background-color: #333A48;
  
    margin-right: 5px;
    padding: 12px;
    border: none;
    border-radius: 20px;
  
    color: #fff;
  
  } */
  
  
  
.nombre-producto{
    font-family: 'Montserrat', sans-serif;
    color: #333A48;
  
    font-weight: 500;
}
  
nav {
  
    display: flex;
    align-items: center;
    gap: 30px;
}
  
nav a {
    text-decoration: none;
    color: #333A48;
    font-size: 16px;
    transition: color 0.3s;
  }
  
nav a:hover {
    color: #9b9b9b;
}
  
.cta-button-empieza {
    background-color: #111;
    color: white;
    /* padding: 1% 5%; */
    border: none;
    /* border-radius: 12px; */
    /* font-size: 16px; */
    cursor: pointer;
    /* transition: background 0.3s; */
    /* text-decoration: none; */
  
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s;
}
.title-text-content{
    font-family: 'Montserrat', sans-serif;
}

/* HERO SECTION */
  
.hero {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    /* justify-content: space-between; */
    padding: 90px 0%;
    min-height: 100vh;
    background: transparent;
}
  
.hero-text {
    position: absolute;
    bottom: 56%;
    left: 40%;
    max-width: 500px;
    /* color: #383838; */
    text-align: center;
    animation: fadeDown 1.5s ease-out forwards;
}
  
.hero-text h1 {
    font-size: 48px;
    margin: 0 0 20px;
}
  
.hero-text p {
    font-size: 20px;
    margin-bottom: 30px;
}

.cta-button {
    background-color: #111;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}
  
.cta-button:hover {
    background-color: #333;
}
  
.hero-img {
    width: 100%;
    height: 90vh;
    /* transform: rotate(-5deg); */
    animation: fadeInUp 1s ease-out forwards;
  }
  
.hero-img img {
    width: 100%;
    height: 85%;
    /* border-radius: 20px; */
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); */
}
  
  
  
/* 2da seccion WhatsApp */
  
  
.section.whatsapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 5%;
    gap: 60px;
    background: transparent;
    /* Estado inicial sin animación */
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.6s ease-out, transform 1.6s ease-out;
}
  
  
.section.whatsapp.animate {
    opacity: 1;
    transform: translateY(0); /* de abajo hacia arriba es más natural que de lado */
    transition: opacity 1.6s ease-out, transform 1.6s ease-out;
}
  
.section.whatsapp .text-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #111;
}
  
.section.whatsapp .text-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 30px;
}
  
.section.whatsapp .cta {
    display: inline-block;
    background-color: #111;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s;
}
  
.section.whatsapp .cta:hover {
    background-color: #333;
}
  
.whatsapp-img {
    width: 800px;
    height: 1280px;
    /* background-color: #eee;
    border-radius: 20px; */
    opacity: 0;
    /* animation: fadeInRight 1.2s ease-out forwards; */
    /* animation-delay: 1.6s; */
}
  
.whatsapp-img img{
    width: 800px;
    height: 1280px;
    
}
  
  
  
  /* .whatsapp-img.animate-img {
    animation: fadeInRight 2.5s ease-out forwards;
    animation-delay: 0.4s;
  } */
  
  
/* ANALITICAS */
.section.analytics {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 5%;
    gap: 60px;
    background: transparent;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.6s ease-out, transform 1.6s ease-out;
  }
  
.section.analytics.animate {
    opacity: 1;
    transform: translateY(0);
}
  
.section.analytics .text-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #111;
}
  
.section.analytics .text-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 30px;
}
  
.section.analytics .cta {
    display: inline-block;
    background-color: #111;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s;
}
  
.section.analytics .cta:hover {
    background-color: #333;
}
  
.analytics-img {
    width: 800px;
    height: 783px;
    opacity: 1;
    border-radius: 10px;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); */
}
  
.analytics-img img {
    border-radius: 20px;
    width: 1280px;
    height: 783px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
  
  
  /* FOOTER */
  
.footer {
    background-color: #0f0f0f;
    color: #f2f2f2;
    padding: 60px 20px 30px;
    font-family: 'Inter', sans-serif;
}
  
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}
  
.footer-brand {
    flex: 1 1 300px;
}
  
.footer-brand h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    margin-bottom: 10px;
}
  
.footer-brand p {
    font-size: 0.95rem;
    color: #aaa;
    line-height: 1.5;
}
  
.footer-links {
    display: flex;
    flex: 2 1 600px;
    gap: 40px;
    flex-wrap: wrap;
}
  
.footer-column h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #fff;
}
  
.footer-column ul {
    list-style: none;
    padding: 0;
}
  
.footer-column li {
    margin-bottom: 8px;
}
  
.footer-column a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}
  
.footer-column a:hover {
    color: #fff;
}
  
.footer-bottom {

    border-top: 1px solid #222;
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 0.85rem;
    color: #777;
}
  
  
  
  
/* Animaciones */
@keyframes fadeInLeft {
    from { opacity: 0; transform: translateX(-50px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRight {
    from { opacity: 0; transform: translateX(50px); }
to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeDown {
    from { opacity: 0; transform: translateY(-40px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
  
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(80px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
  
  
@keyframes revealBox {
    0% {
        opacity: 0;
        transform: translateY(40px) scale(0.96);
        box-shadow: 0 40px 80px rgba(0, 0, 0, 0.1);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
}
  
.whatsapp-img.animate-img {
    animation: revealBox 2.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.4s;
}
  