.navbar.fixed-top {
    z-index: 10;
    background-color: #fda415;
    /* naranja industrial fuerte */
    color: white;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    /* sombra opcional para que flote */
}
body.slicknav_open {
    overflow-y: auto !important;
}
.slicknav_menu{
    position:fixed;
    top: 80px;
}
@media (max-width: 991.98px) {
    .navbar.fixed-top .main-menu {
        position: static !important;
        max-height: 80vh;
        overflow-y: auto;
        background-color: #fda415;
        /* mismo fondo del menú */
        z-index: 9;
        /* menor que el navbar para que se mantenga debajo */
    }
}
@media (max-width: 991.98px) {
    .slicknav_nav {
        max-height: 80vh;
        overflow-y: auto;
        background-color: #fda415;
        /* igual al navbar */
        z-index: 99;
        position: relative;
    }
}
.main-header .navbar-brand{
    display: block;
}


body {
    padding-top: 0px;
    /* o el alto del nav */
}
.navbar.sticky-top {
    z-index: 1020;
    /* menos que la topbar al inicio */
    background: white;
    /* o con degradado */
    transition: box-shadow 0.3s, background 0.3s;
}

.hero.hero-slider-layout{
    top:-250px;
}
.blur, span .blur{
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    backdrop-filter: blur(5px);
}
.hero-content .font-size{
    font-size: 40px;
}
.hero-content .font-size{
    font-size: 20px;
}
.hero-content{
    top: 50px;
    left: 90px;
}
.tu-negocio-container{
    position: relative;
    width:30%;
    left: 30%;
}




