.container-orquesta {
    background-color: #000;
    background-image: url(../img/fondo-orquesta.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 110px 30px 0px 30px;
}

.container-horizontal {
    display: flex;
    flex-direction: row;
    width: auto;
    justify-content: center;
    align-items: center;
}

.container-orquesta2 {
    background-color: #000;
    background-image: url(../img/fondo-orquesta.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px 0px;
}

.container-orquesta3 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.text-naranja {
    font-size: 75px;
    font-weight: 500;
    font-family: "Anton SC", sans-serif;
    background: linear-gradient(90deg, #f59502, #fee530, #f59502);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-blanco-ser2 {
    color: #fff;
    font-size: 75px;
    font-weight: 500;
    font-family: "Anton SC", sans-serif;
    line-height: 90px;
}

.container-btn-contactanos-or {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-track3 {
    display: flex;
    animation: scroll 30s linear infinite;
    align-items: center;
    gap: 50px;
    padding: 10px 0px 0px 0px;
    width: max-content;
    background: linear-gradient(90deg, #f59502, #fee530, #f59502);
}

.contenedor-or {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cinta2 {
    position: absolute;
    width: 168%;
    height: 50px;
    background: linear-gradient(90deg, #f59502, #fee530, #f59502) !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    left: -21%;
}

.container-fondo-franja2 {
    background-color: #000;
    background-image: url(../img/fondo-or2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.texto2 {
    color: #5a0414 !important;
}

.text-naranja2 {
    background: linear-gradient(90deg, #f59502, #fee530, #f59502);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tex-ofrecemos2 {
    background: linear-gradient(90deg, #f59502, #fee530, #f59502) !important;
}

.img-evento2 {
    height: 90px;
}

.img-chicas {
    width: 70%;
    z-index: 1;
}

.text-naranja2 {
    font-size: 80px;
    font-weight: 500;
    font-family: "Anton SC", sans-serif;
    background: linear-gradient(90deg, #f59502, #fee530, #f59502);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-blanco-ser-or {
    color: #fff;
    font-size: 70px;
    font-weight: 500;
    font-family: "Anton SC", sans-serif;
    line-height: 80px;
}

.text-blanco-ser-ofrecemos {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    font-family: "Anton SC", sans-serif;
    line-height: 100px;
}

.slider-container {
    position: relative;
    width: 716px;
    height: 528px;
    overflow: hidden;
    border-radius: 20px;
    margin: 40px auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: space-between;
}

.slider-images {
    display: flex;
    transition: transform 0.6s ease-in-out;
}

.slider-images img {
    width: 100%;
    height: 95%;
    object-fit: cover;
    /* mantiene proporciones sin deformar */
    flex-shrink: 0;
    /* evita que se encojan */
}

/* Botones */
.prev,
.next {
    position: absolute;
    top: 50%;
    width: 50px;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
}

.prev:hover,
.next:hover {
    background-color: transparent;
}

.slider-wrapper {
    position: relative;
}

.prev,
.next {
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    z-index: 1;
}

.prev {
    left: 20%;
}

.next {
    left: 23%;
}


.flecha-158 {
    width: 50px;
    height: 50px;
}

.text-50 {
    font-size: 60px !important;
}

.container-presentaciones {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.presentaciones {
    width: 70%;
}

.container-img-presentaciones {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: end;
    margin-top: 60px;
}

.container-img-presentaciones2 {
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: end;
}

.container-img-presentaciones3 {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -33px;
}

.img-concierto {
    width: 57%;
    height: 350px;
    margin-right: -200px;
}

.img-concierto2 {
    width: 41%;
    height: 350px;
}

.linea-or {
    width: 100%;
    height: 120px;
}

@media (max-width:500px) {

    .container-orquesta {
        flex-direction: column;
        padding: 100px 20px 0px 20px;
        text-align: center;
    }

    .text-naranja,
    .text-blanco-ser2 {
        font-size: 42px;
        line-height: 50px;
    }

    .cantante {
        width: 78%;
        margin-top: 30px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .img-evento2 {
        height: 60px;
    }

    .container-footer-or {
        flex-direction: column;
        margin-top: -25PX;
    }

    .container-orquesta3 {
        flex-direction: column;
    }

    .contenedor-or {
        width: 100%;
    }

    .img-chicas {
        width: 90%;
        margin-top: 35px;
    }

    .container-orquesta2 {
        padding: 40px 0px;
    }

    .text-blanco-ser-or {
        font-size: 33px;
        line-height: 40px;
    }

    .text-naranja2 {
        font-size: 24px;
    }

    .text-blanco-ser-ofrecemos {
        font-size: 24px;
        line-height: 32px;
    }

    .slider-container {
        width: 100%;
        height: 290px;
        z-index: 1;
    }

    .next {
        left: 83%;
    }

    .flecha-158 {
        width: 40px;
        height: 40px;
    }

    .prev,
    .next {
        top: 41%;
    }

    .prev {
        left: -7px;
    }

    .container-horizontal {
        flex-direction: column;
    }

    .text-50 {
        font-size: 24px !important;
    }

    .linea-or {
        width: 60%;
        height: 85px;
    }

    .img-concierto {
        width: 250px;
        height: 220px;
        margin-left: -70px;
    }

     .img-concierto2 {
        width: 280px;
        height: 220px;
    }

}

@media (min-width: 1441px) and (max-width: 1600px) {

    .text-naranja2 {
        font-size: 70px;
        line-height: 80px;
    }

    .text-blanco-ser-or {
        font-size: 54px;
        line-height: 68px;
    }

    .img-concierto {
        width: 65%;
    }

    .img-concierto2 {
        width: 50%;
    }

    .prev {
        left: 19%;
    }
}