.container-servecios-luces {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 140px 30px 80px 30px;
}

.contenedor-para-hijos {
    display: flex;
    flex-direction: row;
}

.container-fila-servi {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
    justify-content: center;
    text-align: left;
    gap: 35px;
}

.container-carrusel-ser {
    width: 70%;
}

.text-blanco-ser {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    font-family: "Anton SC", sans-serif;
    line-height: 100px;
}

.img-slider-servicios {
    width: 650px;
    border-radius: 20px;
}

.text-verde-ser {
    font-size: 60px;
    font-weight: 500;
    color: #97f800;
    font-family: "Anton SC", sans-serif;
}

.img-escenarios {
    width: 490px;
    height: 150px;
}

.btn-coti {
    background-color: #97f800;
    color: #000;
    border-radius: 10px;
    padding: 12px 40px;
    font-weight: 900;
    font-size: 20px;
    text-decoration: none;
    width: 38%;
    text-align: center;
    margin: 40px 0px 70px 0px;
}

.carrusel-wrapper2 {
    position: relative;
    max-width: 70%;
    margin: auto;
    overflow: hidden;
}

.carrusel-slide {
    display: none;
}

.carrusel-slide img {
    width: 100%;
    vertical-align: middle;
}

.carrusel-anterior,
.carrusel-siguiente {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    transition: 0.3s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.container-ancho {
    width: 100%;
}

.carrusel-anterior {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.carrusel-siguiente {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.carrusel-indicadores {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 15px;
    z-index: 2;
}

.carrusel-indicadores span {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.carrusel-indicadores .activo {
    background-color: #717171;
}

.carrusel-descripcion {
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: absolute;
    width: 100%;
    bottom: 40px;
    z-index: 2;
}

.contenedor-flecha {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -120px;
}

.contenedor-flecha2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: -80px;
    z-index: 1;
}

.flecha-servicios {
    width: 40px;
    height: 40px;
}

.carousel-container {
    overflow: hidden;
    width: 100%;
    z-index: 1;
    position: relative;
}

.carousel-track {
    display: flex;
    animation: scroll 40s linear infinite;
    align-items: center;
    gap: 50px;
    padding: 40px 20px 80px 20px;
    width: max-content;
}

.carousel-track:hover {
    animation-play-state: paused;
}

.carousel-track2 {
    display: flex;
    animation: scroll 30s linear infinite;
    align-items: center;
    gap: 50px;
    padding: 10px 0px 0px 0px;
    width: max-content;
    background-color: #37e917;
}


.cosas {
    flex: 0 0 auto;
    text-align: center;
}

.cosas img:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    z-index: 10;
}

.img-servicios {
    height: 250px;
    object-fit: contain;
    display: block;
}

.img-servicios31 {
    height: 280px;
    object-fit: contain;
    display: block;
}

.letras-pack {
    width: 280%;
    height: 350px;
    margin-left: -247px;
    margin-bottom: -181px;
}

/* Animación infinita sin cortes */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.container-btn-alguilar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 345px;
}

.container-fondo-franja {
    background-color: #000;
    background-image: url(../img/fondo2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}



/* animaicon de cintas */
.contenedor-cintas {
    position: relative;
    width: 68%;
    height: 250px;
    overflow: visible;
}

.cinta {
    position: absolute;
    width: 168%;
    height: 50px;
    background: linear-gradient(90deg, #9aff00, #62d500);
    overflow: hidden;
    display: flex;
    align-items: center;
    left: -21%;
}

/* Rotaciones para formar la X */
.cinta.izquierda {
    top: 14%;
    transform: rotate(-6deg);
}

.cinta.derecha {
    top: 7%;
    transform: rotate(7deg);
    margin-right: -19px;
}

.cinta.izquierda {
    position: absolute;
    width: 168%;
    background: linear-gradient(90deg, #75aa0e, #62d500);
    /* verde */
    overflow: hidden;
    display: flex;
    align-items: center;
    left: -21%;
}

.cinta.derecha {
    position: absolute;
    width: 168%;
    background: linear-gradient(90deg, #9dfb00, #71e300, #9dfb00);
    overflow: hidden;
    display: flex;
    align-items: center;
    left: -21%;
}


.texto {
    display: flex;
    white-space: nowrap;
    animation: mover 20s linear infinite;
    font-size: 30px;
    font-weight: 500;
    font-family: "Anton SC", sans-serif;
    color: black;
}

/* La segunda cinta se mueve en dirección contraria */
.derecha .texto {
    animation-direction: reverse;
}

.texto span {
    margin: 0 30px;
}

@keyframes mover {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


.text-servicios-147 {
    font-size: 70px !important;
    line-height: 90px;
}

.container-caja-4-array {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 140px
}

.container-caja-4-array2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-bottom: 140px;
}

.corazon-verde {
    width: 180px;
    height: 200px;
}

.oferta-pack {
    width: 490px;
    height: 800px;
    transition: all 0.4s ease;
}

/* Efecto de destello verdoso */
.oferta-pack:hover {
    filter: brightness(1.3) drop-shadow(0 0 20px #71e300);
    transform: scale(1.02);
    /* opcional, pequeño zoom */
}


.oferta-pack2 {
    width: 420px;
    height: 800px;
     transition: all 0.4s ease;
}

/* Efecto de destello verdoso */
.oferta-pack2:hover {
    filter: brightness(1.3) drop-shadow(0 0 20px #71e300);
    transform: scale(1.02);
    /* opcional, pequeño zoom */
}

.container-pack-array2 {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.corazon-horizontal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 150px;
}

.corazon-horizontal2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container-pack-array {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.container-button-10 {
    margin-top: -5 +5px;
}

.container-button-alquilar {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contenedor-sonidos-20 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}

.img-alqui-00 {
    width: 400px;
    height: 420px;
}

.img-margin {
    margin-top: 60px;
}

.brillo-img {
    width: 100%;
    height: auto;
}

.container-img-88 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container-pre-cuadro {
    display: flex;
    width: 90%;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 30px;
}

.even00 {
    width: 24%;
    height: 360px;
    transition: transform 0.3s ease;
}

.even00:hover {
    transform: scale(1.05);
}

.eventos-fbs87 {
    width: 85%;
    height: auto;
    margin-bottom: 40px;
}

/* Modal oscuro en toda la pantalla */
/* ===== MODAL FONDO ===== */
.modal-even {
  position: fixed;
  inset: 0;                 /* top:0 right:0 bottom:0 left:0 */
  width: 98%;
  height: 100%;
  display: none;            /* se activa con JS a flex */
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.8);
  backdrop-filter: blur(3px);
  z-index: 9999;
  padding: 20px;
}

/* ===== VIDEO DENTRO DEL MODAL ===== */
.modal-even video {
  width: min(900px, 95vw);  /* máximo 900px o 95% del ancho */
  height: auto;
  max-height: 85vh;         /* no se pasa del alto de pantalla */
  border-radius: 12px;
  background: #000;
  box-shadow: 0 10px 40px rgba(0,0,0,0.6);
  outline: none;
}

/* ===== BOTÓN CERRAR ===== */
.modal-even .close {
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  user-select: none;
  transition: transform 0.15s ease, opacity 0.15s ease;
  opacity: 0.9;
}

.modal-even .close:hover {
  transform: scale(1.1);
  opacity: 1;
}

/* ===== (OPCIONAL) animación suave al abrir ===== */
.modal-even {
  animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}




@media (max-width: 500px) {
    .container-servecios-luces {
        flex-direction: column;
        padding: 100px 20px 20px 20px;
        gap: 30px;
    }

    .container-fila-servi {
        width: 100%;
    }


    .container-carrusel-ser {
        width: 100%;
        margin-top: 40px;
    }

    .img-escenarios {
        width: 360px;
        height: 120px;
    }

    .carrusel-wrapper2 {
        max-width: 90%;
    }

    .container-cosas-ser {
        flex-direction: column;
    }

    .text-verde-ser {
        font-size: 32px;
    }

    .carousel-track {
        animation-duration: 30s;
        gap: 30px;
        margin: 0px;
        padding: 40px 0px;
    }

    .img-servicios {
        height: 180px;
        /* más bajo para móviles */
    }

    .text-blanco-ser {
        font-size: 32px;
        line-height: 41px;
    }

    .cinta {
        height: 28px;
    }

    .texto {
        font-size: 16px;
    }

    .cinta.izquierda {
        top: 14%;
        transform: rotate(-9deg);
        margin-top: -9px;
    }

    .cinta.derecha {
        top: 7%;
        transform: rotate(8deg);
        margin-right: -19px;
    }

    .btn-coti {
        width: 40%;
        font-size: 14px;
        padding: 5px 20px;
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .contenedor-flecha2 {
        margin-top: 20px;
        margin-bottom: 20px;

    }

    .contenedor-flecha {
        margin-top: -170px;
    }

    .img-slider-servicios {
        margin-bottom: 20px;
    }

    .contenedor-para-hijos {
        flex-direction: column;
    }

    .container-btn-alguilar {
        padding-left: 0px;
        justify-content: center;
        align-items: center;
    }

    .text-servicios-147 {
        font-size: 45px !important;
        line-height: 50px;
    }

    .img-servicios31 {
        height: 225px;
    }

    .letras-pack {
        height: 130px;
        margin-bottom: 0px;
    }

    .corazon-verde {
        width: 50px;
        height: 100px;
    }

    .oferta-pack {
        width: 240px;
        height: 400px;
    }

    .container-pack-array {
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin-top: 15px;
    }

    .container-button-10 {
        margin-top: -50px;
    }

    .container-pack-array2 {
        flex-direction: column;
        gap: 50px;
    }

    .oferta-pack2 {
        width: 351px;
        height: 700px;
    }

    .cosas {
        MARGIN: 20px 0px 40px 0px;
    }

    .corazon-horizontal {
        padding-top: 10px;
    }


    .container-caja-4-array {
        margin-bottom: 50px;
    }

    .contenedor-sonidos-20 {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .img-alqui-00 {
        width: 75%;
        height: 280px;
    }

    .container-img-88 {
        display: none;
    }

    .even00 {
        width: 280px;
        height: 280px;
    }

    .close {
    top: 85px;
    }

    .modal-content{
        width: 80%;
    }

    .img-margin {
     margin-top: 0px;
}

.brillo-img {
    margin-top: 40px;
}

.brillo-img2 {
    margin-top: 0px!important;
}

}

@media (min-width: 1441px) and (max-width: 1600px) {



    .oferta-pack2 {
        width: 350px;
        height: 600px;
    }

    .img-alqui-00 {
        width: 340px;
        height: 390px;
    }


}