/*Experimento*/
  .contenedor-letrero {
      width: 62%;
      max-width: 900px;
      height: auto;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      will-change: transform;
      top: -400px;
      position: relative;
      margin-left: 20%;
      z-index: 100;

  }
  .contenedor-letrero img {
      width: 100%;
      display: block;
  }
    @keyframes colgando {
        0% {
            transform: rotateZ(2deg);
        }

        50% {
            transform: rotateZ(-2deg);
        }

        100% {
            transform: rotateZ(2deg);
        }
    }

    @keyframes movimientoFondo {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }
    .contenedor-letrero.idle {
        animation: colgando 2.2s ease-in-out infinite;
    }
    .fondo-industrial {
        background: linear-gradient(145deg, #ff9900, #f29704, #2c2c2c);
        background-size: 300% 300%;
        animation: movimientoFondo 15s ease infinite;
        padding: 100px 0;
        /* puedes ajustar este valor si lo necesitas */
        position: relative;
        z-index: 0;
    }
    .fondo-industrial.inicio{
        max-height: 950px;
        position: relative;
        z-index: 120
    }
   

    .tipografia-secundaria {
        font-family: "Inter", sans-serif !important;
        font-optical-sizing: auto;
        font-style: normal;
    }

    p {
        font-family: "Inter", sans-serif !important;
        font-optical-sizing: auto;
        font-style: normal;
    }

    .tipografia-secundaria.fw-200 {
        font-weight: 200;
    }

    .tipografia-secundaria.fw-600 {
        font-weight: 600;
    }

        /* <= 1200px: baja un poco el letrero */
        @media (max-width: 1200px) {
            .contenedor-letrero {
                top: -300px;
            }
            h3.anton-regular {
                font-size: 20px !important;
            }

            h1.anton-regular,h2.anton-regular {
                font-size: 55px !important;
            }

            p.anton-regular {
                font-size: 15px !important;
            }
        }
    
        /* <= 992px: aún más abajo */
        @media (max-width: 992px) {
            .contenedor-letrero {
                top: -200px;
            }
            .fondo-industrial.inicio {
                max-height: 790px;
            }
        }
    
        /* <= 768px: baja bastante para móviles */
        @media (max-width: 768px) {
            .contenedor-letrero {
                top: -200px;
                margin-left: 10%;
                width: 80%;
            }
            .fondo-industrial.inicio {
                max-height: 770px;
            }
            .hero-content {
                top: 50px;
                left: 40px;
            }
            .what-we-do-list{
                flex-wrap: wrap;
            }
            h3.anton-regular {
                font-size: 14px !important;
            }

            h1.anton-regular,h2.anton-regular {
                font-size: 45px !important;
            }

            p.anton-regular {
                font-size: 11px !important;
            }

            h3.tipografia-secundaria {
                font-size: 20px !important;
            }

            h1.tipografia-secundaria {
                font-size: 45px !important;
            }

            p.tipografia-secundaria {
                font-size: 15px !important;
            }
        }
    
        /* <= 480px: completamente centrado y sin margen */
        @media (max-width: 550px) {
            .contenedor-letrero {
                top: -130px;
                margin-left: auto;
                margin-right: auto;
                width: 90%;
            }
            .fondo-industrial.inicio {
                max-height: 650px;
            }
            .hero-content{
                left: 50px;
            }
            h3.anton-regular {
                font-size: 14px !important;
            }
            h1.anton-regular,h2.anton-regular {
                font-size: 25px !important;
            }
            p.anton-regular{
                font-size: 11px !important;
            }
            h3.tipografia-secundaria {
                font-size: 20px !important;
            }

            h1.tipografia-secundaria {
                font-size: 25px !important;
            }

            p.tipografia-secundaria {
                font-size: 15px !important;
            }
            .what-we-do-list {
                flex-wrap: wrap;
            }
        }
        @media (max-width: 420px) {
                .contenedor-letrero {
                    top: -130px;
                    margin-left: auto;
                    margin-right: auto;
                    width: 90%;
                }

                .fondo-industrial.inicio {
                    max-height: 550px;
                }

                .hero-content {
                    left: 20px;
                }

                h3.anton-regular {
                    font-size: 12px !important;
                }

                h1.anton-regular, h2.anton-regular {
                    font-size: 30px !important;
                }

                p.anton-regular {
                    font-size: 10px !important;
                }
                h3.tipografia-secundaria {
                    font-size: 20px !important;
                }

                h1.tipografia-secundaria {
                    font-size: 25px !important;
                }

                p.tipografia-secundaria {
                    font-size: 15px !important;
                }
            }
        
/* Chrome, Edge y Opera */
body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-track {
    background: #2c2c2c;
    /* fondo del track (oscuro) */
}

body::-webkit-scrollbar-thumb {
    background-color: #b35400;
    /* naranja oscuro industrial */
    border-radius: 6px;
    border: 2px solid #2c2c2c;
    /* borde para que se vea integrado */
}

/* Firefox */
body {
    scrollbar-width: thin;
    scrollbar-color: #b35400 #2c2c2c;
}
.hero {
    padding: 50px 0 140px;
    position: relative;
    background: url('/storage/gallery/2.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    max-height: 700px;
}
.section-title h1{
    font-size: 95px;
    font-weight: 200;
}
.anton-regular {
    font-family: "Anton", sans-serif !important;
    font-weight: 200;
    font-style: normal;
}
.letter-space-1{
    letter-spacing: .1rem !important;
}
.fondo-industrial.white-font, .fondo-industrial .white-font, .our-Project-nav ul li a.white-font {
    color:white !important;
}
.fondo-industrial-oscuro {
        background: linear-gradient(145deg, #1b1b1b 0%, #0f0f0f 100%);
    background-blend-mode: multiply;
    color: #f5f5f5;
    /* texto claro */
    position: relative;
    overflow: hidden;
}
.fondo-industrial-oscuro::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.2;
    pointer-events: none;
    z-index: 0;
}
/* .what-we-do-content{
    border: 3px dashed coral;
    border-radius: 20px;
} */
.what-we-do-image {
    position: relative;
    overflow: hidden;
}

/* Aquí mostramos la sección de video */
/* .what-we-do-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(204, 102, 0, 0.45);

    pointer-events: none;
    z-index: 1;
} */

.what-we-do-image figure,
.what-we-do-image figure img {
    display: block;
 
    position: relative;
    z-index: 0;
}

.contact-now-circle {
    position: relative;
    z-index: 2;
    /* para que esté por encima del filtro */
}

.what-we-do-image figure img{
    object-fit:cover;
}
.what-we-do-image figure{
    max-height: 800px;
}
.what-we-do-image{
    max-height: 700px;
}
.btn-default span{
    background-color: black;
    color: white;
}
a.btn-default.blur{
    background-color: #b35400;
}
.intro-video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    /* asegúrate de que esté encima de la imagen */
    text-align: center;
}

.video-play-button a {
    display: inline-block;
    width: 94px;
    height: 94px;
    line-height: 94px;
    border-radius: 50%;
    /* naranja opaco */
    color: white;
    text-align: center;
    transition: 0.3s ease;
}

.video-play-button a:hover {
    transform: scale(1.1);
    background-color: rgba(255, 102, 0, 1);
}

.video-play-button p {
    margin-top: 8px;
    color: white;
    font-weight: 500;
    font-family: 'Orbitron', sans-serif;
}
.video-play-button a i{
    font-size: 30px;
}

.btn-whatsapp {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
    background-color: #25D366;
    color: white;
    font-size: 38px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    animation: pulse-shadow 2s infinite;
}

.btn-whatsapp:hover {
    transform: scale(1.1);
    background-color: #1ebe5d;
}

/* Efecto de onda pulsante */
@keyframes pulse-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}
.testimonial-company-slider .company-logo img{
    max-height: 90px;
}

.testimonial-company-slider{
    margin-top: 0;
    padding-top: 0;
}
.page-header.parallaxie{
    background-image: url("/assets/images/prueba-rhino.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 0px;
}
.main-menu ul li.nav-item .nav-link:hover{
    color:#b35400;
}
.section-title h1{
    cursor: pointer;
}
.fondo-industrial.inicio{
    overflow: hidden;
}
#contenedor-machine{
    overflow: visible;
        position: relative;
        bottom: -170px;
        z-index: 20;
        width:80%;
}
.position-relative{
    position: relative;
}
.cnc-png{
    position:absolute;
    bottom: 150px;
    right:100px;
}
.seccion-cnc-png{
    min-height: 200px;
}

