
        /* Reset y estilos base */
        @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Helvetica', 'Arial', sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: #3c00b5;
            overflow-x: hidden;
        }
        
        /* Tipografía */
        h1, h2, h3, h4 {
            font-weight: 600;
            margin-bottom: 1rem;
        }
        
        h1 {
            font-size: 3rem;
            letter-spacing: -1px;
        }
        
        h2 {
            font-size: 2.2rem;
            position: relative;
            display: inline-block;
            margin-bottom: 2.5rem;
        }
        
        h2:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60px;
            height: 3px;
            background-color: #000;
        }
        
        .hero-content p{
            color: #fffbee;
        }

        .hero-content h2{
            color: #fffbee;
        }

        p {
            margin-bottom: 1.5rem;
            line-height: 1.8;
        }
        
        /* Contenedores y secciones */
        .container {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        section {
            padding: 100px 0;
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.8s ease, transform 0.8s ease;
        }
        
        section.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        /* Header y navegación */
        header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            padding: 20px 0;
            background-color: #34009d;
            /*border-bottom: 1px solid #00000052;*/
            z-index: 1000;
            box-shadow: 0 1px 0px rgba(0, 0, 0, 1);
            transition: padding 0.3s ease;
        }
        
        header.scrolled {
            padding: 10px 0;
        }
        
        .header-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            font-size: 1.8rem;
            font-weight: 700;
            color: #000;
            text-decoration: none;
        }
        
        nav ul {
            display: flex;
            list-style: none;
        }
        
        nav ul li {
            margin-left: 30px;
        }
        
        nav ul li a {
            color: #fffbee;
            font-weight: bold;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        nav ul li a:hover {
            color: #42ff00;
        }
        
        /* Hero Section - Modificada para la animación del nombre */
        .hero {
            height: 105vh;
            display: flex;
            align-items: center;
            background-color: #3c00b5;
            position: relative;
            overflow: hidden;
        }
        
        .hero-content {
            max-width: 800px;
        }
        
        .studio-name {
            font-size: 5.5rem; /* Tamaño inicial más grande */
            font-weight: 800;
            margin-bottom: 0;
            opacity: 0;
            transform: translateX(100px);
            transition: opacity 1s ease, transform 1s ease, font-size 1s ease, line-height 1s ease;
            color: #fff;
            letter-spacing: -2px;
            line-height: 1.1;
        }
        
        .studio-name.visible {
            opacity: 1;
            transform: translateX(0);
        }
        
        .studio-name.reduced {
            font-size: 4.5rem;
            margin-bottom: 1.5rem;
            line-height: 0.6;
        }
        
        #sur-color{
            color:#ad60ff;
            text-shadow: none!important;
        }

        .hero-details {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 1s ease, transform 1s ease;
            transition-delay: 1s; /* Retraso para que aparezca después del nombre */
        }
        
        .hero-details.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        .hero h2 {
            margin-bottom: 1.5rem;
        }
        
        .hero p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            max-width: 600px;
        }
        
        .btn {
            display: inline-block;
            padding: 12px 30px;
            background-color: #42ff00;
            color: #000;
            text-decoration: none;
            font-weight: 500;
            border: 1px solid #000;
            transition: all 0.3s ease;
        }
        
        .btn:hover {
            background-color: #000;
            color: #42ff00;
        }
        
        /* Servicios */
        #servicios{
            background-color: #001a51;
        }
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            margin-top: 50px;
        }
        
        .service-card {
            
            border: 1px solid #228500;
            background-color: #ddbefd33;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
        }
        
        .service-icon {
            font-size: 2.5rem;
            margin-bottom: 20px;
        }

        .services h2, h3{
            color: #fff;
        }

        .services h3{
            text-align: center;
            padding: 15px;
            font-family: ubuntu;
            font-weight: 400;
            font-size: 25px;
            margin-bottom: 0rem!important;
        }

        .services p{
            color: #cbcbcb;
            padding: 0px 15px;
        }

        .services h2:after {
            background-color: #ad60ff;
        }

        .imagen-servicios{
            display: block;
            background-size: cover;
            width: 100%;
            height: 180px;
        }
        #servicios-gmaps {
            background-image: url(imagenes/googlemaps.jpg);
        }
        #servicios-seo {
            background-image: url(imagenes/seo.jpg);
            background-position: center;
        }
        #servicios-web {
            background-image: url(imagenes/webdesign.jpg);
        }
        
        
        /* Sobre Nosotros */
        .about{
            background-color: #fff6e6;
            padding: 1px 0 100px 0 !important;
            opacity: 1!important;
        }
        .about h3{
            padding: 15px;
            font-family: ubuntu;
            font-weight: 400;
            font-size: 25px;
            margin-bottom: 0rem !important;
        }

        .about p{
            font-family: ubuntu;
            color: #cbcbcb;
            padding: 0px 15px;
        }
           
        section.about{
            transform:none!important;
        }
        .about .services-grid{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
            gap: 40px;
            margin-top: 50px;
        }
        .gmaps-cards{
            display: inline-block;
            height: 250px;
            padding: .5rem;
            background-color: #2c3b74;
            border: 1px solid #001a51;
            border-radius: 10px;
            box-shadow: 0 12px 28px rgb(17 24 39 / 51%);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .gmaps-cards:hover {
            transform: translateY(-5px);
        }

        #card-uno{
            background-image: url(imagenes/googlemaps.jpg);
            background-size: cover;
        }
        #card-dos{
            background-image: url(imagenes/google-maps-6.png);
            background-size: cover;
            background-position: bottom;
        }
        #card-tres{
            background-image: url(imagenes/google-maps-5.png);
            background-size: cover;
        }
        #card-cuatro{
            background-image: url(imagenes/google-maps-4.png);
            background-size: cover;
        }

        .about-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: center;
        }
        
        .about-text {
            padding-right: 30px;
        }
        
        .about-image {
            background-color: #f5f5f5;
            height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            color: #999;
        }
        
        /* Portafolio */
        .portfolio {
            background-color: #fff6e6;
            opacity: 1!important;
        }
        .portfolio h2:after {
            background-color: #ad60ff;
        }
       .portfolio h3 {
        color:#333;
        font-size: 1.7rem;
       }
        .portfolio-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }
        
        .portfolio-item {
            height: 250px;
            background-color: #f5f5f5;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
            
            transition: transform 0.3s ease;
            
        }
        
        
        .portfolio-item:hover {
            transform: scale(1.02);
        }
        .portfolio-item:hover .gmaps-detalles{
            filter: blur(0px);
            opacity: 1;
        }

        .portfolio-item:hover span{
            display: none;
        }

        span {
            position: absolute;
            font-weight: bold;
            color: #000;
        }

        .gmaps-detalles {
            filter: blur(1px);
            opacity: 0.3;
            width: 100%;
            height: 100%; 
        }


        #destaca {
            background-image: url(imagenes/google-maps-6.png);
            background-position: center;            
        }
        #alcanza {
            background-image: url(imagenes/google-maps-1.png);
            background-position: center;
        }
        #ofrece {
            background-image: url(imagenes/google-maps-3.png);
            background-position: center;
        }
        #sube {
            background-image: url(imagenes/google-maps-5.png);
            background-position: center;
        }
        #comparte {
            background-image: url(imagenes/google-maps-3.png);
            background-position: center;
        }
        #responde {
            background-image: url(imagenes/google-maps-2.png);
            background-position: center;
        }

        /* Testimonios */
        .testimonials {
            background-color: #f9f9f9;
        }
        
        .testimonial-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            margin-top: 50px;
        }
        
        .testimonial-card {
            padding: 30px;
            border: 1px solid #eee;
            background-color: #fff;
        }
        
        .testimonial-text {
            font-style: italic;
            margin-bottom: 20px;
        }
        
        .testimonial-author {
            font-weight: 600;
            color: #000;
        }
        
        /* Contacto */
        .contact-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
        }
        
        .contact-info {
            margin-bottom: 30px;
        }
        
        .contact-form input,
        .contact-form textarea {
            width: 100%;
            padding: 12px;
            margin-bottom: 20px;
            border: 1px solid #ddd;
            font-family: inherit;
        }
        
        .contact-form textarea {
            min-height: 150px;
            resize: vertical;
        }
        
        /* Footer */
        footer {
            padding: 50px 0;
            background-color: #000;
            color: #fff;
            text-align: center;
        }
        
        .footer-content {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .social-links {
            margin: 20px 0;
        }
        
        footer h3{
            color: #fff;
        }

        .social-links a {
            color: #fff;
            margin: 0 10px;
            font-size: 1.5rem;
            text-decoration: none;
        }
        

        /*contacto*/

        .contacto {
            background-color: #2c3b74;
        }
        .contacto h2:after{
            content: none;
        }
        .whatsapp-contact {
            text-align: center;
            padding: 30px;
            background: #fff6e6;
            border-radius: 10px;
            margin: 20px 0;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
        }

        .whatsapp-btn {
            display: inline-block;
            background: #42ff00;
            color: #000;
            padding: 15px 25px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: bold;
            margin-top: 15px;
            transition: background 0.3s ease;
        }

        .whatsapp-btn:hover {
            background:#000;
            color: #42ff00;
            box-shadow: 0 12px 28px rgb(16 255 0 / 73%);
        }




        /* seccion google maps */

 /* Layout */
    .hero{
      position:relative;
      min-height: 88svh;
      display:grid;
      place-items:center;
      padding: clamp(20px, 5vw, 64px);
      overflow:hidden;
      isolation:isolate;
    }
    .hero__container{
      max-width: 1120px;
      width:100%;
      display:grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: clamp(24px, 5vw, 56px);
      align-items:center;
    }
    @media (max-width: 920px){
      .hero__container{
        grid-template-columns: 1fr;
        text-align:center;
      }
      .hero__cta{justify-content:center}
    }

    /* Copy */
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:6px 12px;
      border-radius:999px;
      background: rgba(255,255,255,.08);
      color: var(--muted);
      font-weight:600;
      font-size: .9rem;
      letter-spacing:.2px;
      backdrop-filter: blur(6px);
    }
    .eyebrow svg{width:18px;height:18px;opacity:.9}
    h1{
      margin: 16px 0 12px;
      font-weight: 800;
      font-size: clamp(32px, 5vw, 56px);
      line-height: 1.05;
      letter-spacing:-.02em;
    }
    .lead{
      color: var(--muted);
      font-size: clamp(16px, 2.1vw, 18px);
      line-height:1.6;
      max-width: 56ch;
      margin: 0 0 24px 0;
    }
    .hero__cta{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      align-items:center;
    }
    .btn{
      appearance:none;
      border:0;
      cursor:pointer;
      font-weight:700;
      border-radius:16px;
      padding:14px 18px;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
      box-shadow: var(--shadow);
    }
    .btn--primary{
      background: var(--brand);
      color: var(--btn-text);
    }
    .btn--primary:hover{ background: var(--brand-strong); transform: translateY(-1px); }
    .btn--ghost{
      background: transparent;
      color: var(--text);
      border: 1px solid rgba(255,255,255,.2);
      box-shadow:none;
    }
    .btn--ghost:hover{ border-color: rgba(255,255,255,.35); transform: translateY(-1px); }
    .btn:focus-visible{
      outline: none;
      box-shadow: 0 0 0 6px var(--ring);
    }

    /* Right column: card mock / illustration */
    .card{
      border-radius: 20px;
      background: linear-gradient(180deg, var(--card), rgba(255,255,255,.02));
      border: 1px solid rgb(0 26 81 / 8%);
      padding: 22px;
      box-shadow: 0 12px 28px rgba(17, 24, 39, .12);
      position:relative;
      overflow:hidden;
    }
    .card__header{
      display:flex; align-items:center; justify-content:space-between; gap:12px;
      margin-bottom:16px;
    }
    .card__badge{
      display:inline-flex; align-items:center; gap:8px;
      background: rgba(110,231,183,.15);
      color:#d1fae5;
      padding:6px 10px;
      border-radius:999px;
      font-weight:600;
      font-size:.85rem;
      border: 1px solid rgba(110,231,183,.35);
    }
    .mock-map{
      aspect-ratio: 4/3;
      border-radius:14px;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.12);
      position:relative;
      background:url(imagenes/gmaps-bg.png);
      background-position: center;
    }
    .pin{
      position:absolute; inset:auto auto 22% 28%;
      width:44px; height:44px;
      filter: drop-shadow(0 8px 14px rgba(0,0,0,.35));
      animation: float 4s ease-in-out infinite;
    }
    .pin--2{ left:62%; bottom:38%; animation-delay: .8s;}
    @media (prefers-reduced-motion: reduce){
      .pin, .btn{ animation: none !important; transition: none !important; }
    }
    @keyframes float{
      0%,100%{ transform: translateY(0) }
      50%{ transform: translateY(-6px) }
    }

    /* Small helper text */
    .meta{
      margin-top:12px;
      color: var(--muted);
      font-size: .9rem;
    }



        /* Responsive */
        @media (max-width: 768px) {
            h1 {
                font-size: 2.5rem;
            }
            
            h2 {
                font-size: 1.8rem;
            }
            .hero h2 {
                font-size: 1.6rem!important;
            }
            
            .studio-name {
                font-size: 2rem !important;
            }
            
            .studio-name.reduced {
                font-size: 1.8rem !important;
            }
            
            .about-content,
            .contact-grid {
                grid-template-columns: 1fr;
            }
            
            .about-text {
                padding-right: 0;
            }
            
            nav ul {
                display: none;
            }
            
            .mobile-menu-btn {
                display: block;
            }
            .hero-content {
                max-width: 100%;
                margin-left: 0px !important;
                padding-left: 0px !important;
            }
            section {
                padding: 10px 0;
            }
            .container {
                width: 100%;
                margin-left: auto;
                margin-right: auto;
                padding: 5px;
            }
            .gmaps-cards{
                max-width: 300px;
                height: auto;
                margin-left: auto;
                margin-right: auto;
            }
            .about.container{
                width: 100%!important;
            }
            .gmapsImg {
                display: none;
            }
            .about .services-grid {
                grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
            }
            .whatsapp-contact {
                max-width: 300px;
            }
        }