* {
    margin: 0px;
    padding: 0px;
}

html {
    scroll-behavior: smooth;
}


body {
    font-family: 'Poppins', sans-serif;
}



.container-cabecera {
    display: flex;
    flex-direction: row;
    background-image: url(../img/cabecera.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    flex-direction: row;
    height: 60px;
}

.icon-redes {
    width: 32px;
    height: 32px;
}

.text-header-cabecera {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 550;
    text-shadow: 2px 2px 6px #008507;
}

.container-conten1 {
    width: 38%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.container-conten2 {
    width: 20%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.container-conten3 {
    width: 40%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.container-test-celular {
    display: none;
}

.container-text-correo {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 10px;
}

.container-redes-header {
    margin-left: 20px;
}

.text-correo {
    color: #fff;
    font-size: 14px;
}

.number-wha {
    color: #fff;
    font-size: 14px;
}

.icon-wha {
    width: 20px;
    height: 20px;
}

.icon-correo {
    width: 32px;
    height: 18px;
}

.icon-redes {
    width: 32px;
    height: 32px;
}

.container-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    /* padding: 10px; */
    position: relative;
    /* padding-top: 20px; */
}

.logo-fbs {
    width: 130px;
    height: 50px;
}

.container-nav {
    display: flex;
    flex-direction: row;
    font-weight: bold;
}

.container-nav a {
    position: relative;
    cursor: pointer;
    padding-bottom: 5px;
    text-decoration: none;
    color: #000;

    /* espacio para la línea */
}

.container-nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: green;
    transition: width 0.3s ease;
}

.container-nav a:hover::after {
    width: 100%;
}

.container {
    position: relative;
    padding-bottom: 50px;
    background-image: url(../img/fondo1.webp);
    background-repeat: no-repeat;
    background-position: right;
}

.container-nav a.logo-link::after {
    display: none;
    /* elimina la línea verde */
}



/* Hide the images by default */
.mySlides {
    height: 560px;
    overflow: hidden;
    display: none;
    position: relative;
    padding: 60px 20px 0px 20px;
    border-radius: 40px;
}

.mySlides img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 40px;
}

.mySlides video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 40px;
}




.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    margin: 0px 20px;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: #4CAF50;
    /* verde */
}

.container-botones {
    text-align: center;
    justify-content: center;
    display: flex;
    background-color: transparent;
    margin-top: -20px;
    z-index: 1;
    position: absolute;
    width: 100%;
}

.slide-caption {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
    font-weight: 500;
    background-color: #222;
    padding: 15px;
    margin-top: -5px;
}

/* fin de slider */


/* eventos sociales */
.video-carousel-container {
    overflow: hidden;
    position: relative;
    width: 90%;
}

.video-carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}

.video-card {
    flex: 0 0 calc(100% / 2);
    margin-right: 20px;
    flex-shrink: 0;
}

.video-card:hover {
    transform: scale(1.03);
}

.video-card img {
    width: 93%;
    border-radius: 30px;
    display: block;
}

.video-title {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    font-size: 1rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Flechas */
.video-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #a2fb0d;
    color: #000;
    font-size: 2rem;
    border: none;
    width: 40px;
    border-radius: 30%;
    cursor: pointer;
    z-index: 1;
}

.video-arrow:hover {
    opacity: 1;
}

.video-arrow.left {
    left: 10px;
}

.video-arrow.right {
    right: 10px;
}

/* Modal */
.video-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}

.video-modal-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    aspect-ratio: 16/9;
}

.video-modal-content iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.video-close-btn {
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: red;
    color: white;
    border: none;
    font-size: 24px;
    border-radius: 50%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 5px #000;
}

/* cierre eventos */



.title-fbs {
    font-weight: 900;
    color: #1d1d1b;
    font-size: 70px;
    font-family: "Montserrat", sans-serif;
}