@media (max-width: 1220px) {
    #contenedor-machine {
        overflow: visible;
        position: relative;
        bottom: -10px;
        z-index: 20;
        width: 190px;
    }

}

@media (max-width:950px){
    .main-header .navbar-brand img {
        max-width: 200px;
    }
}

@media (max-width: 759px) {
    #contenedor-machine {
        overflow: visible;
        position: relative;
        bottom: -150px;
        z-index: 20;
        width: 150px;
    }
    .cnc-png {
        position: absolute;
        bottom: 0px;
    }
    .seccion-cnc-png {
        min-height: 300px;
    }

}


@media (max-width: 520px) {
    #contenedor-machine {
        overflow: visible;
        position: relative;
        bottom: -130px;
        z-index: 20;
        width: 150px;
    }

}


@media (max-width: 420px) {
        #contenedor-machine {
                overflow: visible;
                position: relative;
                bottom: -110px;
                z-index: 20;
                width: 100px;
        }
        .cnc-png {
            position: absolute;
            bottom: 0px;
        }

}
  .fancybox__caption {
      display: none !important;
  }
  .hero::before {
    background: linear-gradient(270deg, transparent 42.92%, rgba(0, 0, 0, 2.5) 100%);
  }
  .mini-collage {
      display: grid;
      grid-template-areas: "a a" "b c";
      grid-template-columns: 1fr 1fr;
      gap: .6rem;
  }

  .tile {
      position: relative;
      overflow: hidden;
      border-radius: 14px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
  }

  .tile img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .45s ease;
  }

  .tile:hover img {
      transform: scale(1.06);
  }

  .tile--a {
      grid-area: a;
      aspect-ratio: 16/9;
  }

  .tile--b,
  .tile--c {
      aspect-ratio: 1/1;
  }

  /* Toque sutil “neón” al hover */
  .tile::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: radial-gradient(60% 60% at 80% 10%, rgba(0, 173, 255, .18), transparent 60%);
      opacity: 0;
      transition: opacity .35s ease;
  }

  .tile:hover::after {
      opacity: 1;
  }

  .stacked {
      display: flex;
      flex-direction: column;
      gap: .7rem;
      align-items: flex-end;
  }

  .card-shot {
      width: 100%;
      max-width: 360px;
      transform: rotate(var(--r, -2deg));
      transform-origin: 85% 10%;
      border: 5px solid orange;
      border-radius: 10px;
  }

  .card-shot a {
      display: block;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
  }

  .card-shot img {
      width: 100%;
      aspect-ratio: 16/10;
      object-fit: cover;
      display: block;
      transition: transform .4s ease;
  }

  .card-shot:hover img {
      transform: scale(1.05);
  }

 .hero {
     position: relative;
 }

 .hero::before {
     content: "";
     position: absolute;
     inset: 0;
     background: linear-gradient(270deg,
             transparent 1%,
             /* antes 42.92% */
             rgba(0, 0, 0, .85) 100%);
     pointer-events: none;
 }
 .seccion-cnc-png {
     position: relative;
 }

 .cnc-png {
     width: 100%;
     height: auto;
     display: block;
     border-radius: 12px;
 }

 /* Botón circular centrado */
 .play-bubble {
     position: absolute;
     inset: 0;
     margin: auto;
     width: 76px;
     height: 76px;
     border: 0;
     border-radius: 999px;
     background: rgba(255, 115, 0, 0.92);
     display: grid;
     place-items: center;
     cursor: pointer;
     box-shadow: 0 10px 25px rgba(255, 115, 0, .35);
     transition: transform .2s ease, box-shadow .2s ease;
     outline-offset: 3px;
 }

 /* Pulso */
 .play-bubble::after {
     content: "";
     position: absolute;
     inset: -6px;
     border-radius: inherit;
     box-shadow: 0 0 0 0 rgba(255, 115, 0, .5);
     animation: pulse 1.6s infinite;
 }

 @keyframes pulse {
     0% {
         box-shadow: 0 0 0 0 rgba(255, 115, 0, .45);
     }

     70% {
         box-shadow: 0 0 0 22px rgba(255, 115, 0, 0);
     }

     100% {
         box-shadow: 0 0 0 0 rgba(255, 115, 0, 0);
     }
 }

 /* Icono “play” */
 .play-icon {
     width: 0;
     height: 0;
     border-left: 18px solid white;
     border-top: 12px solid transparent;
     border-bottom: 12px solid transparent;
     margin-left: 4px;
 }

 /* Hover/focus accesible */
 .play-bubble:hover {
     transform: scale(1.03);
     box-shadow: 0 14px 32px rgba(255, 115, 0, .45);
 }

 .play-bubble:focus-visible {
     outline: 3px solid #fff;
 }

 .btn-default span{
    background-color: #c57300;
 }

.galeria-carousel.d-none {
    display: none;
}

.galeria-carousel {
    width: 100%;
}

/* opcional: estilo para el botón activo del menú */
.our-Project-nav a.active-btn {
    border-bottom: 2px solid #fff;
    /* o el color que uses */
}