/* ESTILOS PARA VISTA PROLASER */

.prolaser-section {
    padding: 40px 0;
    background: #fafafa;
}

.prolaser-header {
    text-align: center;
    margin-bottom: 45px;
}

.prolaser-subtitle {
    color: #c00000;
    font-weight: bold;
    letter-spacing: 3px;
}

.prolaser-header h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 700;
}

.prolaser-line {
    width: 80px;
    height: 4px;
    background: #c00000;
    margin: 18px auto;
    border-radius: 20px;
}

.prolaser-container {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 35px;
}

.prolaser-menu {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pro-btn {
    background: #fff;
    border: none;
    border-radius: 14px;
    padding: 18px 22px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    transition: .3s;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .06);
    border-left: 6px solid transparent;
    cursor: pointer;
}

.pro-btn i {
    color: #c00000;
    font-size: 18px;
}

.pro-btn:hover {
    transform: translateX(8px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .10);
}

.pro-btn.active {
    background: #c00000;
    color: #fff;
    border-left: 6px solid #7d0000;
}

.pro-btn.active i {
    color: white;
}

.prolaser-content {
    background: white;
    border-radius: 18px;
    padding: 20px;
    min-width: 330px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
    animation: fade .35s;
}

.prolaser-content img {
    max-width: 90%;
    display: block;
    margin: 0 auto;
}

.prolaser-wrapper {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding: 0 30px;
}

.prolaser-modelos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: center;
    justify-items: center;
}

.prolaser-modelo-card {
    width: 100%;
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    text-align: center;
    transition: .3s;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);

}

.prolaser-modelo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(192, 0, 0, .18);
}

.prolaser-modelo-card img {
    width: 100%;
    max-width: 420px;
    height: auto;
    object-fit: contain;
}

.prolaser-modelo-card h4 {
    margin-top: 20px;
    color: #c00000;
    font-size: 20px;
    font-weight: 700;
}

.prolaser-modelo-card {
    display: flex;
    flex-direction: column;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
}

.modelo-img {
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modelo-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.prolaser-modelo-card h4 {
    margin-top: 20px;
}

/* FUNCIONAMIENTO */

.prolaser-funcionamiento {
    width: 100%;
    text-align: left;
}

.prolaser-func-header {
    text-align: center;
    margin-bottom: 45px;
}

.prolaser-func-header h3 {
    color: #c00000;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}

.prolaser-func-header p {
    max-width: 850px;
    margin: auto;
    color: #555;
    line-height: 1.8;
}

.prolaser-func-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.prolaser-func-card {
    display: flex;
    gap: 22px;
    padding: 30px;
    background: #fff;
    border: rgb(200, 200, 200) 1px solid;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    transition: .3s;
}

.prolaser-func-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(192, 0, 0, .15);
}

.prolaser-func-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    background: #c00000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.prolaser-func-info h4 {
    color: #c00000;
    margin-bottom: 15px;
    font-size: 22px;
}

.prolaser-func-info p {
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.prolaser-func-info ul {
    margin: 0;
    padding-left: 18px;
}

.prolaser-func-info li {
    margin-bottom: 8px;
    line-height: 1.7;
    color: #444;
}

/* Imagen inferior */

.prolaser-func-imagen {
    margin-top: 50px;
}

.prolaser-func-imagen h4 {
    text-align: center;
    color: #c00000;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
}

.prolaser-func-imagen-box {
    width: 100%;
    padding: 25px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    display: flex;
    justify-content: center;
    align-items: center;
}

.prolaser-func-imagen-box img {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
}

.prolaser-home {
    width: 100%;
}

.prolaser-home-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 35px;
}