.container-eventos-sociales {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 60px 0px 100px 0px;
    gap: 30px;
    background-position: center;
    background: radial-gradient(circle at center, #000000 40%, #1a3d00 100%);

}

.fbs-mejor-opcion {
    background-color: #34ec14;
    background-image: url(../img/fondo-verde.webp);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    flex-direction: column;
}

.text-fbs {
    color: #000;
    font-size: 60px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
}

.text-mejor {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
}

.text-testimonio {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 40px;
}

.container-mejor {
    display: flex;
    flex-direction: column;
    background-image: url(../img/fondo-mejor.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: transparent;
    margin-top: -60px;
    padding-top: 70px;
}


.container-mejor-filas {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    justify-content: center;
}

.equipo-sonido {
    width: 920px;
    height: 765px;
    margin-top: 40px;
    margin-bottom: -27px;
}

.img-cuadro {
    width: 340px;
    height: 210px;
}


.fila3 {
    width: 40%;
    padding: 0px 0px 0px 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.text-color-fila3 {
    font-family: "Anton SC", sans-serif;
    color: #fff;
    font-size: 64px;
    line-height: 70px;
}

.fila-carru {
    width: 60%;
}

.btn-alquilar {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    background: rgba(82, 255, 0, 0.15);
    border: 2px solid rgba(100, 255, 0, 0.6);
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 15px rgba(82, 255, 0, 0.4);
    backdrop-filter: blur(5px);
    text-decoration: none;
}

.btn-alquilar span {
    position: relative;
    display: inline-block;
    text-shadow: 0 0 6px rgba(100, 255, 0, 0.6);
}

/* Efecto "glitch" */
.btn-alquilar span::before,
.btn-alquilar span::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    opacity: 0;
    filter: blur(1px);
    transition: all 0.3s ease;
}

.btn-alquilar span::before {
    top: -2px;
    color: #aaff00;
    animation: glitchGreen 2s infinite;
}

.btn-alquilar span::after {
    bottom: -2px;
    color: #00ff66;
    animation: glitchGreen 2s infinite reverse;
}

/* Línea de escaneo */
.btn-alquilar::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right,
            transparent,
            rgba(100, 255, 0, 0.8),
            transparent);
    top: -10%;
    animation: scanGreen 2s linear infinite;
    filter: blur(1px);
}

/* Hover */
.btn-alquilar:hover {
    background: rgba(82, 255, 0, 0.25);
    box-shadow: 0 0 40px rgba(100, 255, 0, 0.8);
    transform: scale(1.05);
}

/* Animaciones */
@keyframes glitchGreen {

    0%,
    100% {
        transform: translateX(0);
        opacity: 0.3;
    }

    20% {
        transform: translateX(-4px);
        opacity: 0.6;
    }

    40% {
        transform: translateX(4px);
        opacity: 0.8;
    }

    60% {
        transform: translateX(-2px);
        opacity: 0.5;
    }

    80% {
        transform: translateX(2px);
        opacity: 0.3;
    }
}

@keyframes scanGreen {
    0% {
        top: -10%;
    }

    100% {
        top: 110%;
    }
}




/* testimonios */
.carrusel-testimonios {
    text-align: center;
    overflow: hidden;
    background-color: #000;
    background-image: url(../img/fondo2.webp);
    padding: 100px 0px 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.carrusel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 100%;
    margin-bottom: 80px;
}

.carrusel-contenedor {
    overflow: hidden;
    width: 100%;
}

.carrusel-track {
    display: flex;
    transition: transform 0.8s ease-in-out;
}


.carrusel-item {
    flex: 0 0 calc(64% / 4);
    box-sizing: border-box;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-servicios-2025 {
    width: 48%;
    height: 400px;
    margin-right: 80px;
}



.contenido2 {
    background: #fff;
    background-image: url(../img/caja-textura.webp);
    padding: 30px 15px;
    border-radius: 12px;
    width: 70%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-nav {
    width: 70%;
    background-color: #fff;
    height: 70px;
    text-align: center;
    justify-content: space-around;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 40px;
    z-index: 20;
    position: fixed;
    top: 20px;
}


.carrusel-prev,
.carrusel-next {
    background: transparent;
    border: 0px;
    font-size: 21px;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    z-index: 2;
}

.carrusel-prev:focus,
.carrusel-next:focus {
    outline: none;
}

.container-nav a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    position: relative;
    padding: 6px 12px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}

.container-nav a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #000000;
    z-index: -1;
    transition: width 0.3s ease;
}

.container-nav a:hover {
    color: #a2fb12;
}

.container-nav a:hover::after {
    width: 100%;
}


.menu-toggle {
    font-size: 30px;
    cursor: pointer;
    display: none;
}

/* MENÚ MÓVIL */
.mobile-nav {
    flex-direction: column;
    background-color: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    width: 90%;
    display: none;
    padding: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.mobile-nav a {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

#logo-movile {
    display: none;
}


/* Desktop */
/* Desktop */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    cursor: pointer;
}

/* Contenedor del submenú */
.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    top: 100%;
    left: 0;
    z-index: 10;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    transition-delay: 0.3s;
    border-radius: 15px;

}

/* Items del submenú con efecto animado */
.dropdown-menu a {
    display: block;
    padding: 10px;
    color: white;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
    transition: color 0.3s ease;
    border-radius: 20px;
}

.dropdown-menu a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: green;
    z-index: -1;
    transition: width 0.3s ease;
}

.dropdown-menu a:hover {
    color: white;
}

.dropdown-menu a:hover::after {
    width: 100%;
}

/* Mostrar submenú en desktop */
.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    /* aparece al instante */
}




