.sections {
    background:
        linear-gradient(to bottom, rgba(233, 30, 99, 1) 0%, rgba(233, 30, 99, 0.7) 100%),
        url(/public/assets/images/background.png);
    padding: 60px 0;
    border-top: 5px solid var(--yellow-550);
    box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
}

.section-2 {
    padding: 60px 20px;
}

.section-3 {
    padding: 60px 20px;
}

.seccion-palcos h2,
.seccion-palcos h1 {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}


.section-img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;

    img {
        margin-top: 12px;
        border-radius: 20px;
        width: 100%;
    }
}

.section-title,
.section-description {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;

    font-weight: 800;
    text-align: center;
    color: var(--white);
}

.section-title-2 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;

    font-weight: 800;
    text-align: center;
    color: var(--yellow-100);
}

.section-title-3 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;

    font-weight: 800;
    text-align: center;
    color: var(--yellow-100);
}

.section-subtitle {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    color: var(--white);
}

.info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    padding: 10px;
    margin-top: 60px;
    margin-bottom: 60px;
}