/* Fuente Algera Medium */
@font-face {
    font-family: 'Algera';
    src: url('/wp-content/themes/emagency/fonts/algera-medium_regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/emagency/fonts/algera-medium_regular-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Fuente Nhaasgrotesk Pro 15ulth */
@font-face {
    font-family: 'Nhaasgrotesk Pro';
    src: url('/wp-content/themes/emagency/fonts/nhaasgrotesk-15ulth-webfont.woff2') format('woff2'),
         url('/wp-content/themes/emagency/fonts/nhaasgrotesk-15ulth-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Fuente Nhaasgrotesk Pro 25th (Light) */
@font-face {
    font-family: 'Nhaasgrotesk Pro';
    src: url('/wp-content/themes/emagency/fonts/nhaasgrotesk-25th-webfont.woff2') format('woff2'),
         url('/wp-content/themes/emagency/fonts/nhaasgrotesk-25th-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Fuente Nhaasgrotesk Pro 35th */
@font-face {
    font-family: 'Nhaasgrotesk Pro';
    src: url('/wp-content/themes/emagency/fonts/nhaasgrotesk-35th-webfont.woff2') format('woff2'),
         url('/wp-content/themes/emagency/fonts/nhaasgrotesk-35th-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Fuente Nhaasgrotesk Pro 55rg (Regular) */
@font-face {
    font-family: 'Nhaasgrotesk Pro';
    src: url('/wp-content/themes/emagency/fonts/nhaasgrotesk-55rg-webfont.woff2') format('woff2'),
         url('/wp-content/themes/emagency/fonts/nhaasgrotesk-55rg-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Fuente Nhaasgrotesk Pro 65md (Medium) */
@font-face {
    font-family: 'Nhaasgrotesk Pro';
    src: url('/wp-content/themes/emagency/fonts/nhaasgrotesk-65md-webfont.woff2') format('woff2'),
         url('/wp-content/themes/emagency/fonts/nhaasgrotesk-65md-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Fuente Nhaasgrotesk Pro 75bd (Bold) */
@font-face {
    font-family: 'Nhaasgrotesk Pro';
    src: url('/wp-content/themes/emagency/fonts/nhaasgrotesk-75bd-webfont.woff2') format('woff2'),
         url('/wp-content/themes/emagency/fonts/nhaasgrotesk-75bd-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Clases de utilidad para usar las fuentes */
.font-algera {
    font-family: 'Algera', Arial, sans-serif;
}

.font-nhaas {
    font-family: 'Nhaasgrotesk Pro', Arial, sans-serif;
}

/* Ejemplos de uso con diferentes pesos */
.font-nhaas-ultralight {
    font-family: 'Nhaasgrotesk Pro', Arial, sans-serif;
    font-weight: 100;
}

.font-nhaas-light {
    font-family: 'Nhaasgrotesk Pro', Arial, sans-serif;
    font-weight: 200;
}

.font-nhaas-thin {
    font-family: 'Nhaasgrotesk Pro', Arial, sans-serif;
    font-weight: 300;
}

.font-nhaas-regular {
    font-family: 'Nhaasgrotesk Pro', Arial, sans-serif;
    font-weight: 400;
}

.font-nhaas-medium {
    font-family: 'Nhaasgrotesk Pro', Arial, sans-serif;
    font-weight: 500;
}

.font-nhaas-bold {
    font-family: 'Nhaasgrotesk Pro', Arial, sans-serif;
    font-weight: 700;
}

/* Variables CSS para uso más flexible */
:root {
    --font-algera: 'Algera', Arial, sans-serif;
    --font-nhaas: 'Nhaasgrotesk Pro', Arial, sans-serif;
}

/* Aplicación específica para elementos HTML */
h1, h2, h3, h4, h5 {
    font-family: 'Nhaasgrotesk Pro', Arial, sans-serif;
}

h1 {
    font-weight: 700; /* Bold */
	font-size: clamp(1.5625rem, -2.8125rem + 14vw, 14.6875rem);
	margin:0;
	color:#fff;
	line-height:250px
}
h2 {
	font-size: clamp(1.5625rem, -2.8125rem + 14vw, 14.6875rem);
	margin:0;
	color:#fff;
	line-height:250px;
		font-weight:700;
}

h3 {
    font-weight: 500; /* Medium */
	font-size: clamp(1.1625rem, -2.8125rem + 14vw, 14.6875rem);
}

h4 {
    font-weight: 500; /* Medium */
}

h5 {
    font-weight: 400; /* Regular */
}

p {
    font-family: 'Nhaasgrotesk Pro', Arial, sans-serif;
	color:#fff;
	font-size: clamp(1.0625rem, 0.7764rem + 0.9155vw, 1.875rem);
	font-weight:100;
	margin:0;
}
p  span {
	font-size:4rem;
	margin:0;
}
/* Listas numeradas y con viñetas */
ol, ul, li {
    font-family: 'Algera', Arial, sans-serif;
    font-weight: 500;
}

/* Enlaces */
a {
    font-family: 'Algera', Arial, sans-serif;
    font-weight: 500;
}
.contenedor {
	display:flex;
	align-items: center;
}


@media (max-width:700px){
	h1 {
    font-weight: 700; /* Bold */
	font-size: clamp(2.5625rem, -2.8125rem + 14vw, 14.6875rem);
	margin-top:25vw;
	color:#fff;
	line-height:20px;
}
h2 {
	font-size: clamp(2.5625rem, -2.8125rem + 14vw, 14.6875rem);
	margin:0;
	color:#fff;
	line-height:20px;
		font-weight:700;
}
}
/* Primera sección */

 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            
            background: #1a1a1a;
            color: white;
           
        }
.seccion-servicios {
   font-size: clamp(2.5rem, 2.3355rem + 0.6579vw, 3.125rem);
    line-height: 50px;
}

.floating-card {
    position: absolute;
    top: 0px;
    right: 10%;
    width: 200px;
    height: auto;
    z-index: -1;
    animation: float 6s ease-in-out infinite;
    filter: drop-shadow(0 20px 40px rgba(238, 124, 248, 0.3));
}

.floating-card img {
    width: 100%;
    height: auto;
    display: block;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(-2deg);
    }
    50% {
        transform: translateY(-20px) rotate(2deg);
    }
}

.process-section {
    padding: 6rem 0;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.process-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
}

.process-title {
    text-align: center;
    font-size: clamp(3.5rem, 8vw, 6rem);
    font-weight: 700;
    margin-bottom: 4rem;
    color: white;
    line-height: 1.1;
}

.process-steps {
    display: grid;
    gap: 4rem;
    position: relative;
}

.process-step {
    display: flex;
    align-items: center;
    gap: 3rem;
    opacity: 0;
    transform: translateX(-50px);
    animation: slideInLeft 0.8s ease forwards;
    position: relative;
    z-index: 2; /* CLAVE: Asegurar que esté por encima de la línea */
}

.process-step:nth-child(even) {
    flex-direction: row-reverse;
    transform: translateX(50px);
    animation: slideInRight 0.8s ease forwards;
}

.process-step:nth-child(1) { animation-delay: 0.2s; }
.process-step:nth-child(2) { animation-delay: 0.4s; }
.process-step:nth-child(3) { animation-delay: 0.6s; }
.process-step:nth-child(4) { animation-delay: 0.8s; }
.process-step:nth-child(5) { animation-delay: 1s; }

.step-visual {
    flex: 0 0 120px;
    height: 120px;
    background: linear-gradient(135deg, #EE7CF8 0%, #4FC3F7 50%, #66BB6A 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 20px 40px rgba(238, 124, 248, 0.3);
    z-index: 3; /* CLAVE: Por encima de todo */
}

.step-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.step-content {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transition: all 0.3s ease;
    z-index: 3; /* CLAVE: Por encima de la línea */
}

.step-content:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(238, 124, 248, 0.3);
    box-shadow: 0 20px 50px rgba(238, 124, 248, 0.2);
}

.step-content::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
}

.process-step:nth-child(odd) .step-content::before {
    left: -15px;
    transform: translateY(-50%);
    border-width: 15px 15px 15px 0;
    border-color: transparent rgba(255, 255, 255, 0.1) transparent transparent;
}

.process-step:nth-child(even) .step-content::before {
    right: -15px;
    transform: translateY(-50%);
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.1);
}

.step-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.step-description {
    color: white;
    line-height: 1.7;
    font-size: 1.05rem;
    opacity: 0.9;
}

.process-connector {
    display:none;
}

@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive */
@media (max-width: 968px) {
    .process-step,
    .process-step:nth-child(even) {
        flex-direction: column;
        text-align: center;
        transform: translateY(30px);
        animation: slideInUp 0.8s ease forwards;
    }
    
    .step-content::before,
    .process-step:nth-child(even) .step-content::before {
        top: -15px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        border-width: 0 15px 15px 15px;
        border-color: transparent transparent rgba(255, 255, 255, 0.1) transparent;
    }
    
    .process-connector {
        display: none;
    }
}

@keyframes slideInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .floating-card {
        right: 5%;
        width: 150px;
        top: -30px;
    }
    
    .process-container {
        padding: 0 20px;
    }
    
    .process-title {
        font-size: 1.5rem;
    }
	.step-visual {
        flex: 0;
        width: 80px;
        height: 80px;  
        background: linear-gradient(135deg, #EE7CF8 0%, #4FC3F7 50%, #66BB6A 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        box-shadow: 0 20px 40px rgba(238, 124, 248, 0.3);
        z-index: 3;
    }
   
    

    
    .step-number {
        font-size: 2rem;
    }
    
    .step-content {
        padding: 2rem;
    }
}

@media (max-width: 480px) {
    .floating-card {
        display: none;
    }
}
@media (max-width: 768px) {
    .step-visual {
        flex: 0 0 80px; /* Más pequeño */
        height: 80px;
    }
    
    .step-number {
        font-size: 1.5rem; /* Número más pequeño */
    }
    
    .step-content {
        padding: 1.5rem; /* Menos padding */
    }
    
    .process-step {
        gap: 2rem; /* Menos espacio entre círculo y contenido */
    }
}

@media (max-width: 480px) {
    .step-visual {
        flex: 0 0 70px; /* Aún más pequeño */
        height: 70px;
    }
    
    .step-number {
        font-size: 1.3rem;
    }
    
    .process-step {
        gap: 1.5rem;
    }
}
/* Primera sección */

/* Sección testimonios */

 .testimonials-container {
        max-width: 1400px;
        width: 100%;
        position: relative;
        margin: 0 auto;
        padding: 40px 20px;
    }

    .section-header {
        text-align: center;
        margin-bottom: 80px;
        opacity: 0;
        animation: fadeInDown 1s ease forwards;
    }

    .section-header h2 {
      font-size: clamp(3.5rem, 8vw, 6rem);
        font-weight: 700;
      line-height:120px;
        color: #ffffff;
    }

    .section-header p {
        font-size: 1.2rem;
        color: #999;
        letter-spacing: 0.5px;
    }

    .testimonials-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
        gap: 40px;
        perspective: 1000px;
    }

    .testimonial-card {
        background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
        border-radius: 24px;
        padding: 50px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        opacity: 0;
        transform: translateY(50px);
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    }

    .testimonial-card:nth-child(1) {
        animation: fadeInUp 0.8s ease 0.3s forwards;
    }

    .testimonial-card:nth-child(2) {
        animation: fadeInUp 0.8s ease 0.5s forwards;
    }

    .testimonial-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 24px;
        padding: 2px;
        background: linear-gradient(135deg, #EE7CF8, #3DA9FC, #7B5FFF, #F9A826);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        opacity: 0;
        transition: opacity 0.5s ease;
    }

    .testimonial-card:hover::before {
        opacity: 1;
    }

    .testimonial-card:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 20px 60px rgba(238, 124, 248, 0.3);
    }

    .accent-color-1 {
        --accent: #EE7CF8;
    }

    .accent-color-2 {
        --accent: #3DA9FC;
    }

    .quote-icon {
        font-size: 4rem;
        color: var(--accent);
        opacity: 0.2;
        line-height: 1;
        margin-bottom: 20px;
        font-family: Georgia, serif;
    }

    .testimonial-text {
        font-size: 1.15rem;
        line-height: 1.8;
        color: #e0e0e0;
        margin-bottom: 40px;
        position: relative;
        z-index: 1;
    }

    .author-section {
        display: flex;
        align-items: center;
        gap: 20px;
        padding-top: 30px;
        border-top: 1px solid #333;
    }

    .author-avatar {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--accent), #7B5FFF);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.8rem;
        font-weight: 700;
        color: #000;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease;
    }

    .testimonial-card:hover .author-avatar {
        transform: scale(1.1) rotate(5deg);
    }

    .author-info h3 {
        font-size: 1.3rem;
        font-weight: 600;
        margin-bottom: 5px;
        color: #fff;
    }

    .author-info p {
        font-size: 0.95rem;
        color: #888;
    }

    .floating-shapes {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: -1;
    }

    .shape {
        position: absolute;
        border-radius: 50%;
        filter: blur(60px);
        opacity: 0.15;
        animation: float 20s infinite ease-in-out;
    }

    .shape1 {
        width: 300px;
        height: 300px;
        background: #EE7CF8;
        top: 10%;
        left: 10%;
        animation-delay: 0s;
    }

    .shape2 {
        width: 250px;
        height: 250px;
        background: #3DA9FC;
        bottom: 15%;
        right: 15%;
        animation-delay: 5s;
    }

    .shape3 {
        width: 200px;
        height: 200px;
        background: #7B5FFF;
        top: 50%;
        left: 50%;
        animation-delay: 10s;
    }

   

    @keyframes fadeInDown {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes fadeInUp {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @media (max-width: 768px) {
        .testimonials-grid {
            grid-template-columns: 1fr;
        }

        .section-header h2 {
            font-size: 2.5rem;
        }

        .testimonial-card {
            padding: 35px;
        }

        .testimonial-text {
            font-size: 1rem;
        }
    }
/* Fin de sección de testimonios */

/* Sección de servicios */

.services-container {
        max-width: 1400px;
        width: 100%;
        position: relative;
        margin: 0 auto;
        padding: 80px 20px;
    }

    .services-header {
        text-align: center;
        margin-bottom: 80px;
        opacity: 0;
        animation: fadeInDown 1s ease forwards;
    }

    .services-header h2 {
        font-size: clamp(3.5rem, 8vw, 6rem);
        font-weight: 700;
      line-height:120px;
        color: #ffffff;
    }
.services-header h3 {
        font-size: clamp(2.5rem, 8vw, 6rem);
        font-weight: 700;
      line-height:120px;
        color: #ffffff;
    }

    .services-header p {
        font-size: 1.2rem;
        color: #999;
        letter-spacing: 0.5px;
    }

    .services-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }

    .service-card {
        background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
        border-radius: 24px;
        padding: 40px 30px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        opacity: 0;
        transform: translateY(50px);
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    }

    .service-card:nth-child(1) {
        animation: fadeInUp 0.8s ease 0.2s forwards;
    }

    .service-card:nth-child(2) {
        animation: fadeInUp 0.8s ease 0.4s forwards;
    }

    .service-card:nth-child(3) {
        animation: fadeInUp 0.8s ease 0.6s forwards;
    }

    .service-card:nth-child(4) {
        animation: fadeInUp 0.8s ease 0.8s forwards;
    }

    .service-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 24px;
        padding: 2px;
        background: linear-gradient(135deg, var(--accent), var(--accent-secondary));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        opacity: 0;
        transition: opacity 0.5s ease;
    }

    .service-card:hover::before {
        opacity: 1;
    }

    .service-card:hover {
        transform: translateY(-15px) scale(1.03);
        box-shadow: 0 25px 60px rgba(238, 124, 248, 0.4);
    }

    .service-card-1 {
        --accent: #EE7CF8;
        --accent-secondary: #7B5FFF;
    }

    .service-card-2 {
        --accent: #3DA9FC;
        --accent-secondary: #7B5FFF;
    }

    .service-card-3 {
        --accent: #7B5FFF;
        --accent-secondary: #EE7CF8;
    }

    .service-card-4 {
        --accent: #F9A826;
        --accent-secondary: #EE7CF8;
    }

    .service-icon {
        width: 70px;
        height: 70px;
        border-radius: 16px;
        background: linear-gradient(135deg, var(--accent), var(--accent-secondary));
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
        font-size: 2rem;
        transition: all 0.4s ease;
        color: #000;
    }

    .service-card:hover .service-icon {
        transform: rotateY(360deg) scale(1.1);
    }

    .service-title {
        font-size: 1.5rem;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .service-tools {
        font-size: 0.95rem;
        color: var(--accent);
        font-weight: 600;
        margin-bottom: 15px;
    }

    .service-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .service-list li {
        font-size: 0.95rem;
        color: #aaa;
        padding: 8px 0;
        padding-left: 20px;
        position: relative;
        line-height: 1.5;
    }

    .service-list li::before {
        content: '→';
        position: absolute;
        left: 0;
        color: var(--accent);
        font-weight: bold;
    }

    @keyframes fadeInDown {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes fadeInUp {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @media (max-width: 1024px) {
        .services-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 768px) {
        .services-header h2 {
            font-size: 1.5rem!important;
        }
		
        .services-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .service-card {
            padding: 30px 25px;
        }

        .service-icon {
            width: 60px;
            height: 60px;
            font-size: 1.7rem;
        }

        .service-title {
            font-size: 1.3rem;
        }
    }

    @media (max-width: 480px) {
        .services-grid {
            grid-template-columns: 1fr;
        }
    }

/* Fin de Sección de servicios */

/* Casos de uso */
    .use-cases-section {
        position: relative;
    }

    .section-header {
        text-align: center;
        padding: 100px 20px 50px;
     
    }

    .section-header h2 {
        font-size: clamp(3.5rem, 8vw, 6rem);
        font-weight: 700;
        line-height: 120px;
        color: #ffffff;
        margin-bottom: 0px;
    }

    .section-header p {
        font-size: 1.2rem;
        color: #999;
        letter-spacing: 0.5px;
    }

    .use-cases-container {
        position: sticky;
        top: 0;
        height: 100vh;
        display: flex;
        align-items: center;
        overflow: hidden;
        background:none;
    }

    .use-cases-wrapper {
        display: flex;
        gap: 40px;
        padding: 0 5vw;
        transition: transform 0.1s ease-out;
        will-change: transform;
    }

    .use-case-card {
        min-width: 600px;
        max-width: 600px;
        border-radius: 32px;
        padding: 50px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
        background-size: cover;
        background-position: center;
    }

    .use-case-card::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.2));
        z-index: 1;
        pointer-events: none;
    }

    .use-case-card > * {
        position: relative;
        z-index: 2;
    }

    .use-case-card:nth-child(1) {
        background-image: url('/wp-content/uploads/2025/10/photo-1554224155-8d04cb21cd6c.jpeg');
    }

    .use-case-card:nth-child(2) {
        background-image: url('/wp-content/uploads/2025/10/photo-1521791136064-7986c2920216.jpeg');
    }

    .use-case-card:nth-child(3) {
        background-image: url('/wp-content/uploads/2025/10/photo-1531746790731-6c087fecd65a.jpeg');
    }

    .use-case-card:nth-child(4) {
        background-image: url('/wp-content/uploads/2025/10/photo-1551288049-bebda4e38f71.jpeg');
    }

    .use-case-card:nth-child(5) {
        background-image: url('/wp-content/uploads/2025/10/photo-1460925895917-afdab827c52f.jpeg');
    }

    .use-case-number {
        position: absolute;
        top: 30px;
        right: 40px;
        font-size: 6rem;
        font-weight: 900;
        color: rgba(255, 255, 255, 0.08);
        opacity: 1;
        line-height: 1;
        z-index: 2;
    }

    .use-case-icon {
        width: 80px;
        height: 80px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        font-size: 2.5rem;
        color: #ffffff;
    }

    .use-case-title {
        font-size: 2rem;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 20px;
        line-height: 1.3;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    }

    .use-case-description {
        font-size: 1.1rem;
        color: #ffffff;
        line-height: 1.7;
        margin-bottom: 25px;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    }

    .use-case-example {
        padding: 20px;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px);
        border-radius: 16px;
        border-left: 4px solid rgba(255, 255, 255, 0.4);
    }

    .use-case-example-label {
        font-size: 0.85rem;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .use-case-example-text {
        font-size: 1rem;
        color: #ffffff;
        line-height: 1.6;
    }

    .scroll-indicator {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        gap: 15px;
        color: #999;
        font-size: 0.9rem;
        z-index: 10;
    }

    .scroll-indicator i {
        font-size: 1.5rem;
        animation: scrollHint 2s ease-in-out infinite;
    }

    @keyframes scrollHint {
        0%, 100% {
            transform: translateX(0);
        }
        50% {
            transform: translateX(10px);
        }
    }

    .progress-bar {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
        height: 4px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 2px;
        overflow: hidden;
    }

    .progress-fill {
        height: 100%;
        background: linear-gradient(90deg, #EE7CF8, #3DA9FC, #7B5FFF, #F9A826);
        width: 0%;
        transition: width 0.1s ease-out;
    }

    @media (max-width: 768px) {
        .section-header {
            padding: 60px 20px 30px;
        }

        .section-header h2 {
            line-height: 1.2;
            margin-bottom: 15px;
			font-size:1.5rem;
        }

        .section-header p {
            font-size: 1rem;
        }

        .use-case-card {
            min-width: 85vw;
            max-width: 85vw;
            padding: 35px;
        }

        .use-case-title {
            font-size: 1.6rem;
        }

        .use-case-number {
            font-size: 4rem;
            top: 20px;
            right: 25px;
        }

        .use-case-icon {
            width: 60px;
            height: 60px;
            font-size: 2rem;
        }
    }
/* Fin Casos de uso */
/* Seccion sobre nosotros */
.about-contact-section {
        background: none;
        padding: 100px 20px;
        position: relative;
        overflow: hidden;
    }

    .about-contact-container {
        max-width: 1400px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        align-items: start;
    }

    .about-section {
        position: relative;
    }

    .about-section h2 {
        font-size: clamp(3.5rem, 8vw, 6rem);
        font-weight: 700;
        line-height: 1.2;
        color: #ffffff;
        margin-bottom: 40px;
    }

    .about-content p {
        font-size: 1.15rem;
        line-height: 1.8;
        color: #cccccc;
        margin-bottom: 25px;
    }

    .about-content p strong {
        color: #EE7CF8;
        font-weight: 700;
    }

    .stats-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-top: 50px;
    }

    .stat-card {
        background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
        padding: 30px;
        border-radius: 20px;
        border: 1px solid rgba(238, 124, 248, 0.2);
        transition: all 0.3s ease;
    }

    .stat-card:hover {
        border-color: rgba(238, 124, 248, 0.5);
        transform: translateY(-5px);
    }

    .stat-number {
        font-size: 3rem;
        font-weight: 900;
        background: linear-gradient(135deg, #EE7CF8, #3DA9FC);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 10px;
    }

    .stat-label {
        font-size: 1rem;
        color: #999;
    }

    .contact-section {
        background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
        padding: 50px;
        border-radius: 32px;
        border: 1px solid rgba(238, 124, 248, 0.2);
        position: sticky;
        top: 100px;
    }

    .contact-section h2 {
        font-size: 2.5rem;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 30px;
    }

    .contact-info {
        margin-bottom: 40px;
    }

    .contact-item {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
        color: #cccccc;
        font-size: 1.1rem;
    }

    .contact-item i {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: linear-gradient(135deg, #EE7CF8, #7B5FFF);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        font-size: 1.2rem;
    }

    .contact-item a {
        color: #cccccc;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .contact-item a:hover {
        color: #EE7CF8;
    }

    .social-links {
        display: flex;
        gap: 15px;
        margin-top: 30px;
    }

    .social-link {
        width: 50px;
        height: 50px;
        border-radius: 12px;
        background: linear-gradient(135deg, #EE7CF8, #3DA9FC);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        font-size: 1.5rem;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .social-link:hover {
        transform: translateY(-5px) scale(1.1);
        box-shadow: 0 10px 30px rgba(238, 124, 248, 0.4);
    }

    .contact-form-wrapper {
        margin-top: 40px;
    }

    .contact-form-wrapper label {
        display: block;
        margin-bottom: 20px;
        color: #ffffff;
        font-size: 0.95rem;
        font-weight: 600;
    }

    .contact-form-wrapper input[type="text"],
    .contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"],
    .contact-form-wrapper textarea {
        width: 100%;
        padding: 15px 20px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        color: #ffffff;
        font-size: 1rem;
        margin-top: 8px;
        transition: all 0.3s ease;
        font-family: inherit;
    }

    .contact-form-wrapper input[type="text"]:focus,
    .contact-form-wrapper input[type="email"]:focus,
.contact-form-wrapper input[type="tel"]:focus,
    .contact-form-wrapper textarea:focus {
        outline: none;
        border-color: #EE7CF8;
        background: rgba(255, 255, 255, 0.08);
    }

    .contact-form-wrapper textarea {
        min-height: 120px;
        resize: vertical;
    }

    .contact-form-wrapper input[type="submit"] {
        width: 100%;
        padding: 15px 40px;
        background: linear-gradient(135deg, #EE7CF8, #7B5FFF);
        border: none;
        border-radius: 12px;
        color: #000;
        font-size: 1.1rem;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.3s ease;
        margin-top: 20px;
    }

    .contact-form-wrapper input[type="submit"]:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(238, 124, 248, 0.4);
    }

    @media (max-width: 1024px) {
        .about-contact-container {
            grid-template-columns: 1fr;
            gap: 60px;
        }

        .contact-section {
            position: relative;
            top: 0;
        }

        .stats-wrapper {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 768px) {
        .about-contact-section {
            padding: 60px 20px;
        }

        .about-section h2 {
            margin-bottom: 30px;
			font-size:1.5rem;
        }

        .about-content p {
            font-size: 1rem;
        }

        .contact-section {
            padding: 35px;
        }

        .contact-section h2 {
            font-size: 2rem;
        }
    }

/* Fin Seccion sobre nosotros */