.prolaser-home-item {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.prolaser-home-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

.prolaser-home-description {
    max-width: 1000px;
    margin: auto;
    padding: 30px;
    background: #fafafa;
    border-left: 5px solid #c00000;
    border-radius: 15px;
}

.prolaser-home-description p {
    margin: 0;
    text-align: start;
    line-height: 1.9;
    color: #555;
    font-size: 16px;
}

/* ================================
   VENTAJAS PROLASER
================================ */

.prolaser-ventajas {
    width: 100%;
    max-width: none;
    min-width: 0;
}

.prolaser-ventajas-header {
    text-align: center;
    margin-bottom: 30px;
}

.prolaser-ventajas-header h3 {
    color: #c00000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

.prolaser-ventajas-header p {
    max-width: 850px;
    margin: auto;
    color: #555;
    line-height: 1.8;
}

/* Navegación */

.prolaser-ventajas-nav {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 10px;
    background: #fafafa;
    border-radius: 15px;
    margin-bottom: 30px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

.prolaser-ventajas-nav::-webkit-scrollbar {
    display: none;
}

.prolaser-ventaja-btn {
    flex: 0 0 150px;
    min-width: 150px;
    font-size: 15px;
    border: none;
    background: transparent;
    padding: 14px 12px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #333;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.prolaser-ventaja-btn i {
    color: #c00000;
    font-size: 22px;
}

.prolaser-ventaja-btn:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .06);
}

/* Botón activo */

.prolaser-ventaja-btn.active {
    background: #c00000;
    color: #fff;
    box-shadow: 0 8px 20px rgba(192, 0, 0, .20);
}

.prolaser-ventaja-btn.active i {
    color: #fff;
}

/* =========================================================
   CONTRASTE PARA LA NAVEGACIÓN DE VENTAJAS
   ========================================================= */

.prolaser-ventaja-btn {
    background: #f5f5f5;
    border: 1px solid #d6d6d6;
    color: #333;
}

/* Iconos */
.prolaser-ventaja-btn i {
    color: #c00000;
}

/* Hover */
.prolaser-ventaja-btn:hover {
    background: #fff0f0;
    border-color: #c00000;
    color: #8e0000;
}

/* =========================================================
   ELEMENTO ACTIVO
   ========================================================= */

.prolaser-ventaja-btn.active {
    background: #c00000;
    border: 2px solid #8e0000;
    color: #ffffff;

    box-shadow: 0 0 0 2px rgba(192, 0, 0, 0.15);
}

.prolaser-ventaja-btn.active i {
    color: #ffffff;
}

/* =========================================================
   COLORES INDIVIDUALES DE LAS VENTAJAS
   ========================================================= */

.prolaser-ventaja-btn:nth-child(1) {
    --ventaja-color: #c00000;
    --ventaja-bg: #fff1f1;
}

.prolaser-ventaja-btn:nth-child(2) {
    --ventaja-color: #6e6d6d;
    --ventaja-bg: #aaaaaa;
}

.prolaser-ventaja-btn:nth-child(3) {
    --ventaja-color: #f63a3a;
    --ventaja-bg: #e89898;
}

.prolaser-ventaja-btn:nth-child(4) {
    --ventaja-color: #6f6c6c;
    --ventaja-bg: #bebcbc;
}

.prolaser-ventaja-btn:nth-child(5) {
    --ventaja-color: #f36e6e;
    --ventaja-bg: #e4adad;
}

.prolaser-ventaja-btn:nth-child(6) {
    --ventaja-color: #444545;
    --ventaja-bg: #d3d4d4;
}

.prolaser-ventaja-btn:nth-child(7) {
    --ventaja-color: #ad1457;
    --ventaja-bg: #fceff5;
}

.prolaser-ventaja-btn:nth-child(8) {
    --ventaja-color: #455a64;
    --ventaja-bg: #f0f3f4;
}


/* =========================================================
   ESTADO NORMAL
   ========================================================= */

.prolaser-ventaja-btn {
    background: var(--ventaja-bg);
    border-color: color-mix(in srgb,
            var(--ventaja-color) 30%,
            #ffffff);
}

.prolaser-ventaja-btn i {
    color: var(--ventaja-color);
}

/* =========================================================
   HOVER
   ========================================================= */

.prolaser-ventaja-btn:hover {
    background: color-mix(in srgb,
            var(--ventaja-color) 12%,
            #ffffff);
    border-color: var(--ventaja-color);
}

.prolaser-ventaja-btn:hover i {
    color: var(--ventaja-color);
}

/* =========================================================
   ELEMENTO ACTIVO
   ========================================================= */

.prolaser-ventaja-btn.active {
    background: var(--ventaja-color);
    color: #ffffff;
    border-color: var(--ventaja-color);
    box-shadow:
        0 0 0 3px #ffffff,
        0 0 0 6px var(--ventaja-color);
}

.prolaser-ventaja-btn.active i {
    color: #ffffff;
}

/* =========================================================
   NUMERACIÓN DE LA NAVEGACIÓN
   ========================================================= */

.prolaser-ventajas-nav {
    counter-reset: ventaja;
    padding-top: 38px;
}

.prolaser-ventaja-btn {
    position: relative;
    counter-increment: ventaja;
}

/* Número */
.prolaser-ventaja-btn::before {
    content: counter(ventaja, decimal);
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--ventaja-color);
}

/* Contenido */
.prolaser-ventaja-contenido {
    width: 100%;
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 1fr);
    gap: 40px;
    padding: 40px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    animation: fade .35s;
    align-items: center;
}

.prolaser-ventaja-icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 50%;
    background: #c00000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.prolaser-ventaja-texto {
    min-width: 0;
}

