.elementor-13 .elementor-element.elementor-element-c450f0a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-675e7c7 *//* ========================================
   RESET Y VARIABLES
======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --green: #7CB342;
    --green-light: #9CCC65;
    --purple: #9C27B0;
    --yellow: #FDD835;
    --orange: #FF6F00;
}

/* ========================================
   FORZAR ANCHO COMPLETO EN ELEMENTOR
======================================== */
body,
html {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}

.elementor,
.elementor-section,
.elementor-section-wrap,
.elementor-container,
.elementor-column,
.elementor-widget-wrap {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ========================================
   CONTENEDOR PRINCIPAL
======================================== */
.construccion-premium {
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #f0f9f0 50%, #ffffff 100%);
    overflow: hidden;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

/* ========================================
   FORMAS ANIMADAS DE FONDO
======================================== */
.bg-animated {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.3;
    animation: float 20s ease-in-out infinite;
}

.blob-1 {
    width: 250px;
    height: 250px;
    background: linear-gradient(135deg, var(--green), var(--green-light));
    top: -100px;
    left: -100px;
    animation-delay: 0s;
}

.blob-2 {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, var(--purple), #E1BEE7);
    bottom: -50px;
    right: -50px;
    animation-delay: 5s;
}

.blob-3 {
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, var(--yellow), var(--orange));
    top: 50%;
    right: 20%;
    animation-delay: 10s;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -30px) scale(1.1); }
    66% { transform: translate(-30px, 30px) scale(0.9); }
}

/* ========================================
   PARTÍCULAS FLOTANTES
======================================== */
.particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.particle {
    position: absolute;
    font-size: 1.5rem;
    opacity: 0.25;
    animation: floatParticle 15s ease-in-out infinite;
}

.particle:nth-child(1) { top: 8%; left: 8%; animation-delay: 0s; }
.particle:nth-child(2) { top: 15%; right: 10%; animation-delay: 2s; }
.particle:nth-child(3) { bottom: 25%; left: 12%; animation-delay: 4s; }
.particle:nth-child(4) { top: 55%; right: 8%; animation-delay: 6s; }
.particle:nth-child(5) { bottom: 10%; right: 20%; animation-delay: 8s; }
.particle:nth-child(6) { top: 35%; left: 10%; animation-delay: 10s; }

@keyframes floatParticle {
    0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.25; }
    50% { transform: translateY(-30px) rotate(180deg); opacity: 0.5; }
}

/* ========================================
   GRID PRINCIPAL - MOBILE FIRST
======================================== */
.content-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 30px 20px;
    gap: 40px;
}

/* ========================================
   COLUMNA IZQUIERDA - CONTENIDO
======================================== */
.content-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    animation: fadeIn 1.2s ease-out;
    width: 100%;
}

/* Logo */
.logo-box {
    text-align: center;
}

.logo-box img {
    max-width: 280px;
    width: 90%;
    height: auto;
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.15));
    animation: fadeInDown 1s ease-out;
}

/* Contenido de texto */
.text-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: center;
}

/* Título principal */
.titulo-principal {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
    color: #333;
}

.linea-1 {
    display: block;
    animation: fadeInUp 1.2s ease-out;
    background: linear-gradient(135deg, #333, var(--green));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.linea-2 {
    display: block;
    color: var(--green);
    animation: fadeInUp 1.4s ease-out;
}

/* Subtítulo */
.subtitulo {
    font-size: 1rem;
    font-weight: 300;
    color: #666;
    line-height: 1.7;
    animation: fadeInUp 1.6s ease-out;
    padding: 0 10px;
}

/* Slogan de marca */
.slogan-marca {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 18px 0;
    border-top: 2px solid var(--green);
    border-bottom: 2px solid var(--green);
    animation: fadeInUp 1.8s ease-out;
}

.natural {
    font-size: 1.1rem;
    font-weight: 300;
    color: #666;
}

.kummert {
    font-size: 1.4rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--green), var(--green-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Características */
.caracteristicas {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 2s ease-out;
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 70px;
}

.feature .icon {
    font-size: 2rem;
    animation: bounce 2s ease-in-out infinite;
}

.feature:nth-child(1) .icon { animation-delay: 0s; }
.feature:nth-child(2) .icon { animation-delay: 0.3s; }
.feature:nth-child(3) .icon { animation-delay: 0.6s; }

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

.feature .text {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--green);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

/* ========================================
   COLUMNA DERECHA - IMAGEN
======================================== */
.content-right {
    width: 100%;
    animation: fadeIn 1.2s ease-out;
}

.image-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 100%;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to top, rgba(124, 179, 66, 0.4), transparent);
    pointer-events: none;
}

