.elementor-1377 .elementor-element.elementor-element-a8d7423{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-a8d7423 */.gvg-story {
    --forest: #2d4a1c;
    --forest-dark: #1a2e10;
    --gold: #c9a962;
    --gold-light: #dbc07a;
    --cream: #faf8f5;
    --cream-dark: #f0ebe3;
    --text: #2a2a2a;
    --text-muted: #6b6b6b;

    font-family: 'Inter', sans-serif;
    color: var(--text);
    background: var(--cream);
    line-height: 1.6;
    overflow-x: hidden;
}

.gvg-story,
.gvg-story * {
    box-sizing: border-box;
}

.gvg-story h1,
.gvg-story h2,
.gvg-story h3,
.gvg-story p {
    margin-top: 0;
}

/* HERO */
.gvg-story .hero-history {
    background: linear-gradient(rgba(26, 46, 16, 0.5), rgba(26, 46, 16, 0.85)), 
                url('https://valledelgeneral.com/wp-content/uploads/2026/05/historia.jpg') center/cover;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8rem 2rem 4rem;
    color: white;
}

.gvg-story .hero-history-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    color: white;
    margin-bottom: 1rem;
}

.gvg-story .hero-history-content h1 span {
    color: var(--gold);
    font-style: italic;
}

.gvg-story .hero-history-content p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto;
}

/* FOUNDERS */
.gvg-story .founders-section {
    padding: 6rem 3rem;
    background: var(--cream);
}

.gvg-story .founders-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 5rem;
    align-items: center;
}

.gvg-story .founders-content .section-label {
    display: inline-block;
    color: var(--gold);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 3rem;
}

.gvg-story .founders-content .section-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 2rem;
    height: 2px;
    background: var(--gold);
}

.gvg-story .founders-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    color: var(--forest);
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.gvg-story .founders-content p {
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.9;
    margin-bottom: 1.5rem;
}

.gvg-story .founders-content p strong {
    color: var(--text);
}

.gvg-story .founders-visual {
    position: relative;
}

.gvg-story .founders-img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

.gvg-story .founders-accent {
    position: absolute;
    bottom: -2rem;
    right: -2rem;
    width: 180px;
    height: 180px;
    border: 3px solid var(--gold);
    border-radius: 20px;
    z-index: 0;
}

/* TIMELINE */
.gvg-story .timeline-section {
    padding: 8rem 3rem;
    background: var(--cream-dark);
}

.gvg-story .timeline-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 5rem;
}

.gvg-story .timeline-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    color: var(--forest);
}

.gvg-story .timeline-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.gvg-story .timeline-container::after {
    content: '';
    position: absolute;
    width: 2px;
    background: var(--gold);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    opacity: 0.5;
}

.gvg-story .timeline-block {
    position: relative;
    margin-bottom: 4rem;
    width: 50%;
    padding: 0 3rem;
}

.gvg-story .timeline-block-left {
    left: 0;
    text-align: right;
}

.gvg-story .timeline-block-right {
    left: 50%;
    text-align: left;
}

.gvg-story .timeline-pointer {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--forest);
    border: 4px solid var(--gold);
    top: 25px;
    z-index: 10;
}

.gvg-story .timeline-block-left .timeline-pointer {
    right: -10px;
}

.gvg-story .timeline-block-right .timeline-pointer {
    left: -10px;
}

.gvg-story .timeline-card {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.gvg-story .timeline-card:hover {
    transform: translateY(-5px);
}

.gvg-story .timeline-year {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 0.5rem;
    display: block;
}

.gvg-story .timeline-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: var(--forest);
    margin-bottom: 1rem;
}

.gvg-story .timeline-card p {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.7;
}

/* ROOTS */
.gvg-story .roots-showcase-section {
    padding: 6rem 3rem 2rem;
    background: var(--cream);
}

.gvg-story .roots-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 5rem;
    align-items: center;
}

.gvg-story .roots-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    color: var(--forest);
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.gvg-story .roots-text h2 span {
    color: var(--gold);
}

.gvg-story .roots-text p {
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.9;
}