.prolaser-ventaja-texto h4 {
    color: #c00000;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.prolaser-ventaja-texto p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 18px;
    font-size: 16px;
}

.prolaser-ventaja-imagen {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
    border-radius: 15px;
    overflow: hidden;
}

.prolaser-ventaja-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.prolaser-modelo-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

/* ---------------------------------------------------------
/* ESTILOS FICHA SEGUIRDAD */
--------------------------------------------------------- */ .prolaser-ficha {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* ---------------------------------------------------------
   ENCABEZADO
--------------------------------------------------------- */

.prolaser-ficha-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.prolaser-ficha-titulo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.prolaser-ficha-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c00000;
    color: #ffffff;
    border-radius: 10px;
    font-size: 25px;
}

.prolaser-ficha-titulo h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    color: #1a1a1a;
}

.prolaser-ficha-titulo p {
    margin: 3px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #c00000;
    letter-spacing: 1px;
}

/* ---------------------------------------------------------
   BOTÓN DESCARGAR
--------------------------------------------------------- */

.prolaser-ficha-descargar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 18px;
    background: #c00000;
    color: #ffffff;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.prolaser-ficha-descargar:hover {
    background: #8e0000;
    color: #ffffff;
    transform: translateY(-2px);
}

/* ---------------------------------------------------------
   VISOR PDF
--------------------------------------------------------- */

.prolaser-pdf-container {
    width: 100%;
    height: 750px;
    background: #f1f1f1;
    border: 1px solid #dddddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.prolaser-pdf-viewer {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* ---------------------------------------------------------
   INFORMACIÓN INFERIOR
--------------------------------------------------------- */

.prolaser-ficha-footer {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 18px;
    background: #f8f8f8;
    border-left: 4px solid #c00000;
    border-radius: 5px;
    color: #555555;
    font-size: 14px;
}

.prolaser-ficha-footer i {
    color: #c00000;
    font-size: 18px;
}

/* =========================================================
   LISTA DE FICHAS TÉCNICAS
========================================================= */

.prolaser-fichas-lista {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

/* BOTÓN */

.prolaser-ficha-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 8px;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* ICONO */

.prolaser-ficha-btn i {
    font-size: 22px;
    color: #c00000;
    transition: all 0.25s ease;
}

/* HOVER */

.prolaser-ficha-btn:hover {
    border-color: #c00000;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* ACTIVO */

.prolaser-ficha-btn.active {
    background: #c00000;
    border-color: #c00000;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(192, 0, 0, 0.20);
}

.prolaser-ficha-btn.active i {
    color: #ffffff;
}

/* =========================================================
   BLOQUE DE DESCRIPCIÓN
   ========================================================= */

.rompex-fractura-titulo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.rompex-fractura-titulo i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    background: #c00000;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
}

.rompex-fractura-titulo h4 {
    margin: 0;
    color: #1a1a1a;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.rompex-fractura-descripcion p {
    margin: 0 0 15px;
    color: #555555;
    font-size: 15px;
    line-height: 1.8;
}

.rompex-fractura-descripcion p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   BLOQUE DE VIDEOS
   ========================================================= */

.rompex-fractura-videos {
    width: 100%;
}

.rompex-fractura-videos-header {
    margin-bottom: 25px;
}

.rompex-fractura-videos-header h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 8px;
    color: #1a1a1a;
    font-size: 22px;
    font-weight: 700;
}

.rompex-fractura-videos-header h4 i {
    color: #c00000;
}

.rompex-fractura-videos-header p {
    margin: 0;
    color: #666666;
    font-size: 15px;
    line-height: 1.6;
}

/* =========================================================
   GRID DE VIDEOS
   ========================================================= */

.rompex-fractura-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
    width: 100%;
}

/* =========================================================
   CONTENEDOR INDIVIDUAL DE VIDEO
   ========================================================= */

.rompex-fractura-video {
    width: 100%;
    overflow: hidden;
    background: #111111;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.10);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.rompex-fractura-video:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

/* =========================================================
   VIDEO
   ========================================================= */

.rompex-fractura-video video {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #111111;
}

/* =========================================================
   EXCEPCIÓN PARA CASE 2 - FRACTURAMIENTO
   ========================================================= */

#contenidoVentaja.rompex-case-fractura {
    width: 100%;
    display: block !important;
    min-height: auto !important;
    height: auto !important;
    box-sizing: border-box;
}