/* ========================================
   ANIMACIONES
======================================== */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ========================================
   RESPONSIVE - TABLET (768px+)
======================================== */
@media (min-width: 768px) {
    .content-wrapper {
        padding: 50px 40px;
        gap: 50px;
    }

    .logo-box img {
        max-width: 350px;
    }

    .titulo-principal {
        font-size: 2.8rem;
    }

    .subtitulo {
        font-size: 1.15rem;
        padding: 0 20px;
    }

    .natural {
        font-size: 1.3rem;
    }

    .kummert {
        font-size: 1.7rem;
    }

    .feature .icon {
        font-size: 2.3rem;
    }

    .feature .text {
        font-size: 0.85rem;
    }

    .image-overlay {
        height: 100px;
    }

    .blob {
        filter: blur(50px);
    }

    .blob-1 {
        width: 350px;
        height: 350px;
    }

    .blob-2 {
        width: 300px;
        height: 300px;
    }

    .blob-3 {
        width: 250px;
        height: 250px;
    }

    .particle {
        font-size: 2rem;
        opacity: 0.3;
    }
}

/* ========================================
   RESPONSIVE - DESKTOP (1024px+)
======================================== */
@media (min-width: 1024px) {
    .content-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 60px 5vw;
        gap: 60px;
        align-items: center;
    }

    .content-left {
        animation: slideInLeft 1.2s ease-out;
    }

    .content-right {
        animation: slideInRight 1.2s ease-out;
    }

    @keyframes slideInLeft {
        from { opacity: 0; transform: translateX(-50px); }
        to { opacity: 1; transform: translateX(0); }
    }

    @keyframes slideInRight {
        from { opacity: 0; transform: translateX(50px); }
        to { opacity: 1; transform: translateX(0); }
    }

    .logo-box {
        text-align: left;
    }

    .logo-box img {
        max-width: 420px;
    }

    .text-content {
        text-align: left;
    }

    .titulo-principal {
        font-size: 3.5rem;
    }

    .subtitulo {
        font-size: 1.25rem;
        padding: 0;
    }

    .natural {
        font-size: 1.5rem;
    }

    .kummert {
        font-size: 1.9rem;
    }

    .caracteristicas {
        justify-content: flex-start;
        gap: 30px;
    }

    .image-container {
        border-radius: 20px;
    }

    .image-container:hover img {
        transform: scale(1.05);
        transition: transform 0.5s ease;
    }

    .image-overlay {
        height: 120px;
    }

    .blob {
        filter: blur(60px);
        opacity: 0.4;
    }

    .blob-1 {
        width: 450px;
        height: 450px;
    }

    .blob-2 {
        width: 380px;
        height: 380px;
    }

    .blob-3 {
        width: 320px;
        height: 320px;
    }

    .particle {
        font-size: 2.5rem;
    }
}

/* ========================================
   RESPONSIVE - DESKTOP GRANDE (1400px+)
======================================== */
@media (min-width: 1400px) {
    .content-wrapper {
        padding: 80px 8vw;
        gap: 80px;
        max-width: 1800px;
        margin: 0 auto;
    }

    .logo-box img {
        max-width: 500px;
    }

    .titulo-principal {
        font-size: 4.5rem;
    }

    .subtitulo {
        font-size: 1.4rem;
    }

    .natural {
        font-size: 1.7rem;
    }

    .kummert {
        font-size: 2.2rem;
    }

    .feature .icon {
        font-size: 2.5rem;
    }

    .feature .text {
        font-size: 0.95rem;
    }

    .image-overlay {
        height: 150px;
    }

    .blob-1 {
        width: 500px;
        height: 500px;
    }

    .blob-2 {
        width: 420px;
        height: 420px;
    }

    .blob-3 {
        width: 360px;
        height: 360px;
    }
}

/* ========================================
   RESPONSIVE - MÓVIL PEQUEÑO (360px-)
======================================== */
@media (max-width: 360px) {
    .content-wrapper {
        padding: 25px 15px;
        gap: 35px;
    }

    .logo-box img {
        max-width: 220px;
    }

    .titulo-principal {
        font-size: 1.8rem;
    }

    .subtitulo {
        font-size: 0.95rem;
    }

    .natural {
        font-size: 1rem;
    }

    .kummert {
        font-size: 1.3rem;
    }

    .caracteristicas {
        gap: 15px;
    }

    .feature {
        min-width: 60px;
    }

    .feature .icon {
        font-size: 1.8rem;
    }
}/* End custom CSS */