.megamenu-two {
    margin-top: -35px !important;
    left: 200px !important;
}
#detalleproducto li {
    list-style: disc;
    margin: 0px 20px 1.25rem;
}

.PictogramasCombinados h3 {
    color: #004899;
    font-size: 2rem;
    margin-top: 12px;
    text-align: center;
}

.tituloazul {
    padding-bottom: 1rem;
 
    text-align: left !important;
    text-transform: none !important;
    color: #004899;
}

@media (max-width: 1023px) {
    .breadcrumb {
        display: none;
    }
}

.internas .content h1 {
    color: #004899;
  
}

.content ul {
    list-style: inside;
}

.tituloazul_contactar {
    padding-bottom: 1rem;
    text-align: left !important;
    text-transform: none !important;
    color: #004899;
}

.page-header-doc {
    background: white;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 20px;
    width: 100%;
}

.container-title-doc {
    text-align: center;
    margin: 0 auto;
    width: 80%;
}

.container-title-doc h1 {
    font-size: 3em;
    color: #0056b3;
    font-weight: 600;
    font-family: 'Alexandria', sans-serif;

}

.container-title-doc h2 {
    font-size: 2.5em;
    color: #0056b3;
    font-weight: 600;
   
}

.container-title-doc p {
    font-size: 1.3em;

}

.video-wrapper {
    max-width: 90%;
    /* margin: 0 auto; */
    text-align: center;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.product-desc-content {
    text-align: justify;
    width: 100%;
}

.product-desc-content p {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 4em;
    font-size: 1.3em;
    text-align: center;
}


p.video-comment {
    width: 100%;
    color: #0056b3;
    font-weight: bold;
    font-size: 30px;
    font-family: 'Alexandria', sans-serif;
    font-style: normal;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}
strong {
    color: rgb(75, 75, 75);
}

.bg-gray {
    background-color: #f8f9fa;
}

.feature-box {
    text-align: center;
    margin-bottom: 2em;
    box-sizing: border-box;
}

.feature-box-content {
    line-height: 1.5;
    font-size: 1.15em;
    color: rgb(75, 75, 75);
    padding: 1.8em 1.2em;
    border-radius: 0.5em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 12em;
    overflow: hidden;
}

.feature-box-content h3 {
    font-size: 1.8em;
    margin-top: 0;
    margin-bottom: 1em;
    color: #0056b3;
    font-weight: bold;
}

.feature-box-content p {
    margin-bottom: 0;
    flex-grow: 1;
    max-width: 30em;
}

.features-section {
    margin-bottom: 5em;
    padding-top: 3em;
    padding-bottom: 3em;
}

.page-end-doc {
    margin-bottom: 5em;
}

.section-position {
    text-align: center;
    justify-content: center;
    align-items: stretch;
}

@media (max-width: 991.98px) {
    .feature-box {
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
    }

    .feature-box-content {
        min-height: auto;
        padding: 1.5em;
        font-size: 1.05em;
    }

    .feature-box-content h3 {
        font-size: 1.6em;
    }

    .feature-box-content p {
        max-width: none;

        font-size: 1.3em;
    }
}

@media (max-width: 767.98px) {
    .feature-box {
        margin-bottom: 1.5em;
        max-width: 90%;
    }

    .feature-box-content {
        padding: 1em;
        font-size: 1.3em;
    }

    .feature-box-content h3 {
        font-size: 1.5em;
        margin-bottom: 0.8em;
    }
}

@media (max-width: 575.98px) {
    .feature-box {
        margin-bottom: 1em;
    }
}

/* csc - linia del tiempo */
:root {
    --main-line-color: #dee2e6;
    --dot-color: #a8d8c9;
    --text-color: #6c757d;
    --heading-color: #343a40;
    --year-font-size: 1.6em;
    --description-font-size: 1.3em;
    --connector-line-color: #3261b0;
    --image-size: 160px;
    --dot-size: 20px;
    --image-horizontal-adjust: -200px;
    --spacing-content-from-center-line: 30px;
    --image-to-text-gap: -50px;
    --year-connector-length: 200px;
    --year-connector-offset-from-text: 15px;
    --image-halo-width: 4px;

    --mobile-line-offset: 20px;
    --mobile-image-size: 70px;
    --mobile-dot-top-offset: 15px;
    --mobile-content-offset: 15px;
    --mobile-text-padding-left: 10px;
    --mobile-year-font-size: 1.2em;
    --mobile-description-font-size: 1.2em;
    --mobile-description-max-width: 90%;

    --tablet-line-offset: 30px;
    --tablet-image-size: 80px;
    --tablet-dot-top-offset: 15px;
    --tablet-content-offset: 20px;
    --tablet-text-padding-left: 20px;
    --tablet-year-font-size: 1.6em;
    --tablet-description-font-size: 1em;
    --tablet-description-max-width: 90%;
}

.timeline-container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 0;
}