/* El contenido nuevo debe ocupar TODO el ancho */
#contenidoVentaja.rompex-case-fractura .rompex-fractura {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* =========================================================
   DESCRIPCIÓN
   ========================================================= */

#contenidoVentaja.rompex-case-fractura .rompex-fractura-descripcion {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 30px 35px;
    background: #ffffff;
    border-left: 4px solid #c00000;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

/* =========================================================
   VIDEOS
   ========================================================= */

#contenidoVentaja.rompex-case-fractura .rompex-fractura-videos {
    width: 100%;
    max-width: 100%;
}

/* GRID DE 2 COLUMNAS */

#contenidoVentaja.rompex-case-fractura .rompex-fractura-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
}

/* VIDEOS */

#contenidoVentaja.rompex-case-fractura .rompex-fractura-video {
    width: 100%;
    overflow: hidden;
    background: #111;
    border-radius: 10px;
}

#contenidoVentaja.rompex-case-fractura .rompex-fractura-video video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .rompex-fractura-descripcion {
        padding: 25px 28px;
    }

    .rompex-fractura-grid {
        gap: 20px;
    }

}

/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 650px) {
    .rompex-fractura-descripcion {
        padding: 22px 20px;
        margin-bottom: 35px;
    }

    .rompex-fractura-titulo {
        align-items: flex-start;
    }

    .rompex-fractura-titulo i {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .rompex-fractura-titulo h4 {
        font-size: 18px;
    }

    .rompex-fractura-descripcion p {
        font-size: 14px;
        line-height: 1.7;
    }

    .rompex-fractura-videos-header h4 {
        font-size: 19px;
    }

    .rompex-fractura-videos-header p {
        font-size: 14px;
    }

    .rompex-fractura-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {
    .prolaser-fichas-lista {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .prolaser-fichas-lista {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 768px) {
    .prolaser-ficha-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .prolaser-ficha-descargar {
        width: 100%;
    }

    .prolaser-pdf-container {
        height: 600px;
    }
}

@media (max-width: 480px) {
    .prolaser-ficha-titulo h3 {
        font-size: 21px;
    }

    .prolaser-ficha-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
        font-size: 21px;
    }

    .prolaser-pdf-container {
        height: 500px;
        border-radius: 7px;
    }

    .prolaser-ficha-footer {
        align-items: flex-start;
        font-size: 13px;
    }
}

@media (max-width: 900px) {
    .prolaser-ventajas-nav {
        justify-content: flex-start;
    }

    .prolaser-ventaja-btn {
        flex: 0 0 120px;
    }
}

@media (max-width: 1000px) {
    .prolaser-ventaja-contenido {
        flex-direction: column;
        align-items: center;
        grid-template-columns: 1fr;
        padding: 25px;
    }

    .prolaser-ventaja-icon {
        width: 70px;
        height: 70px;
        min-width: 70px;
        font-size: 28px;
    }
}

@media (max-width:992px) {
    .prolaser-home-gallery {
        grid-template-columns: 1fr;
    }
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* Móviles */
@media (max-width:1100px) {
    .prolaser-func-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .prolaser-func-card {
        padding: 5%;
    }

    .prolaser-func-icon {
        display: none;
    }
}

/* =========================================================
   ROMPEX - NAVEGACIÓN PRINCIPAL EN MÓVIL
   ========================================================= */

@media (max-width: 600px) {

    .prolaser-section {
        padding: 35px 0;
    }

    .prolaser-wrapper {
        padding: 0 12px;
    }

    .prolaser-header {
        margin-bottom: 25px;
    }

    .prolaser-header h2 {
        font-size: 30px;
    }

    /* Contenedor principal */
    .prolaser-container {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    /* Navegación principal */
    .prolaser-menu {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 7px;
        width: 100%;
        overflow: visible;
    }

    /* Botones */
    .pro-btn {
        min-width: 0;
        width: 100%;
        padding: 12px 6px;
        border-left: none;
        border-bottom: 4px solid transparent;
        border-radius: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 6px;
        font-size: 12px;
        line-height: 1.2;
    }

    /* Iconos */
    .pro-btn i {
        font-size: 20px;
    }

    /* El hover lateral deja de tener sentido en celular */
    .pro-btn:hover {
        transform: none;
    }

    /* Estado activo */
    .pro-btn.active {
        border-left: none;
        border-bottom: 4px solid #7d0000;
    }

    /* Contenido */
    .prolaser-content {
        min-width: 0;
        width: 100%;
        padding: 10px;
        border-radius: 14px;
    }
}