.gvg-story .roots-visual img {
    width: 100%;
    height: auto;
    max-height: 550px;
    object-fit: contain;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

/* LEGACY */
.gvg-story .legacy-section {
    padding: 8rem 3rem;
    background: var(--forest);
    color: white;
    position: relative;
}

.gvg-story .legacy-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.gvg-story .legacy-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    color: var(--gold);
    margin-bottom: 1.5rem;
}

.gvg-story .legacy-text p {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.gvg-story .legacy-visual img {
    width: 100%;
    height: auto;
    max-height: 550px;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

/* CTA */
.gvg-story .cta-section {
    padding: 6rem 3rem;
    background: linear-gradient(135deg, var(--forest-dark) 0%, var(--forest) 100%);
    position: relative;
    overflow: hidden;
}

.gvg-story .cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url('https://valledelgeneral.com/wp-content/uploads/2026/01/rest2.jpg') center/cover;
    opacity: 0.15;
    mask-image: linear-gradient(to left, black 30%, transparent 100%);
    -webkit-mask-image: linear-gradient(to left, black 30%, transparent 100%);
}

.gvg-story .cta-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.gvg-story .cta-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    color: white;
    margin-bottom: 0.75rem;
}

.gvg-story .cta-text h2 span {
    color: var(--gold);
}

.gvg-story .cta-text p {
    color: rgba(255,255,255,0.7);
    font-size: 1.05rem;
}

.gvg-story .cta-buttons {
    display: flex;
    gap: 1rem;
}

.gvg-story .btn-cta-white {
    background: white;
    color: var(--forest-dark);
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.gvg-story .btn-cta-white:hover {
    background: var(--gold);
    transform: translateY(-2px);
}

.gvg-story .btn-outline {
    background: transparent;
    color: white;
    padding: 0.85rem 1.75rem;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
    font-size: 0.9rem;
    border: 1px solid rgba(255,255,255,0.3);
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.gvg-story .btn-outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.5);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .gvg-story .founders-wrapper,
    .gvg-story .roots-wrapper,
    .gvg-story .legacy-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .gvg-story .founders-content {
        text-align: left;
    }

    .gvg-story .founders-accent {
        display: none;
    }

    .gvg-story .timeline-container::after {
        left: 20px;
    }

    .gvg-story .timeline-block {
        width: 100%;
        padding-left: 3.5rem;
        padding-right: 0;
        text-align: left;
    }

    .gvg-story .timeline-block-right {
        left: 0;
    }

    .gvg-story .timeline-pointer {
        left: 10px !important;
    }
}

@media (max-width: 768px) {
    .gvg-story .founders-section,
    .gvg-story .timeline-section,
    .gvg-story .roots-showcase-section,
    .gvg-story .legacy-section,
    .gvg-story .cta-section {
        padding: 4rem 1.5rem;
    }

    .gvg-story .cta-content {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }

    .gvg-story .cta-buttons {
        flex-direction: column;
    }
}
/* Ajustes extra para mejorar responsive en Elementor */

.gvg-story img {
    max-width: 100%;
    height: auto;
    display: block;
}

.gvg-story section {
    width: 100%;
}

.gvg-story .founders-wrapper,
.gvg-story .roots-wrapper,
.gvg-story .legacy-wrapper,
.gvg-story .timeline-container,
.gvg-story .cta-content {
    width: 100%;
}

/* Evita desbordes en textos largos */
.gvg-story h1,
.gvg-story h2,
.gvg-story h3,
.gvg-story p,
.gvg-story a,
.gvg-story span {
    overflow-wrap: break-word;
}

/* Mejor ajuste para celulares pequeños */
@media (max-width: 480px) {
    .gvg-story .hero-history {
        min-height: 50vh;
        padding: 5rem 1rem 3rem;
    }

    .gvg-story .hero-history-content h1 {
        font-size: 2.4rem;
    }

    .gvg-story .hero-history-content p {
        font-size: 1rem;
    }

    .gvg-story .timeline-card {
        padding: 1.5rem;
    }

    .gvg-story .timeline-year {
        font-size: 2rem;
    }

    .gvg-story .founders-section,
    .gvg-story .timeline-section,
    .gvg-story .roots-showcase-section,
    .gvg-story .legacy-section,
    .gvg-story .cta-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .gvg-story .btn-cta-white,
    .gvg-story .btn-outline {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}/* End custom CSS */