/* Mobile */
.mobile-nav .dropdown {
    display: flex;
    flex-direction: column;
}

.mobile-nav .dropdown-menu {
    display: none;
    flex-direction: column;
    padding-left: 20px;
}

.mobile-nav .dropdown.active .dropdown-menu {
    display: flex;
}

.mobile-nav.show {
    display: flex;
}

/* Alinea todos los enlaces del nav */
.container-nav a,
.dropdown-toggle {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
}

/* Asegura que el botón servicios se vea igual */
.dropdown {
    position: relative;
}

.dropdown-toggle {
    cursor: pointer;
}



.img-flecha {
    width: 25%;
}

.container-servicios-2025 {
    display: flex;
    flex-direction: column;
    text-align: left;

}

.arrow-testimonios {
    width: 60px;
    height: 60px;
}

.boton-musica {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ff6600;
    color: white;
    border: none;
    padding: 12px 16px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    z-index: 9999;
}


.testimo-img {
    height: 400px;
}

.container-ofrecemos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tex-ofrecemos {
    color: #000;
    border-radius: 20px;
    background-color: #8df200;
    font-family: "Anton SC", sans-serif;
    font-size: 20px;
    padding: 4px 10px;
    margin-bottom: 10px;
}

.text-blanco-ofre {
    color: #fff;
    width: 580px;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
}

.container-mejor-filas2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: flex-start;
    justify-content: center;
    padding-left: 60px;
}

.container-mejor-filas3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: flex-end;
    justify-content: center;
    padding-right: 60px;
}

.container-boton-contactanos {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    z-index: 10;
    position: absolute;
    margin-top: -140px;
}

.img-contactos-2025 {
    width: 300px;
    height: 80px;
    z-index: 1;
    position: relative;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

/* Botón del menú */
.menu-btn {
    position: fixed;
    top: 15px;
    right: 15px;
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 16px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10001;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid #fff;
    display: none;
}

/* Fondo del menú fullscreen */
.menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #000;
    transition: 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 1000;
    font-family: 'Montserrat', sans-serif;
}

.menu.active {
    left: 0;
}