.timeline {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: var(--main-line-color);
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-item {
    display: flex;
    align-items: center;
    min-height: calc(var(--image-size) + 20px);
    position: relative;
    margin-bottom: 40px;
}

.timeline-dot-wrapper {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.timeline-dot {
    width: var(--dot-size);
    height: var(--dot-size);
    background-color: var(--dot-color);
    border-radius: 2px;
}

.timeline-content-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    width: calc(50% - var(--spacing-content-from-center-line) - var(--image-horizontal-adjust));
    padding: 0 10px;
    box-sizing: border-box;
}

.timeline-image-wrapper {
    width: var(--image-size);
    height: var(--image-size);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 0 var(--image-halo-width) #fff;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 2;
}

.timeline-image-wrapper img {
    max-width: 80%;
    max-height: 80%;
    margin-top: -60px;
    display: block;
    object-fit: contain;
}

.timeline-text-wrapper {
    flex-grow: 1;
    position: relative;
    z-index: 2;
    padding: 0;
}

.timeline-year {
    font-weight: bold;
    font-size: var(--year-font-size);
    color: #3261b0;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    line-height: 1.2;
}

.timeline-year-connector {
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: transparent;
    border-top: 1px dashed var(--connector-line-color);
    transform: translateY(-50%);
    z-index: -1;
    width: var(--year-connector-length);
}

.timeline-description {
    font-size: var(--description-font-size);
    color: var(--text-color);
    margin-top: .5em;
    line-height: 1.4;
    width: 30em;
    white-space: pre-wrap;
}

@media (min-width: 1296px) {
    .timeline-item.right-aligned {
        justify-content: flex-end;
    }

    .timeline-item.right-aligned .timeline-content-wrapper {
        margin-left: calc(50% + var(--spacing-content-from-center-line) + var(--year-connector-length) + var(--year-connector-offset-from-text));
        flex-direction: row;
        text-align: right;
    }

    .timeline-item.right-aligned .timeline-image-wrapper {
        margin-right: var(--image-to-text-gap);
        transform: translateX(calc(-1 * var(--image-horizontal-adjust)));
    }

    .timeline-item.right-aligned .timeline-year-connector {
        right: 100%;
        margin-right: var(--year-connector-offset-from-text);
        width: 12em;
    }

    .timeline-item.left-aligned {
        justify-content: flex-start;
    }

    .timeline-item.left-aligned .timeline-content-wrapper {
        margin-right: calc(50% + var(--spacing-content-from-center-line) + var(--year-connector-length) + var(--year-connector-offset-from-text));
        flex-direction: row-reverse;
        text-align: left;
    }

    .timeline-item.left-aligned .timeline-image-wrapper {
        margin-left: var(--image-to-text-gap);
        transform: translateX(var(--image-horizontal-adjust));
    }

    .timeline-item.left-aligned .timeline-year-connector {
        left: 100%;
        margin-left: var(--year-connector-offset-from-text);
        width: 12em;
    }

}

@media (max-width: 1295px) {

    .timeline-text-wrapper {
    flex-grow: 1;
    position: relative;
    z-index: 2;
    padding: 0;
    margin-top: 30px;
}
    .timeline-container {
        max-width: 100%;
        padding: 20px 0;
    }

    .timeline {
        padding-left: var(--tablet-line-offset);
        padding-right: 20px;
    }

    .timeline::before {
        left: var(--tablet-line-offset);
        transform: translateX(-50%);
    }

    .timeline-item {
        flex-direction: row;
        align-items: flex-start;
        padding-left: 0;
        min-height: auto;
        margin-bottom: 25px;
        justify-content: flex-start;
    }

    .timeline-dot-wrapper {

        left: var(--tablet-line-offset) ;
        top: var(--tablet-line-offset);
        transform: translate(-50%, 0);
        margin-left: -30px;
    }

    .timeline-dot {
  
        width: calc(var(--dot-size) - 10px);
        height: calc(var(--dot-size) - 10px);
    
    }

    .timeline-content-wrapper {
        width: auto;
        flex-grow: 1;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
        margin-left: calc(var(--tablet-line-offset) + var(--tablet-content-offset));
        margin-right: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .timeline-item.left-aligned .timeline-content-wrapper,
    .timeline-item.right-aligned .timeline-content-wrapper {
        flex-direction: row;
        text-align: left;
        margin-left: calc(var(--tablet-line-offset) + var(--tablet-content-offset));
        margin-right: 0;
    }

    .timeline-image-wrapper {
        width: var(--tablet-image-size);
        height: var(--tablet-image-size);
        margin-right: 15px;
        margin-left: 0;
        position: relative;
        transform: none;
        top: auto;
        box-shadow: 0 0 0 calc(var(--image-halo-width) / 2) #fff;
    }

    .timeline-image-wrapper img {
        margin-top: 0;
        max-width: 80%;
        max-height: 80%;
    }

    .timeline-text-wrapper {
        text-align: left;
        padding-left: var(--tablet-text-padding-left);
        padding-top: 1em;
        flex-grow: 1;
    }

    .timeline-year {
        font-size: var(--tablet-year-font-size);
    }

    .timeline-description {
        font-size: var(--tablet-description-font-size);
        width: auto;
        max-width: var(--tablet-description-max-width);
    }

    .timeline-year-connector {
        display: none;
    }
}

@media (max-width: 768px) {
    .timeline-container {
        max-width: 100%;
        padding: 10px 0;
    }

    .timeline {
        padding-left: var(--mobile-line-offset);
        padding-right: 10px;
    }

    .timeline::before {
        left: var(--mobile-line-offset);
        transform: translateX(-50%);
    }

    .timeline-item {
        flex-direction: row;
        align-items: flex-start;
        padding-left: 0;
        min-height: auto;
        margin-bottom: 20px;
        justify-content: flex-start;
    }

    .timeline-dot-wrapper {
        left: var(--mobile-line-offset);
        top: var(--mobile-dot-top-offset);
        transform: translate(-50%, 0);
        margin-left: -20px;
    }

    .timeline-content-wrapper {
        width: auto;
        flex-grow: 1;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
        margin-left: calc(var(--mobile-line-offset) + var(--mobile-content-offset));
        margin-right: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .timeline-item.left-aligned .timeline-content-wrapper,
    .timeline-item.right-aligned .timeline-content-wrapper {
        flex-direction: row;
        text-align: left;
        margin-left: calc(var(--mobile-line-offset) + var(--mobile-content-offset));
        margin-right: 0;
    }

    .timeline-image-wrapper {
        width: var(--mobile-image-size);
        height: var(--mobile-image-size);
        margin-right: 10px;
        margin-left: 0;
        position: relative;
        transform: none;
        top: auto;
        box-shadow: 0 0 0 calc(var(--image-halo-width) / 2) #fff;
    }

    .timeline-image-wrapper img {
        margin-top: 0;
        max-width: 80%;
        max-height: 80%;
    }

    .timeline-text-wrapper {
        text-align: left;
        padding-left: var(--mobile-text-padding-left);
        flex-grow: 1;
    }

    .timeline-year {
        font-size: var(--mobile-year-font-size);
    }

    .timeline-description {
        font-size: var(--mobile-description-font-size);
        width: auto;
        max-width: var(--mobile-description-max-width);
    }

    .timeline-year-connector {
        display: none;
    }
}


/* resultados.blade */

.descripcion_gamas {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.descripcion_gamas .tab-pane {
    flex: 0 0 100%;
    max-width: 100%;
    scroll-snap-align: start;
    display: flex !important;
    flex-direction: column;
}

.descripcion_gamas::-webkit-scrollbar {
    display: none;
}

.header-search-wrapper_2 {
    display: flex;
    align-items: center;
    border: 1px solid #004849;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    height: 40px;
    max-width: 100%;
    margin: 0 auto;
}

.form-control_2 {
    flex: 1;
    border: none;
    padding: 0 15px;
    font-size: 16px;
    height: 100%;
    outline: none;
    background-color: transparent;
}

.btn_2 {
    border: none;
    background: transparent;
    padding: 0 15px;
    font-size: 18px;
    color: #0055B8; /* azul como el icono que mostraste */
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_2:focus {
    outline: none;
}

.icon-magnifier::before {
    content: "\f002"; /* Código Font Awesome del icono lupa */
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}


/* detallesblog */

.post-media {
    position: relative;
}

.post-media img {
    width: 100%; 
    display: block; 
    border-radius: 8px;
}

.post-date {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
    background-color: rgba(0,0,0,0.6);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    flex-direction: column;
    font-size: 16px;    
}


/* atuaire */

.section-title-blog a {
    color: inherit; 
    text-decoration: none;
}

.products-section {
    border-bottom: 0;
}


/* espaciopro */

.espacio_pro {
    border-radius: 12px;
    min-height: 400px;
}

@media (max-width: 2150px) {
  /* Estilos para pantallas de hasta 2150px de ancho */
    .espacio_pro {
        border-radius: 12px;
        min-height: 380px;
    }
}

@media (max-width: 1900px) {
  /* Estilos para pantallas de hasta 2150px de ancho */
    .espacio_pro {
        border-radius: 12px;
        min-height: 415px;
    }
}

@media (max-width: 1430px) {
  /* Estilos para pantallas de hasta 2150px de ancho */
    .espacio_pro {
        border-radius: 12px;
        min-height: 480px;
    }
}

@media (max-width: 1200px) {
  /* Estilos para pantallas de hasta 2150px de ancho */
    .espacio_pro {
        border-radius: 12px;
        min-height: 640px;
    }
}

.publicaciones-img img {
    border-radius: 12px;
}

.articulo-descripcion span {
    font-size: 16px; 
    display: -webkit-box; 
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
}

.traducciones-vermas a {
   display: flex; 
   align-items: center; 
}

.traducciones-vermas a i {
    font-size: x-large
}



@media (min-width: 767px) {
        .pr-movil {
            padding-right: 3rem !important;
        }

        .pl-movil {
            padding-left: 3rem !important;
        }
    }

.tituloazul_contactar {
    padding-bottom: 1rem;
    text-align: left !important;
    text-transform: none !important;
    color: #004899;
}
.uppercase{
    text-transform: uppercase;
}

.btn_soporte_tecnico{
    background-color: #D3D3D3;
    border-color: #D3D3D3;
    color: #004899;
    box-shadow: none;
    border-radius: 12px;
}





/* Animación de entrada desde la derecha */
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.modal-right .modal-dialog {
    position: fixed;
    right: 0;
    top: 0;
    margin: 0;
    height: 100%;
    width: 50%;
    max-width: none;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
    animation: slideInRight 0.3s forwards;
    z-index: 1050;
}

.modal-right .modal-content {
    height: 100%;
    border: none;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    overflow-y: auto;
}

/* Fondo oscurecido del modal */
.modal-backdrop {
    opacity: 0.5 !important;
}

.map-iframe iframe {
    border: 0px;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

/* Responsivo: en pantallas <= 1024px, modal ocupa todo el ancho */
@media (max-width: 1024px) {
    .modal.right .modal-dialog {
        width: 100%;
        border-radius: 0 !important;
    }

    .modal.right .modal-content {
        border-radius: 0 !important;
    }
}

.custom-input {
    border-radius: 15px;
    border-color: #0073C1;
    background-color: aliceblue;
}

.modal form .form-group {
    max-width: 100% !important;
}


/* listadodescargas  */


.titulo-paginadescargas {
    background: 50%/cover #D4E1EA url('../../assets/images/Fondo3.jpg'); 
    max-width: 100%;
}

#searchSerie {
    border-radius: 10px; 
    border-color: #004899;
}

#searchButton {
   border-radius: 10px;
}

.gama_class {
    border: none; 
    border-radius: 10px;
}

#gamas-container img {
    border-radius: 10px;
}

#gamas-container span {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.familia_class {
display: flex; 
flex-direction: column; 
align-items: center; 
text-align: center; 
border: none; 
border-radius: 10px;
}

.familia_class img {
    max-width: 100%; 
    height: auto;
    border-radius: 10px;
}

.familia_class span {
    white-space: normal;
}

.subfamilia_class {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
    border: none; 
    border-radius: 10px;
}

.subfamilia_class img {
    max-width: 100%; 
    height: auto; 
    border-radius: 10px;
}

.subfamilia_class span {
   white-space: normal; 
}

.serie_class {
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
    border: none; 
    border-radius: 10px;
}

.serie_class img {
    max-width: 100%; 
    height: auto; 
    border-radius: 10px;
}

.serie_class span {
    white-space: normal;
}

.documentosarchivo a {
    border-radius: 10px;
}

.divDocument {
    font-size: 50px;
}

.divArchivo {
    display: flex; 
    flex-direction: column; 
    align-items: center;
    text-align: center;
}

.divArchivo span {
    white-space: normal;
}

#downloadImagesBtn {
    border-radius: 10px;
}

.buttondownloadimg {
    font-size: 50px;
}

#downloadImagesBtn span {
    white-space: normal;
}

