#seccion3 {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    background: linear-gradient(rgba(98,6,95,1), rgba(5,22,53,1));
    min-height: 100vh;
    padding: 40px clamp(1rem, 4vw, 2rem);
    overflow-x: hidden;
}

#seccion3 .section__series__general {
    width: 100%;
    max-width: 600px;
}

#seccion3 .section__series-title {
    font-family: var(--font-display);
    font-size: var(--heading-md);
    color: rgb(228, 151, 199);
    margin-top: 2rem;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#seccion3 .section__series-p {
    color: #ffffff;
    font-family: var(--font-body);
    font-size: var(--text-lg);
    text-align: justify;
    padding: 1.5rem 1rem;
    line-height: 1.6;
}

#seccion3 .section__lista-ul {
    color: #ffffff;
    font-family: var(--font-body);
    font-size: var(--text-lg);
    margin-top: 2rem;
    margin-left: 0;
    padding-left: 2rem;
}

#seccion3 .section__lista-ul li {
    padding-bottom: 3rem;
    list-style: none;
}

#seccion3 .icon-search,
#seccion3 .icon-calendar,
#seccion3 .icon-video,
#seccion3 .icon-users {
    color: rgb(228,151,199);
    padding-right: 0.8rem;
}

#seccion3 .section__images {
    width: 100%;
    max-width: 500px;
}

#seccion3 .section__images figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

#seccion3 .section__images--1 {
    width: 100%;
    max-width: 280px;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

#seccion3 .section__images .image2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#seccion3 .section__images--2 {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}
