/*
Theme Name: LotoFlex Bello
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
# Header
# Content
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
.page-historia {
    font-family: sans-serif;
    color: var(--lfx-text);
    background-color: var(--lfx-bg);
}
.historia-main-title {
    font-size: 4em;
    margin-bottom: 2em;
    text-align: center;
    font-weight: bold;
}

.historia-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}premios-message

.historia-main-title {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 60px;
    color: var(--lfx-text);
    font-weight: 600;
}

.timeline {
    position: relative;
    padding-left: 150px; 
}

.timeline::before {
    content: '';
    position: absolute;
    left: 100px;
    top: 15px;
    bottom: 15px;
    width: 3px;
    background-color: var(--lfx-border);
}

.timeline-item {
    position: relative;
    margin-bottom: 50px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-dot {
    position: absolute;
    left: -58px;
    top: 5px;
    width: 15px;
    height: 15px;
    background-color: var(--lfx-primary);
    border-radius: 50%;
    border: 3px solid var(--lfx-surface);
    z-index: 1;
}

.timeline-year {
    position: absolute;
    left: -210px;
    top: -30px;
    width: 120px;
    text-align: right;
    font-size: 3.8em;
    font-weight: bold;
    color: var(--lfx-text);
}

.timeline-content {
    background-color: var(--lfx-surface);
    padding: 20px;
    border-radius: 8px;
}

.historia-image {
    text-align: left;
    margin-bottom: 20px;
}

.historia-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.historia-title {
    font-size: 1.6em;
    margin-bottom: 15px;
    color: var(--lfx-text);
    font-weight: 600;
}

.timeline-content p {
    line-height: 1.7;
    margin-bottom: 10px;
    color: var(--lfx-text-muted);
}

.image-caption {
    font-style: italic;
    color: var(--lfx-text-muted);
    margin-top: 10px;
    font-size: 0.9em;
    text-align: center;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .timeline {
        padding-left: 20px;
    }

    .timeline::before {
        left: 0;
    }

    .timeline-item {
        padding-left: 25px;
    }

    .timeline-dot {
        left: -8px;
        top: 20px;
    }

    .premios-images img {
        max-width: 150px;
    }

    .timeline-year {
        position: static;
        width: auto;
        text-align: left;
        font-size: 2.5em;
        margin-bottom: 10px;
    }
}

.timeline-content.premios-content {
    background-color: var(--lfx-surface-2);
    text-align: center;
    padding: 30px 20px;
}

.premios-images {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.premios-images img {
    width: 250px;
    height: auto;
}

.premios-message {
    font-size: 1.4em;
    font-weight: bold;
    color: var(--lfx-text);
    margin: 0;
} 