.downloaddocument a {
   border-radius: 10px; 
}

/* estilo1 */

.banner-estilo1 {
    background: #e2e2e0
}

.banner-estilo1 figure{
    animation-duration: 20s;
}

.kenBurnsToRight figure img {
    background-color: #ccc;
}

.animacion-estilo1 {
    animation-duration: 1000ms;
}

/* estilo2 */


.container-estilo2 {
    padding: 50px; 
    background: linear-gradient(-90deg, #000000 -3.11%, #2290A7 104.97%, #FFFFFF 178.76%); 
    display: flex; 
    justify-content: center;
}

.text-estilo2 {
    color: white !important;
}

.carousel-container2 {
        width: 60%;
        position: relative;
        overflow: hidden;
        background: transparent;
        height: 610px;
    }

    .slider2 {
        position: relative;
        width: 100%;
        overflow: hidden;
        border-radius: 10px;
        color: white;
    }

    .slides2 {
        display: flex;
        transition: transform 0.5s ease-in-out;
        width: fit-content; /* Se ajusta al contenido en lugar de expandirse */
        max-width: 100%; /* Se adapta al tamaño de la pantalla */
    }

    .slide2 {
        min-width: 100%;
        box-sizing: border-box;
    }

    .slide2 img {
        border-radius: 10px;
        width: 100%;
        height: 40rem;
        object-fit: cover;
    }

    .arrow {
        position: absolute;
        top: 35%;
        transform: translateY(-50%);
        background-color: transparent;
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
        font-size: 18px;
    }

    .prev {
        left: 10px;
    }

    .next {
        right: 10px;
    }

    .dots {
        position: absolute;
        bottom: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .dot {
        height: 10px;
        width: 10px;
        margin: 0 5px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        cursor: pointer;
    }

    .dot.active {
        background-color: #717171;
    }

    @media screen and (max-width: 1200px) {
        .carousel-container2 {
            width: 80%;
            position: relative;
            overflow: hidden;
            background: transparent;
            height: 610px;
        }
    }

    /* documentacion */

    .product-desc-content h2 {
        animation-duration: 1000ms;
    }

    .buttondownloadDocument {
        border-radius: 10px;
    }

     .buttondownloadDocument span {
        white-space: normal;
    }

    /* pictosgrandes */

    .PictogramasCombinados {
        animation-duration: 1000ms;
    }

    /* pictospequenos */

    .pictogramasCombinadosPequeño h2 {
        animation-duration: 1000ms;
    }

    /* tablas */

    .info_tecnica h2 {
        animation-duration: 1000ms;
    }

    /* videos */

    .tituloazul_contactar {
        padding-bottom: 1rem;
        text-align: left !important;
        text-transform: none !important;
        color: #004899;
    }

    .video-wrapper {
        max-width: 1000px;
        margin: 0 auto;
        text-align: center;
    }

    .video-responsive {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 ratio */
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }

    .video-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .video-comment {
        margin-top: 12px;
        font-style: italic;
        color: #555;
        font-size: 1rem;
    }

    /* adicional */

     .d-none-movil{
        display: none;
    }
    @media (max-width: 1121px) {
        .d-none-movil{
            display: block;
        }
    }

    ul.tabs_producto li {
        flex: 0 0 auto;
        min-width: 150px;
        scroll-snap-align: start;
        font-size: 16px !important;
    }

    .divinformacionproducto {
        width: 90%;;
    }

    /* detalle */

    .submenu_new {
        position: relative; /* No está fijo al inicio */
        width: 100%;
        background: #666;
        color: white;
        padding: 10px;
        text-align: center;
        transition: all 0.3s ease;
        z-index: 999; /* Asegura que siempre está por encima de otros elementos */
    }

    /* Cuando el usuario baja lo suficiente, el submenú se fija */
    .submenu_new.fixed {
        position: fixed;
        top: 60px; /* Justo debajo del menú principal */
        left: 0;
        width: 100%;
    }

    /* Estilo base para el UL */
    ul.tabs_producto {
        display: flex;
        justify-content: space-between;
        padding: 0;
        list-style: none;
        gap: 0;
        flex-wrap: wrap;
    }

    /* Estilo de los LI */
    ul.tabs_producto li {
        /* flex: 1; */
        min-width: 0;
        text-align: center;
    }

    @media (max-width: 1121px) {
    .tabs-scroll-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        width: 100%;
    }

    .tabs-scroll-wrapper::-webkit-scrollbar {
        display: none;
    }

    ul.tabs_producto {
        display: flex !important;
        flex-wrap: nowrap !important;
        width: max-content;
        gap: 1rem;
        scroll-snap-type: x mandatory;
        padding-bottom: 5px;
    }

    ul.tabs_producto li.nav-item {
        flex: 0 0 auto;
        scroll-snap-align: start;
        min-width: max-content;
    }

    ul.tabs_producto a.nav-link {
        white-space: nowrap;
    }
}

    /* fichas */

    .product-popup img {
        padding-top: 0px; 
    }

    /* mapa */

    #map { width: 100%; height: 500px; margin-bottom: 20px; display: block; overflow: hidden; }
    .controls { margin-bottom: 10px; }
    .store-list { margin-top: 10px; height: 500px; overflow-y: auto; }

    /* blackfriday */

    #newsletter-popup-form {
        background: #f1f1f1 no-repeat center/cover url(../../assets/images/newsletter_popup_bg.jpg)"
    }

    /* instagram */

    .instagram-carousel a img {
        margin: 5x;
    }

    /* catgorias */

    .ulcategorias {
        display: none;
    }

    .ulcategorias {
        display: none;
    }

    .ulPrincipalcategoria {
        display: none;
    }

    /* principal */

    .ulprincipalmenu {
       touch-action: pan-y; 
    }

    /* listado */

    .nav-link{
        color: #777;
        display: flex;
        align-items: center; /* Centra verticalmente */
        justify-content: space-between; /* Separa texto e icono */
    }
    .nav-link.active{
        color: #000 !important;
        font-weight: bold !important;
        background-color: transparent !important;
    }

    .flecha i {
        font-size: 1.2em;
        margin-left: 10px;
    }

    .card-header a {
        display: flex;
        justify-content: space-between; /* Separa pregunta y flecha */
        align-items: center;
        width: 100%;
        text-decoration: none;
        font-weight: bold;
        color: #004899;
    }

    .card-header .arrow {
        margin-left: 10px;
        display: flex;
        align-items: center;
    }

    .card-header .arrow i {
        font-size: 1.1em;
        transition: transform 0.3s ease;
    }

    .tituloazul_faqs {
        padding-bottom: 1rem;
        /* border-bottom: 1px solid #e7e7e7; */
        text-align: left !important;
        text-transform: none !important;
        font-size: 3.6rem;
        color: #004899;
        font-family: 'Alexandria', sans-serif;
        font-weight: bold;
    }


    /* en.blade */

    .page-header-sobrnosotros {
        background: 50%/cover #D4E1EA url('../../assets/images/page-header-bg.jpg');
    }

    /* catalogo */

    .banner1-catalogo {
        background-color: #696f6f;
    }
    
    .banner2-catalogo {
        background: #101010 no-repeat center/cover url(../../assets//images//banner-htw.jpg);
    }

    .banner2-catalogo h3 {
        font-size: 15px;
    }

    /* categoriasdetalle */

    /* 🌐 Por defecto: diseño web para escritorio */
    ul.menu_categorias {
        display: flex;
        justify-content: space-between;
        padding: 0;
        list-style: none;
        /* overflow-x: hidden; sin scroll */
        gap: 0;
        flex-wrap: wrap;
    }

    /* ul.menu_categorias li {
    flex: 1; todos ocupan el mismo espacio
    min-width: 0;
    text-align: center;
} */

    /* 🧾 Fondo del contenido */

    ul.menu_categorias li {
        flex: 0 0 auto;
        min-width: 150px;
        scroll-snap-align: start;
    }

    .d-none-movil {
        display: none;
    }

    /* 📱 Responsive: slider horizontal en pantallas pequeñas */
    @media (max-width: 1464px) {
        ul.menu_categorias {
            flex-wrap: nowrap;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            gap: 1rem;
            min-width: 100%;
        }

        ul.menu_categorias li {
            flex: 0 0 auto;
            min-width: 150px;
            scroll-snap-align: start;
        }

        ul.menu_categorias::-webkit-scrollbar {
            display: none;
        }

        ul.menu_categorias {
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .scroll-container {
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
        }

        .scroll-container::-webkit-scrollbar {
            display: none;
        }

        .scroll-container {
            scrollbar-width: none;
            -ms-overflow-style: none;
            padding-right: 15px;
            padding-left: 15px;
        }

        .d-none-movil {
            display: block;
        }
    }

    /* 📦 Slider de contenido de categorías (siempre activo) */
    .descripcion_gamas {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    .descripcion_gamas .tab-pane {
        flex: 0 0 100%;
        max-width: 100%;
        scroll-snap-align: start;
        display: flex !important;
        flex-direction: column;
    }

    .descripcion_gamas::-webkit-scrollbar {
        display: none;
    }

    .categoriadetalles-tabs{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: block; /* aseguramos que respete el centrado */
        margin-bottom: 50px;
    }
    

    .categoriadetalles-tabs span {
        text-transform: capitalize;
    }

    .categoriadetalles-tabs2 span {
        font-size: 16px;
    }

    .categoriadetalles-tabs2 h3 {
        font-size: 16px;
    }

    .categoriadetalles-tabs-img img{
        height: auto; 
        border-radius:20px;
    }

    /* productospopulares */

    .divpictogramas-container {
        height:120px; 
        align-items: baseline;
    }

    /* slider */

    .slider {
        width: 100%;
        height: 550px;
        position: relative;
        overflow: hidden;
    }

    .slide {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 100%;
        /* Inicia fuera de la pantalla a la derecha */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: left 1s ease-in-out;
        /* Animación de izquierda a derecha */
    }

    .slide.active {
        left: 0;
        /* Muestra el slide actual */
    }

    .slider-text {
        color: #004899
    }

    .sliderdemo {
        border-radius: 20px; 
        background-color: #004899; 
        color: white;
    }

    /* sliderweb */

    .home-slid {
        text-align: left;
    }

    /* otros */

    .active .color-black
    {
        background-color: #000;     
    }

    .active .color-blue
    {
        background-color: #0188cc;
    }

    .active .color-green
    {
        background-color: #81d742;
    }

    .active .color-yellow
    {
        background-color: #eded65;
    }

    .active .color-indigo
    {
        background-color: #6085a5;
    }

    .active .color-red
    {
        background-color: #ab6e6e;
    }

    /* banner */

    .shopbannerimg {
        background-image: url(../../assets/images//demoes//demo27/banners/shop-banner-bg.png);
    }

    /* series */

    @media (min-width: 576px) and (max-width: 1439px) {
    .picto-text {
        display: none;
    }
    }

    /* subfamilias */

    .product-title-subfamilies {
        font-size: 23px; 
        color: #004899;
    }

    /* lateral */

    .lateralpin {
        height: 1212.8px;
    }

    .lateralsidebar {
        border-bottom: 0px none rgb(119, 119, 119); 
        width: 280px;
    }

    /* familias */

    .categories-section-title {
        animation-duration: 1000ms;
    }

    /* gamas */

    ul.menu_categorias {
        display: flex;
        justify-content: space-between;
        padding: 0;
        list-style: none;
        gap: 0;
        flex-wrap: wrap;
    }

    ul.menu_categorias li {
        flex: 1 1 auto;
        min-width: 150px;
        scroll-snap-align: start;
    }

    .d-none-movil {
        display: none;
    }

    @media (max-width: 1464px) {

        .categoriadetalles-tabs{
            width: 100% !important;
            margin-left: auto;
            margin-right: auto;
            display: block; /* aseguramos que respete el centrado */
        }

        ul.menu_categorias {
            flex-wrap: nowrap;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            gap: 1rem;
            min-width: 100%;
        }

        ul.menu_categorias li {
            flex:0 0 auto;
            min-width: 150px;
            scroll-snap-align: start;
        }

        ul.menu_categorias::-webkit-scrollbar {
            display: none;
        }

        .scroll-container {
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            padding: 0 15px;
        }

        .scroll-container::-webkit-scrollbar {
            display: none;
        }

        .d-none-movil {
            display: block;
        }

        .min-height-descripcion-gamas{
            padding-left: 30px !important;
            padding-right: 20px;
        }
    }

    .descripcion_gamas {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    .descripcion_gamas .tab-pane {
        flex: 0 0 100%;
        max-width: 100%;
        scroll-snap-align: start;
        display: flex !important;
        flex-direction: column;
    }

    .descripcion_gamas::-webkit-scrollbar {
        display: none;
    }

    .tab-title {
        text-transform: capitalize;
    }

    .descripcion_gamas h3 
    {
        font-size: 16px;
    }

    .descripcio-gama-img img{
        height: auto; 
        border-radius: 20px
    }


    
    /* subfamilias */

    .product-detauils-subfamilias {
        font-size: 23px; 
        color: #004899;
    }

.product-default .product-label-2 {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    /* padding: 5px 11px; */
    margin-left: -5px;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    border-radius: 12px;
    width: 75%;
    max-width: 129px;
}

@media (max-width: 1800px) {
    .product-default .product-label-2 {
      max-width: 100px;
    }
  }



.pictogramas-container {
    display: flex;
    justify-content: center;
}

.alert-warning{
        color: #fff !important;
    background-color: #004899 !important;
}

.min-height-descripcion-gamas{
    padding-left: 0px;
    padding-right: 20px;
}

@media (min-width: 992px) {
  .h-lg-100 {
    height: 100% !important;
  }
}

.pictogramas_grandes_card{
    border-radius: 10px;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 2rem;
    transition: box-shadow 0.3s ease-in-out;
}

.texto-azul{
    color: #004899;
}
