/* Elimina la lÃ­nea suelta: #002bff */

/* Opcional: si quieres conservarla como â€œconstanteâ€ del color, define una custom property */
:root {
    --brand-stylemove: #002bff;
}

.hr-stylemove {
    background: transparent;
    border: none;
    border-top: 6px solid var(--brand-stylemove, #002bff);
    height: 0;
    margin: 6rem 0;
    width: 100%;
}

@keyframes electricidad-stylemove {
    40% {
        filter: drop-shadow(0 0 6px #fff) drop-shadow(0 0 10px #002bff) brightness(1.5);
    }

    50% {
        filter: drop-shadow(0 0 2px #002bff) drop-shadow(0 0 6px #b9b2f2) brightness(1.2);
    }

    60% {
        filter: drop-shadow(0 0 8px #fff) drop-shadow(0 0 14px #002bff) brightness(1.7);
    }

    70% {
        filter: drop-shadow(0 0 4px #0f2bb4) drop-shadow(0 0 8px #dcd4ec) brightness(1.3);
    }

    80% {
        filter: drop-shadow(0 0 6px #fff) drop-shadow(0 0 10px #002bff) brightness(1.5);
    }

    90% {
        filter: drop-shadow(0 0 2px #002bff) drop-shadow(0 0 6px #c4c2e5) brightness(1.2);
    }

    to {
        filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 6px #002bff) brightness(1.2);
    }
}

.texto-electricidad-stylemove {
    animation: electricidad-stylemove 1.6s ease-in-out infinite alternate;
    color: #fff !important;
    display: inline-block;
    filter: drop-shadow(0 0 6px #ffffff) drop-shadow(0 0 16px #002bff) brightness(1.55);
    text-shadow: 0 0 8px rgba(0, 68, 255, 0.75), 0 0 18px hsla(0, 0%, 100%, 0.45);
    will-change: filter;
}

#encabezados-stylemove .caracteristicas-producto p,
#encabezados-stylemove .contenido-producto p {
    color: #f9fafb !important;
    margin-bottom: 1.5%;
}

#marca-stylemove {
    line-height: 0.98 !important;
    margin-bottom: 0.3rem !important;
}

#encabezados-stylemove .h1-seo {
    color: #fff !important;
    margin-bottom: 0.3rem !important;
}

.fila-fijacion-riel {
    align-items: flex-start !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
    justify-content: center !important;
    margin-left: 0;
    margin-right: 0;
}

.fila-fijacion-riel>.col-xl-3,
.fila-fijacion-riel>[class*=col-] {
    align-items: center;
    display: flex;
    flex: 1 1 240px !important;
    justify-content: center;
    max-width: 100% !important;
    padding: 0 !important;
}

.fila-fijacion-riel .img-fluid,
.fila-fijacion-riel img,
.fila-fijacion-riel picture>img {
    display: block;
    height: auto !important;
    max-width: 100% !important;
}

@media (width <=900px) {

    .fila-fijacion-riel>.col-xl-3,
    .fila-fijacion-riel>[class*=col-] {
        flex: 1 1 45% !important;
    }
}

@media (width <=600px) {

    .fila-fijacion-riel>.col-xl-3,
    .fila-fijacion-riel>[class*=col-] {
        flex: 1 1 100% !important;
    }
}

.fila-pizarrones {
    flex-flow: row wrap;
    gap: 0;
    margin-left: 0;
    margin-right: 0;
}

.fila-pizarrones>.col-md-4 {
    align-items: center;
    display: flex;
    flex: 0 0 32%;
    flex-direction: column;
    margin-bottom: 0;
    max-width: 32%;
}

@media (width <=900px) {
    .fila-pizarrones {
        align-items: stretch;
        flex-direction: column;
    }

    .fila-pizarrones>.col-md-4 {
        flex: 1 1 100%;
        margin-bottom: 1rem;
        max-width: 100%;
    }
}

.fila-pizarrones {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.cuadro-enmarcado,
.cuadro-enmarcado-ecofredly,
.cuadro-enmarcado-fuego {
    background: hsla(0, 0%, 100%, 0.08);
    border: 2.5px solid #fff;
    color: #fff;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.cuadro-enmarcado-ecofredly {
    background: #45f845 !important;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 2rem;
    padding: 2.5rem 2rem;
}

.fondo-llamas {
    animation: fuego-bg 4s ease-in-out infinite;
    background: linear-gradient(135deg, #f80424, #ff9800 40%, #fff176 80%, #fffbe7);
    background-size: 200% 200%;
    left: 50%;
    margin-left: 0;
    margin-right: 0;
    max-width: 100svw;
    overflow: hidden;
    overflow-x: clip;
    position: relative;
    transform: translateX(-50%);
    width: 100svw;
}

.fondo-llamas:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.35), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.35)), linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 30%), linear-gradient(0deg, rgba(0, 0, 0, 0.22), transparent 30%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

@media (max-width: 700px) {
    .fondo-llamas {
        width: 100svw;
    }
}

@supports not (width: 100svw) {
    .fondo-llamas {
        left: 50%;
        max-width: 100vw;
        transform: translateX(-50%);
        width: 100vw;
    }
}

.fondo-llamas:after {
    animation: llamas-mov 2.5s linear infinite alternate;
    background: radial-gradient(ellipse at 20% 100%, #e6c108dd 0, #fff17600 70%), radial-gradient(ellipse at 40% 100%, #e3cd0898 0, #ff980000 70%), radial-gradient(ellipse at 60% 100%, #ff9900e1 0, #f8042400 70%), radial-gradient(ellipse at 80% 100%, #f80424cc 0, #ff980000 70%);
    bottom: 0;
    content: "";
    height: 60px;
    left: 0;
    opacity: 0.7;
    pointer-events: none;
    position: absolute;
    right: 0;
}

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

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

    to {
        background-position: 0 50%;
    }
}

@keyframes llamas-mov {
    0% {
        opacity: 0.7;
        transform: translateY(0);
    }

    50% {
        opacity: 1;
        transform: translateY(-10px);
    }

    to {
        opacity: 0.7;
        transform: translateY(0);
    }
}

.fondo-llamas,
.fondo-llamas * {
    color: #fff !important;
}

.container-fluid-fuego,
.sin-margen-lados,
.sin-margen-lados>h1,
.sin-margen-lados>p {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.container-fluid-fuego {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
}

.cuadro-enmarcado-margen0 {
    margin-bottom: 0 !important;
}

.series-titulo-margen5,
.titulo-caracteristicas-margen5,
.titulo-modulos-margen5 {
    margin-left: 5% !important;
}

.row-ejemplo-guardado {
    align-items: flex-start !important;
    display: flex !important;
    flex-flow: row nowrap !important;
    gap: 1vw !important;
    justify-content: space-between !important;
}

.col-xl-3-ejemplo-guardado {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
}

.texto-justificado-margen-lados-5,
.titulo-margen-lados-5 {
    margin-left: 5% !important;
    margin-right: 5% !important;
}

.texto-justificado-margen-lados-5 {
    text-align: justify !important;
}

.texto-eco-margen5,
.titulo-eco-margen5 {
    margin-left: 5% !important;
}

.texto-eco-margen5 {
    margin-right: 5% !important;
    text-align: justify !important;
}

.modulos-grid-3x {
    display: grid;
    gap: 0 2.5rem;
    grid-template-columns: repeat(3, 1fr);
}

@media (width <=1200px) {
    .modulos-grid-3x {
        grid-template-columns: 1fr 1fr;
    }
}

@media (width <=900px) {
    .modulos-grid-3x {
        grid-template-columns: 1fr;
    }
}

.foto-principal.foto-modulos {
    margin-left: 200px;
}

.foto-principal.foto-modulos img {
    max-width: 315px;
    width: 75%;
}

.img-half {
    height: auto !important;
    max-width: 200px;
    width: 50% !important;
}

.img-quarter {
    max-width: 100px;
    width: 25% !important;
}

.img-eighth,
.img-quarter {
    display: inline-block;
    height: auto !important;
    margin-left: 0 !important;
}

.img-eighth {
    max-width: 50px;
    width: 12.5% !important;
}

.imagenes-variaciones-flex {
    gap: 1rem;
}

.imagenes-variaciones-30,
.imagenes-variaciones-flex {
    align-items: center;
    display: flex;
    justify-content: center;
}

.imagenes-variaciones-30 {
    gap: 0.5rem;
}

.imagenes-variaciones-30 img {
    display: inline-block;
    height: auto !important;
    max-width: 110px;
    width: 30% !important;
}

.fila-pizarrones {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-left: 5%;
    margin-right: 5%;
}

.fila-pizarrones>.col-xl-2,
.fila-pizarrones>.col-xl-8 {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media (width <=900px) {
    .fila-pizarrones {
        align-items: stretch;
        flex-direction: column;
        margin-left: 2vw;
        margin-right: 2vw;
    }

    .fila-pizarrones>.col-xl-2,
    .fila-pizarrones>.col-xl-8 {
        margin-bottom: 1rem;
        max-width: 100%;
    }
}

.guardado-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}

.guardado-col {
    align-items: center;
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    gap: 1rem;
}

@media (width >=768px) {
    .guardado-col {
        flex-basis: calc(50% - 0.5rem);
    }
}

@media (width >=1200px) {
    .guardado-col {
        flex-basis: calc(25% - 0.75rem);
    }
}

.productos-series-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.productos-series-row {
    background: none !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 0 !important;
}

.productos-serie,
.productos-series-row {
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.productos-serie {
    min-width: 0;
}

.productos-serie:not(:last-child) {
    margin-bottom: 0 !important;
}

.productos-serie-imagenes img {
    border-radius: 0 !important;
    display: block;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 0;
}

.productos-serie {
    border-radius: 0 !important;
    overflow: hidden;
    position: relative;
}

.serie-overlay {
    background: transparent !important;
    border-radius: 0 !important;
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}

.productos-serie.overlay-blue .serie-overlay {
    background: rgba(0, 43, 255, 0.13) !important;
}

.productos-serie.overlay-green .serie-overlay {
    background: rgba(0, 200, 83, 0.13) !important;
}

.productos-serie.overlay-red .serie-overlay {
    background: rgba(255, 0, 0, 0.13) !important;
}

.productos-serie.overlay-yellow .serie-overlay {
    background: rgba(255, 235, 59, 0.13) !important;
}

.productos-serie-flex {
    align-items: stretch;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.productos-serie-imagenes {
    box-sizing: border-box;
    gap: 0;
}

.productos-serie-imagenes,
.productos-serie-texto {
    flex-direction: column;
    padding-left: 2vw;
    padding-right: 2vw;
}

.productos-serie-texto {
    margin-top: 1rem;
    text-align: left !important;
}

.productos-modulo-flex,
.productos-serie-texto {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
}

.productos-modulo-flex {
    box-sizing: border-box;
    flex-direction: row;
    gap: 2vw;
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
}

.productos-modulo-flex img {
    align-self: flex-start;
    border-radius: 8px 0 0 8px;
    display: block;
    flex-shrink: 0;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    max-width: 40%;
    min-width: 180px;
    width: 320px;
}

.productos-modulo-texto {
    background: #111;
    border-radius: 0 8px 8px 0;
    color: #fff;
    flex-direction: column;
    height: auto;
    margin-left: 2vw;
    margin-right: 0;
    max-width: 60%;
    min-width: 180px;
    padding: 1.5rem 1.2rem;
    text-align: left;
    width: 60%;
}

.modulo-horizontal,
.productos-modulo,
.productos-modulos {
    all: unset;
}

.murosmodulo {
    align-items: flex-start;
}

.murosmodulo-texto-superior {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
}

@media (width <=900px) {
    .productos-container {
        align-items: stretch;
        flex-direction: column;
        gap: 1.5rem;
    }

    .caracteristicas-producto {
        margin-left: 0;
        margin-top: 2rem;
        max-width: 100vw;
        min-width: 0;
        width: 100%;
    }
}

.texto-izquierda-justificado {
    text-align: left;
    text-align-last: left;
    text-justify: inter-word;
}

.guardado-grid {
    box-sizing: border-box;
    display: grid;
    gap: 1.5rem 1rem;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    width: 100%;
}

.guardado-grid-item {
    align-items: center;
    display: flex;
    justify-content: center;
}

.guardado-grid-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

@media (width <=900px) {
    .guardado-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (width <=600px) {
    .guardado-grid {
        grid-template-columns: 1fr;
    }
}

.imagenlaterali {
    display: block;
    float: left;
    height: auto;
    margin: 0.5rem 1rem 0.75rem 0;
    max-width: 40%;
}

@media (max-width: 700px) {
    .imagenlaterali {
        float: none;
        margin: 0.75rem auto;
        max-width: 100%;
    }
}

.murosmodulos-grid .murosmodulo .murosmodulo-texto>img,
.murosmodulos-grid .murosmodulo>img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 50% !important;
    width: 50% !important;
}

@media (width <=900px) {

    .murosmodulos-grid .murosmodulo .murosmodulo-texto>img,
    .murosmodulos-grid .murosmodulo>img {
        max-width: 50% !important;
        width: 50% !important;
    }
}

.beneficios-stylemove,
.casos-exito-stylemove {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 1.2rem;
    box-shadow: 0 4px 24px rgb(0 0 0 / 7%);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    margin-bottom: 5%;
    margin-top: 5%;
    padding: 2.5rem 2rem;
    position: relative;
    transition: box-shadow 0.2s;
}

.beneficios-stylemove:hover,
.casos-exito-stylemove:hover {
    border-color: #b6d0e2;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.beneficios-stylemove h2,
.casos-exito-stylemove h2 {
    color: #1a365d;
    font-family: Franklin Gothic Arial Narrow, Arial, sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.01em;
    margin-bottom: 1.2rem;
}

.beneficios-stylemove ul,
.casos-exito-stylemove ul {
    list-style: none;
    margin-bottom: 1.2rem;
    padding-left: 1.2rem;
}

.beneficios-stylemove li {
    font-size: 1.07rem;
    line-height: 1.6;
    margin-bottom: 0.7rem;
    padding-left: 1.5em;
    position: relative;
}

.beneficios-stylemove li:before {
    color: #002bff;
    content: "âœ”";
    font-size: 1em;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 0.1em;
}

.casos-exito-stylemove li {
    font-size: 1.07rem;
    line-height: 1.6;
    margin-bottom: 0.7rem;
    padding-left: 1.5em;
    position: relative;
}

.casos-exito-stylemove li:before {
    color: #002bff;
    content: "â˜…";
    font-size: 1em;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 0.1em;
}

.casos-exito-stylemove a {
    color: #1a365d;
    font-weight: 500;
    text-decoration: underline;
    transition: color 0.2s;
}

.casos-exito-stylemove a:hover {
    color: #0d223a;
}

.certificaciones-stylemove {
    background: #fafdff;
    border: 1.5px solid #e5e7eb;
    border-radius: 1.2rem;
    box-shadow: 0 4px 24px rgb(0 0 0 / 7%);
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding: 2.5rem 2rem;
}

.certificaciones-stylemove h2 {
    color: #002bff;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.certificaciones-stylemove ul {
    list-style: disc;
    margin-bottom: 1.2rem;
    padding-left: 1.2rem;
}

.certificaciones-stylemove li {
    font-size: 1.07rem;
    line-height: 1.6;
    margin-bottom: 0.7rem;
}

.ventajas-stylemove {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 1.2rem;
    box-shadow: 0 4px 24px rgb(0 0 0 / 7%);
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding: 2.5rem 2rem;
}

.ventajas-stylemove h2 {
    color: #002bff;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.ventajas-stylemove ul {
    list-style: disc;
    margin-bottom: 1.2rem;
    padding-left: 1.2rem;
}

.ventajas-stylemove li {
    font-size: 1.07rem;
    line-height: 1.6;
    margin-bottom: 0.7rem;
}

.como-elegir-stylemove {
    background: #fafdff;
    border: 1.5px solid #e5e7eb;
    border-radius: 1.2rem;
    box-shadow: 0 4px 24px rgb(0 0 0 / 7%);
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding: 2.5rem 2rem;
}

.como-elegir-stylemove h2 {
    color: #002bff;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.como-elegir-stylemove ol {
    margin-bottom: 1.2rem;
    padding-left: 1.2rem;
}

.como-elegir-stylemove li {
    font-size: 1.07rem;
    line-height: 1.6;
    margin-bottom: 0.7rem;
}

.tabla-responsiva {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tabla-cuadro-comparativo {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.tabla-cuadro-comparativo td,
.tabla-cuadro-comparativo th {
    border: 2px solid #fff;
    overflow-wrap: break-word;
    padding: 0.6rem 0.5rem;
    vertical-align: top;
}

.tabla-cuadro-comparativo tbody th,
.tabla-cuadro-comparativo thead th {
    background: #0057c2;
    color: #fff;
    text-align: left;
}

.tabla-cuadro-comparativo tbody th {
    width: 22%;
}

.tabla-cuadro-comparativo tbody td {
    background: #0b6bd6;
    color: #fff;
}

.tabla-cuadro-comparativo caption {
    left: -9999px;
    position: absolute;
}

@media (max-width: 700px) {

    .tabla-cuadro-comparativo td,
    .tabla-cuadro-comparativo th {
        font-size: 0.95rem;
    }
}

.sellos-horizontales {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.sellos-horizontales * {
    flex: 1 1 360px;
    max-width: 560px;
}

.sellos-horizontales .img-fluid,
.sellos-horizontales img {
    display: block;
    height: auto;
    width: 100%;
}

.productos-series-grid {
    box-sizing: border-box;
    width: 100%;
}

.productos-series-row {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.productos-serie {
    box-sizing: border-box;
    flex: 1 1 0;
    margin: 0.5rem;
    min-width: 260px;
}

.productos-serie .productos-serie-flex {
    align-items: stretch;
    display: flex;
    gap: 1rem;
    height: 100%;
}

.productos-serie-texto {
    box-sizing: border-box;
    flex: 1 1 40%;
}

.productos-serie-imagenes {
    align-items: center;
    display: flex;
    flex: 1 1 60%;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.productos-serie-imagenes .img-fluid {
    display: block;
    height: auto;
    max-width: 100%;
}

@media (max-width: 768px) {
    .productos-series-row {
        flex-direction: column;
        margin: 0;
    }

    .productos-serie {
        margin: 0 0 1rem;
        min-width: 100%;
    }

    .productos-serie .productos-serie-flex {
        flex-direction: column;
        gap: 0.5rem;
    }

    .productos-serie-imagenes,
    .productos-serie-texto {
        flex: unset;
        width: 100%;
    }
}

.croquis-telescopico {
    margin: 0.75rem 0 0;
}

.croquis-telescopico,
.modulo-img-standar {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.modulo-img-standar {
    margin-bottom: 0.5rem;
    position: relative;
    transform: translateY(-6px);
    z-index: 1;
}

@media (max-width: 768px) {
    .modulo-img-standar {
        transform: none;
    }
}

.telec-title {
    display: block;
    margin: 100px 0 0.5rem;
}

.productos-cuadro-enmarcado.margen-lados-5 {
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 90%;
}

.productos-foto-principal.productos-foto-modulos {
    box-sizing: border-box;
    float: left;
    margin-right: 2rem;
    max-width: 40%;
    width: 40%;
}

.productos-foto-principal.productos-foto-modulos .img-fluid {
    display: block;
    height: auto;
    width: 100%;
}

.productos-info {
    box-sizing: border-box;
    margin-left: calc(40% + 2rem);
    overflow: visible;
    padding-top: 0;
    text-align: left;
}

.productos-info p {
    line-height: 1.6;
}

.productos-numero {
    align-items: center;
    background: #000;
    border-radius: 50%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    margin-right: 0.75rem;
    min-width: 36px;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .productos-foto-principal.productos-foto-modulos {
        float: none;
        margin-bottom: 1rem;
        margin-right: 0;
        max-width: 100%;
        width: 100%;
    }

    .productos-info {
        margin-left: 0;
    }
}

.productos-cuadro-enmarcado.margen-lados-5:after {
    clear: both;
    content: "";
    display: block;
}

.croquis-telescopico {
    position: relative;
    z-index: 1;
}

.cuerpo h1,
.cuerpo h2,
.cuerpo h3,
.cuerpo h4,
.cuerpo h5,
.cuerpo h6,
.margen-lados-5 h1,
.margen-lados-5 h2,
.margen-lados-5 h3,
.margen-lados-5 h4,
.margen-lados-5 h5,
.margen-lados-5 h6 {
    color: #002bff !important;
}

.foto-inferior-wrapper {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 420px;
    justify-content: center;
    max-height: 420px;
    overflow: hidden;
    padding: 0.5rem 0;
}

.foto-inferior {
    display: block;
    height: 100% !important;
    margin: 0 auto;
    max-width: none !important;
    object-fit: contain;
    width: auto !important;
}

@media (max-width: 700px) {
    .foto-inferior-wrapper {
        height: 320px;
        max-height: 320px;
    }
}

.composicion-pizarrones .col-md-4 {
    text-align: center;
}

.composicion-pizarrones {
    align-items: stretch;
    gap: 1rem;
}

.composicion-pizarrones .col-md-4 {
    display: flex;
}

.pizarron-card {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 100%;
    width: 100%;
}

.pizarron-media {
    aspect-ratio: 4/3;
    background: #f5f7fa;
    border-radius: 8px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    width: 100%;
}

.pizarron-media .pizarron-thumb {
    height: 100% !important;
    max-width: none;
    object-fit: cover;
    width: 100% !important;
}

.pizarron-caption {
    color: var(--texto-suave, #6c757d);
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.pizarron-thumb {
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    filter: grayscale(65%) saturate(0.9) contrast(0.95) brightness(0.98);
    height: auto;
    max-width: 240px;
    opacity: 0.8;
    transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
}

.pizarron-thumb:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    filter: grayscale(40%) saturate(0.95) contrast(1);
    opacity: 0.9;
    transform: translateY(-2px);
}

@media (min-width: 992px) {
    .pizarron-thumb {
        max-width: 260px;
    }
}

.pizarron-nota {
    color: var(--texto-suave, #6c757d);
    font-size: 0.92rem;
    line-height: 1.5;
    margin-top: 0.5rem;
}

.foto-inferior-wrapper.destacada {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.03), transparent);
    border-radius: 10px;
    padding: 0.5rem;
    position: relative;
}

.foto-inferior.destacada {
    border-radius: 10px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
    display: block;
    height: 100% !important;
    object-fit: cover;
    width: 100% !important;
}

.foto-inferior-wrapper.destacada:before {
    border-radius: 10px;
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5), inset 0 20px 40px rgba(0, 0, 0, 0.06), inset 0 -20px 40px rgba(0, 0, 0, 0.08);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

@media (max-width: 576px) {
    .composicion-pizarrones {
        gap: 1rem;
    }

    .pizarron-thumb {
        max-width: 100%;
    }
}

.resistencia-acustica .resistencia-acustica-row {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.resistencia-acustica-texto {
    flex: 1 1 520px;
    min-width: 260px;
}

.resistencia-acustica-video {
    flex: 1 1 360px;
    min-width: 240px;
}

.video-acustica {
    background: #000;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
    display: block;
    height: auto;
    width: 100%;
}

@media (max-width: 900px) {
    .resistencia-acustica .resistencia-acustica-row {
        gap: 1rem;
    }
}

#scroll-top-btn,
#scroll-top-btn .icono-flecha,
.scroll-top-btn,
.scroll-top-btn .icono-flecha {
    background: none !important;
    box-shadow: none !important;
}

.juntas-grid-stylejoint,
.margen-lados-5,
.murosmodulos-grid,
.productos-cuadro-enmarcada.margen-lados-5,
.productos-series-grid,
.texto-eco-margen5,
.texto-justificado-margen-lados-5,
.titulo-eco-margen5,
.titulo-margen-lados-5 {
    box-sizing: border-box;
    margin-left: 5% !important;
    margin-right: 5% !important;
    max-width: 90vw !important;
    width: 90% !important;
}

.juntas-grid-stylejoint,
.murosmodulos-grid,
.productos-series-grid {
    grid-template-columns: repeat(3, 1fr);
}

.fila-productos {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.productos-serie img {
    height: auto !important;
    object-fit: cover;
    width: 100% !important;
}

.inicio .productos-serie {
    flex: 1 1 100% !important;
    margin: 0 0 2rem !important;
    max-width: 100% !important;
}

.inicio .titulo-seccion {
    display: none;
}

.inicio .btn-ver-mas {
    background: #002bff;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 1.1rem;
    margin: 2rem auto 0;
    max-width: 300px;
    padding: 0.8rem 1.5rem;
    text-align: center;
    transition: background 0.3s;
    width: 100%;
}

.inicio .btn-ver-mas:hover {
    background: #0057c2;
}

.formulario-contacto {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgb(0 0 0 / 7%);
    margin: 2rem 0;
    padding: 2rem;
}

.formulario-contacto h2 {
    color: #002bff;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.formulario-contacto label {
    display: block;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.formulario-contacto input,
.formulario-contacto textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    margin-bottom: 1rem;
    padding: 0.8rem;
    width: 100%;
}

.formulario-contacto button {
    background: #002bff;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
    transition: background 0.3s;
}

.formulario-contacto button:hover {
    background: #0057c2;
}

.tabla-precios {
    border-collapse: collapse;
    margin: 2rem 0;
    width: 100%;
}

.tabla-precios td,
.tabla-precios th {
    border: 1px solid #ccc;
    padding: 1rem;
    text-align: left;
}

.tabla-precios th {
    background: #f5f7fa;
    font-weight: 700;
}

.tabla-precios tr:nth-child(2n) {
    background: #f9f9f9;
}

.testimonios {
    background: #f5f7fa;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgb(0 0 0 / 7%);
    margin: 2rem 0;
    padding: 2rem;
}

.testimonios h2 {
    color: #002bff;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.testimonios p {
    color: #333;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.testimonios .autor {
    color: #002bff;
    font-weight: 700;
}

.preguntas-frecuentes {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgb(0 0 0 / 7%);
    margin: 2rem 0;
    padding: 2rem;
}

.preguntas-frecuentes h2 {
    color: #002bff;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.preguntas-frecuentes .pregunta {
    color: #002bff;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.preguntas-frecuentes .respuesta {
    color: #333;
    margin-bottom: 1rem;
}

.contacto {
    background: #f5f7fa;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgb(0 0 0 / 7%);
    margin: 2rem 0;
    padding: 2rem;
}

.contacto h2 {
    color: #002bff;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.contacto p {
    color: #333;
    margin-bottom: 1rem;
}

.contacto a {
    color: #002bff;
    text-decoration: underline;
}

.contacto a:hover {
    color: #0057c2;
}

.mapa {
    border: 1px solid #ccc;
    border-radius: 8px;
    height: 400px;
    margin: 2rem 0;
    overflow: hidden;
    width: 100%;
}

.mapa iframe {
    border: 0;
    height: 100%;
    width: 100%;
}

.btn-volver-arriba {
    background: #002bff;
    border: none;
    border-radius: 4px;
    bottom: 2rem;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
    position: fixed;
    right: 2rem;
    transition: background 0.3s;
    z-index: 1000;
}

.btn-volver-arriba:hover {
    background: #0057c2;
}

@media (max-width: 768px) {
    .btn-volver-arriba {
        display: block;
    }
}

.aviso-cookies {
    background: #111;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 1rem;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1000;
}

.aviso-cookies p {
    font-size: 0.9rem;
    margin: 0;
}

.aviso-cookies a {
    color: #b6d0e2;
    text-decoration: underline;
}

.aviso-cookies a:hover {
    color: #fff;
}

.menu-movil {
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
    display: none;
    flex-direction: column;
    height: 100%;
    padding: 2rem;
    position: fixed;
    right: 0;
    top: 0;
    width: 250px;
    z-index: 1000;
}

.menu-movil.open {
    display: flex;
}

.menu-movil .cerrar-menu {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2rem;
}

.menu-movil .cerrar-menu button {
    background: none;
    border: none;
    color: #111;
    cursor: pointer;
    font-size: 1.5rem;
}

.menu-movil ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-movil li {
    margin-bottom: 1.5rem;
}

.menu-movil a {
    color: #002bff;
    font-size: 1.2rem;
    text-decoration: none;
}

.menu-movil a:hover {
    text-decoration: underline;
}

.encabezado-pagina {
    background: #002bff;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
}

.encabezado-pagina h1 {
    font-size: 2rem;
    margin: 0;
}

.encabezado-pagina p {
    font-size: 1.2rem;
    margin: 0.5rem 0 0;
}

.pie-pagina {
    background: #111;
    color: #fff;
    padding: 2rem 0;
    text-align: center;
}

.pie-pagina p {
    font-size: 0.9rem;
    margin: 0;
}

.pie-pagina a {
    color: #b6d0e2;
    text-decoration: underline;
}

.pie-pagina a:hover {
    color: #fff;
}

.btn-principal {
    background: #002bff;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
    text-align: center;
    transition: background 0.3s;
}

.btn-principal:hover {
    background: #0057c2;
}

.btn-secundario {
    background: #f5f7fa;
    border: 1px solid #002bff;
    border-radius: 4px;
    color: #111;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
    text-align: center;
    transition: background 0.3s, color 0.3s;
}

.btn-secundario:hover {
    background: #002bff;
    color: #fff;
}

.enlace-destacado {
    color: #002bff;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s;
}

.enlace-destacado:hover {
    color: #0057c2;
}

.lista-numerada {
    list-style-type: decimal;
}

.lista-numerada,
.lista-viÃ±etas {
    margin-bottom: 1rem;
    margin-left: 2rem;
}

.lista-viÃ±etas {
    list-style-type: disc;
}

.bloque-codigo {
    background: #f5f7fa;
    border-left: 4px solid #002bff;
    margin: 1rem 0;
    overflow-x: auto;
    padding: 1rem;
}

.bloque-codigo pre {
    font-family: monospace;
    font-size: 0.9rem;
    margin: 0;
}

.tabla {
    border-collapse: collapse;
    margin: 1rem 0;
    width: 100%;
}

.tabla td,
.tabla th {
    border: 1px solid #ccc;
    padding: 0.8rem;
    text-align: left;
}

.tabla th {
    background: #f5f7fa;
    font-weight: 700;
}

.tabla tr:nth-child(2n) {
    background: #f9f9f9;
}

.aviso {
    background: #fff3cd;
    color: #856404;
}

.alerta,
.aviso {
    border-radius: 4px;
    margin: 1rem 0;
    padding: 1rem;
}

.alerta {
    background: #f8d7da;
    color: #721c24;
}

.contenedor-seccion {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1rem;
}

.seccion {
    padding: 4rem 0;
}

.seccion-sin-titulo {
    padding: 2rem 0;
}

.seccion-centrada {
    text-align: center;
}

.icono {
    color: #002bff;
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: middle;
}

.icono-redes {
    font-size: 1.5rem;
    margin-right: 1rem;
    transition: color 0.3s;
}

.icono-redes:hover {
    color: #0057c2;
}

.enlace-anclaje {
    background: #002bff;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin: 1rem 0;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: background 0.3s;
}

.enlace-anclaje:hover {
    background: #0057c2;
}

.formulario {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgb(0 0 0 / 7%);
    margin: 2rem 0;
    padding: 2rem;
}

.formulario h2 {
    color: #002bff;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.formulario label {
    display: block;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.formulario input,
.formulario textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    margin-bottom: 1rem;
    padding: 0.8rem;
    width: 100%;
}

.formulario button {
    background: #002bff;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
    transition: background 0.3s;
}

.formulario button:hover {
    background: #0057c2;
}

.seccion-contenido {
    margin: 2rem 0;
}

.encabezado-seccion {
    color: #002bff;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.parrafo-seccion {
    color: #333;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.btn-seccion {
    background: #002bff;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
    text-align: center;
    transition: background 0.3s;
}

.btn-seccion:hover {
    background: #0057c2;
}

.lista-caracteristicas {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lista-caracteristicas li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 24 24" fill="%23002bff"><path d="M9 16.2l-4.2-4.2 1.4-1.4L9 13.4l8.8-8.8 1.4 1.4z"/></svg>') no-repeat 0;
    color: #333;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
}

.bloque-destacado {
    background: #f0f8ff;
    border-left: 4px solid #002bff;
    border-radius: 4px;
    margin: 1rem 0;
    padding: 1rem 1.5rem;
}

.enlace-relacionado {
    color: #002bff;
    text-decoration: underline;
}

.enlace-relacionado:hover {
    color: #0057c2;
}

.btn-flotante {
    background: #002bff;
    border: none;
    border-radius: 4px;
    bottom: 2rem;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
    position: fixed;
    right: 2rem;
    transition: background 0.3s;
    z-index: 1000;
}

.btn-flotante:hover {
    background: #0057c2;
}

@media (max-width: 768px) {
    .btn-flotante {
        display: block;
    }
}

.seccion-video {
    border-radius: 8px;
    margin: 2rem 0;
    overflow: hidden;
    position: relative;
}

.seccion-video iframe {
    border: 0;
    height: 100%;
    width: 100%;
}

.contador {
    color: #002bff;
    font-size: 2rem;
    font-weight: 700;
}

.contador-pequeÃ±o {
    color: #333;
    font-size: 1.2rem;
}

.barra-progreso {
    background: #e0e0e0;
    border-radius: 4px;
    height: 1rem;
    margin: 0.5rem 0;
    overflow: hidden;
}

.barra-progreso .progreso {
    background: #002bff;
    height: 100%;
    transition: width 0.3s;
}

.grafico {
    height: 300px;
    margin: 2rem 0;
    width: 100%;
}

.elemento-reproduccion {
    align-items: center;
    border-bottom: 1px solid #ccc;
    display: flex;
    padding: 1rem;
}

.elemento-reproduccion:last-child {
    border-bottom: none;
}

.elemento-reproduccion img {
    border-radius: 4px;
    height: 80px;
    margin-right: 1rem;
    width: 80px;
}

.elemento-reproduccion .info {
    flex: 1;
}

.elemento-reproduccion .titulo {
    color: #002bff;
    font-weight: 700;
}

.elemento-reproduccion .duracion {
    color: #666;
    font-size: 0.9rem;
}

.reproductor-video {
    border-radius: 8px;
    margin: 0 auto;
    max-width: 800px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.reproductor-video video {
    display: block;
    height: auto;
    width: 100%;
}

.reproductor-video .controles {
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s;
}

.reproductor-video:hover .controles {
    opacity: 1;
}

.reproductor-video .boton {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1.5rem;
    margin: 0 0.5rem;
}

.reproductor-video .barra-progreso {
    background: hsla(0, 0%, 100%, 0.3);
    border-radius: 2px;
    bottom: 0;
    height: 4px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
}

.reproductor-video .progreso {
    background: #002bff;
    height: 100%;
    transition: width 0.3s;
}

.formulario-busqueda {
    align-items: center;
    display: flex;
    margin: 2rem 0;
}

.murosmodulos-grid {
    background: linear-gradient(180deg, #f8f9fa, #e9ecef);
    border-radius: 20px;
    margin: 2rem 0;
    padding: 4rem 0;
}

.murosmodulo {
    background: linear-gradient(135deg, #fff, #f9f9f9);
    border: 2px solid rgba(0, 43, 255, 0.08);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.murosmodulo:before {
    background: linear-gradient(90deg, #002bff, #00d4ff 50%, #002bff);
    content: "";
    height: 5px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: opacity 0.4s ease;
}

.murosmodulo:hover:before {
    opacity: 1;
    transform: scaleX(1);
}

.murosmodulo:hover {
    border-color: rgba(0, 43, 255, 0.25);
    box-shadow: 0 25px 80px rgba(0, 43, 255, 0.2), 0 0 20px rgba(0, 43, 255, 0.1);
    transform: translateY(-10px) scale(1.03);
}

.murosmodulo img {
    background: #fff;
    border-radius: 10px;
    display: block;
    height: auto;
    margin: 1.5rem auto 0;
    max-height: 260px;
    object-fit: contain;
    padding: 0;
    transition: transform 0.5s ease, filter 0.3s ease;
    width: 90%;
}

.murosmodulo:hover img {
    filter: brightness(1.05);
    transform: scale(1.1) rotate(1deg);
}

.murosmodulo-texto {
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 2.5rem 2rem;
    text-align: center;
}

.murosmodulo-texto h4 {
    color: #002bff;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.murosmodulo-texto p {
    color: #666;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}

.murosmodulo:hover .murosmodulo-texto h4 {
    color: #0057c2;
}

.murosmodulo:hover .murosmodulo-texto p {
    color: #444;
}

@media (max-width: 768px) {
    .murosmodulos-grid {
        gap: 2.5rem;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        padding: 0 1rem;
    }

    .murosmodulo {
        border-radius: 16px;
    }

    .murosmodulo:hover {
        transform: translateY(-6px) scale(1.02);
    }

    .murosmodulo img {
        margin: 1rem auto 0;
        max-height: 220px;
        padding: 0;
        width: 85%;
    }

    .murosmodulo-texto {
        padding: 2rem 1.5rem;
    }

    .murosmodulo-texto h4 {
        font-size: 1.25rem;
    }

    .murosmodulo-texto p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .murosmodulos-grid {
        gap: 2rem;
    }

    .murosmodulo {
        border-radius: 12px;
    }

    .murosmodulo-texto {
        padding: 1.75rem 1rem;
    }

    .murosmodulo-texto h4 {
        font-size: 1.15rem;
    }

    .murosmodulo-texto p {
        font-size: 0.95rem;
    }
}

.texto-fuego-margen-justificado {
    font-size: 1.2em;
    margin: 1.5rem 5%;
    padding: 1rem;
    text-align: justify;
}

.beneficios-stylemove,
.casos-exito-stylemove,
.certificaciones-stylemove,
.como-elegir-stylemove,
.cta-stylemove,
.enlaces-seo-stylemove,
.faq-seo-visible,
.quienes-somos-stylewall,
.testimonios-seccion,
.ventajas-stylemove {
    background: #f8f9fa;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    margin: 2rem 0;
    padding: 1.5rem;
}

.beneficios-stylemove h2,
.casos-exito-stylemove h2,
.certificaciones-stylemove h2,
.como-elegir-stylemove h2,
.cta-stylemove h2,
.enlaces-seo-stylemove h2,
.faq-seo-visible h2,
.quienes-somos-stylewall h2,
.testimonios-seccion h2,
.ventajas-stylemove h2 {
    color: #002bff;
    margin-bottom: 1rem;
}

body {
    margin-right: 0 !important;
}

/* --- Maintenance Kit Section --- */
.card-maintenance {
    grid-column: 1 / -1;
    background: linear-gradient(to right, #ffffff, #f8faff);
    border: 2px solid #e2e8f0;
}

.maintenance-content-flex {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.maintenance-image-placeholder {
    flex-shrink: 0;
    width: 300px;
    height: 200px;
    background: #f1f5f9;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-weight: 600;
    border: 2px dashed #cbd5e0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.8rem;
}

.maintenance-text {
    flex-grow: 1;
}

.btn-leer-mas {
    display: inline-flex;
    align-items: center;
    margin-top: 1.5rem;
    color: #002bff;
    font-weight: 700;
    text-decoration: none;
    gap: 0.5rem;
    transition: transform 0.2s;
}

.btn-leer-mas:hover {
    transform: translateX(5px);
    text-decoration: underline;
}

@media (max-width: 768px) {
    .maintenance-content-flex {
        flex-direction: column;
    }

    .maintenance-image-placeholder {
        width: 100%;
    }
}

/* Estilos extraÃ­dos de `src/pages/muros-moviles/index.astro`
   (antes en <style is:global>) */

/*
    Muros móviles:
    - Encabezado full-width (100%)
    - Padding-top para evitar contenido oculto bajo el menÃº
    - MÃ¡rgenes 5% lateral para contenido (excepto Fotografia y Footer)
*/

/*
    Nota:
    - El full-bleed de `#encabezados-*`, `.container-fluid-responsive` y `.Fotografia-wrapper`
      se gestiona en `src/layouts/Layout.astro` para evitar hacks duplicados (100vw/-50vw)
      que suelen provocar overflow/mÃ¡rgenes â€œfantasmaâ€.
    - El offset superior para el menÃº fijo se gestiona en `/public/css/muro-movil.css`.
*/

@media (max-width: 768px) {
    .detalles-calidad-rieles {
        width: 96%;
        max-width: 96%;
        padding: 1.25rem;
    }

    .detalles-calidad-rieles h3 {
        font-size: 1.1rem;
    }

    .detalles-calidad-rieles li {
        font-size: 0.95rem;
        padding-left: 2rem;
    }

    .rieles-container {
        margin-top: 2rem;
    }

    .cuadro-enmarcadon {
        margin-bottom: 2rem;
    }

    .card-title-riel {
        font-size: 1.25rem;
    }

    .card-header-riel {
        padding: 1rem;
    }

    .rieles-tarjetas-container {
        width: 96%;
        max-width: 96%;
    }

    .rieles-tarjetas-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .riel-img {
        height: 260px;
    }

    .riel-descripcion {
        font-size: 0.95rem;
    }

    .detalles-calidad-guardado {
        padding: 1.25rem;
    }

    .detalles-calidad-guardado h3 {
        font-size: 1.1rem;
    }

    .detalles-calidad-guardado li {
        font-size: 0.95rem;
        padding-left: 2rem;
    }

    .ensayos-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        width: 96%;
        max-width: 96%;
    }

    .ensayo-imagen-placeholder {
        height: 200px;
    }

    .ensayo-card h3 {
        font-size: 1.15rem;
        margin: 1rem 1rem 0.75rem;
    }

    .ensayo-descripcion {
        font-size: 0.95rem;
        margin: 0 1rem 1rem;
    }

    .btn-leer-mas {
        margin: 0 1rem 1rem;
        padding: 0.65rem 1.25rem;
        font-size: 0.95rem;
    }
}

/* AlineaciÃ³n icono + texto (CaracterÃ­sticas) */
.caracteristicas-producto {
    line-height: 1.65;
}

.caracteristicas-producto svg {
    display: inline-block;
    margin-right: 6px !important;
    vertical-align: -0.125em !important;
}

/* Grid de MÃ³dulos - Nuevo diseÃ±o con columnas */
.murosmodulos-grid-new {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-top: 3rem;
}

.murosmodulo-new {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.murosmodulo-new:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.murosmodulo-img-container {
    width: 100%;
    height: 350px;
    overflow: hidden;
    background: transparent;
}

.murosmodulo-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 1rem;
}

.murosmodulo-texto-new {
    padding: 1.5rem;
}

.murosmodulo-texto-new h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    border-bottom: 3px solid #0066cc;
    padding-bottom: 0.5rem;
}

.murosmodulo-texto-new p {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 0;
}

/* Detalles de calidad (mÃ³dulo telescÃ³pico) */
.modulo-detalles-calidad {
    margin-top: 1.5rem;
    padding: 1.25rem;
    background: transparent;
    border-left: 4px solid #0066cc;
    border-radius: 8px;
}

.modulo-detalles-calidad h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0066cc;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.modulo-detalles-calidad ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.modulo-detalles-calidad li {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #2c2c2c;
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
    position: relative;
}

.modulo-detalles-calidad li:before {
    content: "âœ“";
    position: absolute;
    left: 0;
    color: #0066cc;
    font-weight: 900;
    font-size: 1.2rem;
}

.modulo-detalles-calidad strong {
    color: #0066cc;
    font-weight: 600;
}

/* Variaciones - Ocupa todo el ancho */
.murosmodulo-variaciones {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 2rem;
    align-items: center;
}

.imagenes-variaciones-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.variacion-img {
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.variacion-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    text-align: center;
}

/* Detalles de calidad de rieles */
.detalles-calidad-rieles {
    width: 90%;
    max-width: 90%;
    margin: 2rem auto;
    padding: 1.5rem;
    background: transparent;
    border-left: 4px solid #0066cc;
    border-radius: 8px;
}

.detalles-calidad-rieles h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0066cc;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detalles-calidad-rieles ol {
    list-style: none;
    counter-reset: item;
    padding-left: 0;
    margin: 0;
}

.detalles-calidad-rieles li {
    font-size: 1rem;
    line-height: 1.7;
    color: #2c2c2c;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
    position: relative;
    counter-increment: item;
}

.detalles-calidad-rieles li:before {
    content: counter(item) ".";
    position: absolute;
    left: 0;
    color: #0066cc;
    font-weight: 900;
    font-size: 1.3rem;
}

.detalles-calidad-rieles strong {
    color: #0066cc;
    font-weight: 600;
}

/* Espaciado para tarjetas de rieles */
.rieles-container {
    margin-top: 3rem;
}

/* Nuevo contenedor para tarjetas de rieles con 90% ancho */
.rieles-tarjetas-container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
}

.rieles-tarjetas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.riel-tarjeta {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.riel-tarjeta:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* Estilos para tÃ­tulos de tarjetas de rieles */
.card-header-riel {
    background: linear-gradient(135deg, #0066cc 0%, #004d99 100%);
    padding: 1.25rem;
    border-radius: 12px 12px 0 0;
}

.card-title-riel {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.riel-tarjeta-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.riel-img {
    width: 100%;
    height: clamp(280px, 28vw, 420px);
    object-fit: contain;
    margin-bottom: 1rem;
}

.riel-descripcion {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a4a4a;
    text-align: justify;
    margin: 0;
}

/* Detalles de calidad para guardado de mÃ³dulos */
.detalles-calidad-guardado {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 1.5rem;
    background: transparent;
    border-left: 4px solid #0066cc;
    border-radius: 8px;
}

.detalles-calidad-guardado h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0066cc;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detalles-calidad-guardado ol {
    list-style: none;
    counter-reset: item;
    padding-left: 0;
    margin: 0;
}

.detalles-calidad-guardado li {
    font-size: 1rem;
    line-height: 1.7;
    color: #2c2c2c;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
    position: relative;
    counter-increment: item;
}

.detalles-calidad-guardado li:before {
    content: counter(item) ".";
    position: absolute;
    left: 0;
    color: #0066cc;
    font-weight: 900;
    font-size: 1.3rem;
}

.detalles-calidad-guardado strong {
    color: #0066cc;
    font-weight: 600;
}

/* SecciÃ³n Resistencia al Fuego - Full Width */
.resistencia-fuego-fullwidth {
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}

.fire-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #ff4500 0%, #ff8c00 25%, #ffa500 50%, #ff6347 75%, #ff4500 100%);
    background-size: 400% 400%;
    animation: fireGradient 8s ease infinite;
    z-index: 0;
}

.fire-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 100%, rgba(255, 69, 0, 0.3) 0%, transparent 70%);
    animation: fireFlicker 3s ease-in-out infinite;
    z-index: 1;
}

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

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

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

@keyframes fireFlicker {

    0%,
    100% {
        opacity: 0.6;
    }

    50% {
        opacity: 0.9;
    }
}

.resistencia-fuego-content-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

.resistencia-fuego-title {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 2rem;
    color: #ffffff;
}

.resistencia-fuego-contenido {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    background: linear-gradient(135deg,
            rgba(255, 69, 0, 0.15) 0%,
            rgba(255, 140, 0, 0.15) 25%,
            rgba(255, 165, 0, 0.15) 50%,
            rgba(255, 99, 71, 0.15) 75%,
            rgba(255, 69, 0, 0.15) 100%);
    background-size: 400% 400%;
    animation: fireGradient 8s ease infinite;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.texto-centrado {
    text-align: center;
    line-height: 1.8;
    color: #ffffff;
    font-weight: 500;
}

/* SecciÃ³n de Descarga */
.descarga-section {
    margin: 3rem 0;
}

.descarga-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.descarga-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 280px;
}

.descarga-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 102, 204, 0.2);
    text-decoration: none;
}

.descarga-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0066cc 0%, #004d99 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.descarga-card:hover .descarga-icon {
    background: linear-gradient(135deg, #004d99 0%, #003366 100%);
    transform: scale(1.1);
}

.descarga-icon svg {
    color: #ffffff;
}

.descarga-titulo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.descarga-descripcion {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Video autoplay con Intersection Observer */
.video-acustica {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Estilos para Ensayos y Pruebas */
.ensayos-pruebas-section {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.ensayos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 3rem auto;
    width: 90%;
    max-width: 90%;
}

.ensayo-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.ensayo-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.ensayo-imagen-placeholder {
    width: 100%;
    height: 250px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder-content {
    text-align: center;
    color: #999;
}

.placeholder-content svg {
    color: #0066cc;
    margin-bottom: 1rem;
}

.placeholder-content p {
    font-size: 0.9rem;
    font-style: italic;
}

.ensayo-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 1.5rem 1.5rem 1rem;
    border-bottom: 3px solid #0066cc;
    padding-bottom: 0.5rem;
}

.ensayo-descripcion {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0 1.5rem 1.5rem;
    text-align: justify;
    flex-grow: 1;
}

.btn-leer-mas {
    display: inline-block;
    margin: 0 1.5rem 1.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #0066cc 0%, #004d99 100%);
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
}

.btn-leer-mas:hover {
    background: linear-gradient(135deg, #004d99 0%, #003366 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
    color: #ffffff !important;
    text-decoration: none;
}

/* GalerÃ­a de Proyectos styleMOVE */
.galeria-proyectos-stylemove {
    margin: 3rem 0;
}

.galeria-proyectos-stylemove .section-title {
    margin-bottom: 3rem;
}

.proyectos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.proyecto-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.proyecto-item a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.proyecto-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);

    .descarga-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .descarga-card {
        min-height: 240px;
        padding: 2rem 1.5rem;
    }

    .descarga-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 1rem;
    }

    .descarga-icon svg {
        width: 36px;
        height: 36px;
    }

    .descarga-titulo {
        font-size: 1.25rem;
    }

    .descarga-descripcion {
        font-size: 0.95rem;
    }
}

.proyecto-imagen-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.proyecto-imagen {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.proyecto-item:hover .proyecto-imagen {
    transform: scale(1.1);
}

.proyecto-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 70%, transparent 100%);
    color: #ffffff;
    padding: 1.5rem 1.25rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* TÃ­tulos mÃ¡s notables (solo pÃ¡gina Muros móviles) */
.sw-title-notable {
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-size: clamp(1.6rem, 2.6vw, 2.6rem);
    margin-bottom: 1rem;
}

.sw-section-title-notable {
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-size: clamp(1.4rem, 2.2vw, 2.1rem);
    margin-top: 1.25rem;
    margin-bottom: 1rem;
    padding-left: 0.75rem;
    border-left: 6px solid currentColor;
}

/* ==========================================================
   Encabezados con fondo a 100% del ancho del viewport
   (full-bleed background, texto alineado al contenedor)
   ========================================================== */
:root {
    --sw-heading-fullbleed-bg: rgba(0, 0, 0, 0.055);
}

.sw-mm-page .h1-seo,
.sw-mm-page .section-title,
.sw-mm-page .productos-series-titulo,
.sw-mm-page .display-4,
.sw-mm-page .cuadro-enmarcado>h2,
.sw-mm-page .cuadro-enmarcado>h3 {
    position: relative;
    isolation: isolate;
    z-index: 0;
    padding-block: 0.35rem;
}

.sw-mm-page .h1-seo::before,
.sw-mm-page .section-title::before,
.sw-mm-page .productos-series-titulo::before,
.sw-mm-page .display-4::before,
.sw-mm-page .cuadro-enmarcado>h2::before,
.sw-mm-page .cuadro-enmarcado>h3::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: var(--sw-heading-fullbleed-bg);
    z-index: -1;
}

/* Responsive */
@media (max-width: 1200px) {
    .murosmodulos-grid-new {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .murosmodulo-img-container {
        height: 300px;
    }

    .murosmodulo-variaciones {
        grid-template-columns: 1fr;
    }

    .imagenes-variaciones-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .ensayos-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .rieles-tarjetas-grid {
        grid-template-columns: 1fr;
    }

    .proyectos-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .proyecto-imagen-wrapper {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .murosmodulos-grid-new {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .murosmodulo-img-container {
        height: 280px;
    }

    .imagenes-variaciones-container {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .variacion-img {
        height: 240px;
    }

    .section-title {
        font-size: 2rem;
    }

    .modulo-detalles-calidad {
        padding: 1rem;
    }

    .modulo-detalles-calidad li {
        font-size: 0.9rem;
    }

    .proyectos-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .proyecto-imagen-wrapper {
        height: 280px;
    }

    .proyecto-caption {
        font-size: 0.95rem;
        padding: 1.25rem 1rem 0.85rem;
    }
}