/* Estilos de botones */
.menu>a {
    display: block;
    width: 80%;
    text-align: center;
    margin: 8px 0;
    padding: 15px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    /*clip-path: polygon(0% 30%, 100% -600%, 100% 100%, 0 100%);*/
    background: linear-gradient(135deg, #4CAF50 0%, #37e917 50%, #27b30f 100%);
    font-family: 'Montserrat', sans-serif;
    border-radius: 10px;
}

/* Submenú */
.submenu {
    display: none;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-top: -8px;
}

.submenu a {
    display: block;
    width: 75%;
    text-align: center;
    padding: 12px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    background: linear-gradient(135deg, #4b8f4e 0%, #37e917 50%, #27b30f 100%);
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.submenu-secundario {
    background: linear-gradient(135deg, #37e917 0%, #1eaf05 30%, #37e917 100%) !important;
}

.submenu.active {
    display: flex;
}

.footer {
    margin-top: 30px;
    font-size: 18px;
    color: #002288;
}

.logo-vs {
    width: 300px;
    height: 40px;
}

.arrow-icon {
    width: 16px;
    height: 9px;
    margin-left: 6px;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

.arrow-icon.open {
    transform: rotate(180deg);
}

.cantante {
    width: 63%;
    margin-top: 40px;
    z-index: 1;
    margin-right: -266px;
    margin-left: 74px;
}

.btn-contactanos-147 {
    margin-top: 20px;
}


@media (max-width: 768px) {
    .carrusel-item {
        flex: 0 0 100%;
    }
}

.menu-btn {
    font-size: 18px;
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #000;
}

.menu-btn:active {
    transform: scale(0.9);
}

.horizontal-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.cajas-text {
    width: 520px;
    height: 345px;
}

.img-equipos147 {
    width: 53%;
    height: 745px;
}

.img-equipos1478 {
    width: 53%;
    height: 775px;
}

.img-equipos1479 {
    width: 58%;
    height: 745px;
}

.img-equipos1477 {
    width: 53%;
    height: 795px;
}

.horizontal-container2 {
    display: none;
    flex-direction: column;
}

@media (max-width: 500px) {

    .mySlides {
        height: 300px;
        padding: 0px;
        padding-top: 100px;
        border-radius: 0px;
    }

    .mySlides video {
        border-radius: 0px;
    }


    .text-mejor,
    .text-testimonio {
        font-size: 40px;
        text-align: center;
        text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);

    }

    .title-fbs,
    .text-fbs {
        font-size: 40px;
        text-align: center;

    }

    .grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .img-cuadro {
        width: 80%;
        height: 150px;
    }

    .equipo-sonido {
        width: 130px;
        height: 160px;
        display: none;
    }


    .container-mejor-filas {
        padding: 0px;
        gap: 15px;
        margin-bottom: 8px;
    }

    .container-mejor {
        padding: 80px 20px 40px 20px;
        flex-direction: column;
        background-size: contain;
    }

    .carrusel-testimonios {
        padding: 0px;
    }

    .carrusel-wrapper {
        display: none;
    }

    .text-blanco-footer {
        margin-bottom: 10px;
    }

    .desktop-nav {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .mobile-nav.show {
        display: flex;
    }

    .logo-fbs {
        width: 200px;
        height: 80px;
        margin-bottom: 10px;
    }

    .container-cabecera {
        display: none;
    }

    .video-carousel-container {
        width: 100%;
        padding: 0px;
    }

    .video-card {
        flex: 0 0 calc(100% / 1);
    }

    .container-header {
        padding: 0px;
        position: fixed;
        Z-INDEX: 10;
        width: 100%;
        margin-bottom: -10PX;
        background-image: none;
        background-color: transparent;
    }

    .menu-toggle {
        display: block;
        color: #fff;
    }

    .container-nav {
        display: none;
        /* ocultar nav principal en móvil */
    }

    #logo-movile {
        display: block;
        margin-top: -10px;
    }

    .img-flecha {
        display: none;
    }

    .container-title-eventos-img {
        justify-content: center;
    }

    .contenido p {
        font-size: 13px;
    }

    .contenido2 {
        font-size: 13px;
    }

    .boton-musica {
        width: 200px;
        height: 80px;
        padding: 12px 16px;
    }

    .arrow-testimonios {
        width: 40px;
        height: 40px;
    }

    .img-contactos-2025 {
        width: 232px;
        height: 56px;
    }

    img.img-evento {
        width: 100%;
        height: 45px;
    }

    .container-eventos-sociales {
        flex-direction: column;
        padding: 50px 40px 100px 40px;
    }

    .fila3 {
        width: 100%;
        padding: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .btn-alquilar {
        font-size: 16px;
        margin-top: 25px;
    }

    .container-mejor-filas2 {
        width: 87%;
        gap: 15px;
    }

    .container-mejor-filas3 {
        width: 80%;
        gap: 15px;
    }

    .text-color-fila3 {
        text-align: center;
        font-size: 35px;
        line-height: 40px;
    }

    .fila-carru {
        width: 100%;
    }

    .video-arrow {
        width: 30px;
        height: 32px;
        font-size: 19px;
    }

    .testimo-img {
        width: 190px;
        height: 270px;
    }

    .carrusel-next {
        margin-right: 20px;
    }

    .carrusel-prev {
        margin-left: 20px;
    }

    .container-ofrecemos {
        margin-top: 30px;
    }

    .text-verde-ser,
    .text-blanco-ser,
    .text-naranja2 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }

    .text-blanco-ofre {
        font-size: 13px;
        padding: 0px 15px;
        width: 350px;
    }

    .img-servicios-2025 {
        width: 74%;
        height: auto;
        margin-right: 0px;
    }

    .container-boton-contactanos {
        z-index: 0;
        margin-top: -77px;
    }

    div#dots-container {
        display: none;
    }

    .menu-btn {
        display: block;
    }

    .video-modal {
        height: 100%;
    }

    .video-close-btn {
        width: 30px;
        height: 30px;
        font-size: 11px;
    }

    .video-arrow.right {
        right: 0px;
    }

    .video-arrow.left {
        left: 0px;
    }

    .mySlides img {
        border-radius: 0px;
    }

    .prev,
    .next {
        background-color: rgba(0, 0, 0, 0.8);
        top: 45%;
        padding: 10px;
        font-size: 16px;
        margin: 30px 0px;

    }

    .container-test-celular {
        display: block;
    }

    .cajas-text {
        width: 80%;
        height: 190px;
    }

    .horizontal-container {
        display: none;
        flex-direction: column;
    }

    .img-equipos147 {
        width: 100%;
        height: 340px;
    }

    .horizontal-container2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

}


@media (min-width: 1441px) and (max-width: 1600px) {

    .text-verde-ser,
    .text-blanco-ser {
        font-size: 46px !important;
    }

    .testimo-img {
        width: 250px;
        height: 350px;
    }

    .img-cuadro {
        width: 270px;
        height: 160px;
    }

    .equipo-sonido {
        width: 720px;
        height: 665px;
    }

    .carrusel-item {
        flex: 0 0 calc(53% / 4);
    }

    .img-equipos147 {
        width: 50%;
        height: 650px;
    }

    .cajas-text {
        width: 460px;
        height: 280px;
    }

    .cantante {
        width: 52%;
        margin-top: 40px;
        z-index: 1;
        margin-right: 0px;
        margin-left: 0px;
    }

    

}