@media (min-width: 360px) and (max-width: 1023px) {
/* a borrar 
* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline:txt 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
* * * * * * * * * { outline: 1px solid blue }
* * * * * * * * * *{ outline: 1px solid blue }
* * * * * * * * * * { outline: 1px solid blue }
* * * * * * * * * * *{ outline: 1px solid blue }*/
/* fin a borrar */
	
	
	
	body {
    padding-top: 74px;
}
	
	
   header {
    padding: 0;
    height: 60px;
    display: flex;
    align-items: center;
	   
}
	.header {
    display: grid;
    grid-template-columns: 36% 45% 10%;
    gap: 2%;
}
	.header .buscador {
 
    width: 100%;
}
	
	.logo {
    width: 120px;
}
	p {
    font-size: 14px !important;
 
    line-height: 20px !important;
}
	.main-nav {
    display: block;
}
	.nav-cont .social {
    display: none;
}
	.button-cont {
    z-index: 99995;
 
}
	#slider-cont {
    height: 590px !important;
   
}
	.slider-track {
    display: flex;
    height: 520px;
 
}
	.slider-right {
    background-size: auto 110%;
    background-position: -130px -40px;
}
	.slider-left {
 
    background-size: auto 109%;
    background-position: -820px -40px;
}
	.slider {
    height: 100%;
    margin-bottom: var(--mb);
    align-items: end;
 
}
	.slider-info {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 14px;
    width: 100%;
    margin: 0 auto 10px;
}
.slider h1 {
    font-size: 33px;
    line-height: 33px;
    margin: 0 0 5px 0;
}
	.slider h3 {
 font-size: 16px;
 line-height: 20px;
 margin: 0 0 10px 0;
}
	.slider .botones {
    margin: 0;
    flex-direction: row;
    /* row-gap: 4px; */
    justify-content: space-between;
    gap: 10px;
}
	.slider .boton{
		        flex: 1;
	}
	.slider-right .slider-info {
    left: auto;
}
	section {
    padding: 40px 0;
}
	.circle-categorias {
    display: none;
}
	h1 {
    font-size: 35px;
    line-height: 35px;
margin: 0 0 10px 0;    
}
    h2 {
        font-size: 16px !important;
        line-height: 20px !important;
        margin: 0 0 10px 0 !important;
        width: 100% !important;
    }
	.cards-cont {
    padding: 20px 0;
    gap: 2%;
}
	.cards-cont {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 4%;
    
}
.categorias .card {
    height: 290px;
    padding: 20px;
    background-size: cover;
 
}	
#categorias {
    margin: 0 0 60px 0;
}
#comprar, #soporte {
    background-size: 100% auto;
    background-position: left -40px;
 
}	
	#comprar:before{
    width: 100%;
    z-index: 0;
    top: 150px;
	background: var(--red);
}

	.comprar, .soporte {
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    z-index: 1;
    position: relative;
    width: 92%;
    flex-direction: column;
    /* background: green; */
    margin: 130px auto 0;
}
	.ico-ubicacion, .ico-soporte {
    width: 40px;
    margin: 0 0 10px 0;
}
	.info-comprar {
 
    flex-direction: column;
    gap: 2%;
}
	.info-comprar .boton-red {
    padding-top: 11px;
    padding-bottom: 11px;
 
}
	#soporte:before {
    width: 100%;
    z-index: 0;
    top: 150px;
	background: var(--black);
}
	#accesos {
     background-size: auto 100%;
 
}
	.accesos {
    flex-wrap: wrap;
    row-gap: 20px;
    padding: 20px;
}
	.acceso-ind {
    padding: 20px 20px;
 
}
	.acceso-ind h3 {
    margin-bottom: 0;
}
	.atajos {
    flex-wrap: wrap;
		        row-gap: 20px;
}
	.atajo-ind {
    padding: 20px;
 
}
.atajo-ind h1 {
    font-size: 30px;
     line-height: 30px;
}
	.atajo-text h4, .elegir-card h4  {
    font-size: 20px;
 
}
	.atajo-text {
    padding: 0px 0 20px;
}
	.atajo-text p {
    margin: 0;
}
	.elegir-cont {
    flex-wrap: wrap;
    row-gap: 20px;
}
	.footer-nav {
    grid-template-columns: 100%;
    margin: 0 auto;
    gap: 2%;
    width: 90%;
    row-gap: 20px;
}
	.last-bar .content {
    padding: 20px;
    flex-wrap: wrap;
    row-gap: 20px;
}
	#categorias-int, #producto, #mapa-comprar, #ayuda {
    padding: 20px 0;
}
	.categorias-subcategoria h1 {
    font-size: 36px;
 
    margin: 10px 0;
}
	.catalogo-cont {
 grid-template-columns: 100%;
 margin: 20px 0;
}
	/********* menu lateral responsivo ********/
	/* --- Estilos base (Escritorio / Desktop) --- */
.menu {
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 4px;
    width: 280px;
    font-family: sans-serif;
    box-sizing: border-box;
	margin: 10px 0 0 -5px !important;
        width: 109% !important;
}

.menu h2 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

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

.menu > ul > li {
    margin-bottom: 10px;
}

.menu > ul > li > a {
    text-decoration: none;
    color: #444444;
    font-size: 14px;
    display: block;
    transition: color 0.2s ease;
}

.menu > ul > li > a:hover {
    color: #000000;
}

/* SubmenÃº de productos */
.menu ul ul {
    list-style: none;
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.menu ul ul li {
    margin-bottom: 6px;
}

.menu ul ul li a {
    text-decoration: none;
    color: #666666;
    font-size: 13px;
    display: block;
}

.menu ul ul li a:hover {
    color: #e30613; /* Color rojo corporativo */
}
	.boton img {
    display: none;
}
.prod-indice {
    
    grid-template-columns: repeat(2, 1fr);
 
}	
	.prod-indice-ind {
 padding: 10px;
 height: fit-content;
 box-sizing: border-box;
}
	.boton {
    padding: 6px 10px;
}
	.boton img {
    display: none;
}
	.boton p {
    text-align: center;
}
	.videos-cont {
    margin: 20px 0;
}
	.videos-cont br{
    display: none;
}
	.videos h4 {
    font-size: 28px;
		
}	
	.videos-grid {
 grid-template-columns: repeat(2, 1fr);
 gap: 10px;
}
	.video-ind iframe{
		height: 100px;
	}
	
	.accordion-header img {
    display: none;
}
	.accordion-header {
     padding: 0;
}
	.videos .accordion-header h4 {
	font-size: 16px;
        line-height: 18px;
        width: 90%;
		        margin: 0;
	
}
	.accordion-body__contents {
    padding: 10px 0;
    font-size: inherit;
    width: 90%;
}
	.accordion-body {
    
    padding: 0;
}
	.accordion, .js-accordion {
    margin: 10px auto 0;
 
}

	.faq {
    margin: 60px 0 0;
 }
		.categorias-subcategoria h1 {
    font-size: 36px;
 
    margin: 10px 0;
}
	.catalogo-cont {
 grid-template-columns: 100%;
 margin: 20px 0px 70px;
}
	.boton img {
    display: none;
}
.prod-indice {
    
    grid-template-columns: repeat(2, 1fr);
 
}	
	.prod-indice-ind {
        padding: 10px;
        /* height: 270px; */
        box-sizing: border-box;
}
	.prod-imagen {
    height: 159px;
}
	.prod-imagen img {
    
    max-height: 140px;
}
	.boton {
    padding: 5px 16px !important;
    font-size: 13px !important;
    margin: 0;
    line-height: 14px;
    flex: 1;
    height: 20px !important;
    display: block;
    display: flex;
    text-align: center;
    justify-content: center;
}
	.boton img {
    display: none;
}
	.boton p {
    text-align: center;
}
	.videos-cont {
    margin: 20px 0;
}
	.videos h4 {
    font-size: 28px;
    margin: 0 0 20px 0;
}	
	.videos-grid {
 grid-template-columns: repeat(2, 1fr);
 gap: 10px;
}
	.video-ind iframe{
		height: 100px;
	}
	.prod-info {
     grid-template-columns: 100%;
 
}
	.photo-princ {
 
    height: 210px;
 
}
	.photo-mini ul li {
    height: 60px;
 
}
	.prod-desc {
    margin: 20px 0;
}
	.prod-desc h1 {
    font-size: 30px;
    line-height: 32px;
 
}
	.prod-dif-tit {
    font-size: 20px;
 
}
	.prod-dif ul li {
    height: auto;
    padding: 10px 10px 10px 10px;
   }
	.prod-dif ul li p {
    font-size: 10px !important;
 
}
	.producto {
    margin: 0 0 20px 0;
}
.tab-btn {
    font-size: 16px;
    padding: 10px 0;
}	
.tabs-nav {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 10px;
}	
	.tab-content {
     padding-top: 20px;
 
}
	.prod-rel h3 {
 
    margin: 0 0 10px 0;
}
	.prod-rel ul {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}
	.content {
    width: 92%;
}
	section section .content {
        width: 97%;
    }
	#comprar-head {
    height: 100px;
    display: flex;
    align-items: center;
}
	.item h3 {
    margin: 0 0 0 0;
    font-size: 18px;
 
}
	#map {
    flex: 1;
    height: 500px;
}
	    .box {
        height: 620px;
        padding-bottom: 20px;
    }
.accesos-int {
    background-size: auto 120%;
 
}	
	#elegir {
    padding-top: 40px !important;
}
	.elegir-cont {
    margin: 20px 0;
}
	#soporte-head, #nosotros-head, #contacto-head {
    background-size: auto 100%;
 
}
	#soporte-head:before {
    background-color: rgba(0, 0, 0, 0.8);
 
}
	#atajos .atajos{
		grid-template-columns: 1fr;
		margin: 20px 0 0 0;
	}	
	.circle-atajos {
    display: none;
}
	.alert img {
    display: none;
}
	.boton-minimal img {

    display: none;
}
	.boton-minimal {
    border-bottom: solid 1px var(--d-grey);
}
	.resultado-list {
    padding: 0px 20px;
  
}
	 #categorias-int .catalogo-cont {
		margin: 20px 0px 0px;
    }
	.copy {
    font-size: 18px;
    line-height: 22px;
}
	  #nosotros-head h1 {
        font-size: 28px;
        line-height: 32px;
        
    }
	.nosotros-text-cont {
  
    grid-template-columns: 1fr !important;
}
	.jorge, .equipo, #nosotros-text .col-2-2 {
 
    grid-template-columns: 1fr;
 
}
	.nosotros-text-cont2 {
    padding: 20px;
 
}
	.nosotros-text-cont2 {
    margin: 0 0 20px 0;
}
	
.box-txt h1, .valores h1 {
    font-size: 32px;
    margin-bottom: 20px;
}
	.box-txt {
    padding: 20px;
 
}
	.valores-col .content {
 
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
		    margin: 40px auto 0;
		width: 94%;
 
}
	.valores-ind {
    padding: 16px;
 
}
.valores-ind:last-child {
    grid-column: 1 / -1;
 
}
	.valores {
    margin: 80px 0 0;
}
#cierre {
 
    background-size: 160% auto;
    background-position: right -20px;
    background-repeat: no-repeat;
 
}	
	.cierre {
    width: 100%;
    margin: 360px 0 0;
}
	.cierre .copy {
 
    font-size: 16px;
}
	.contact-section {
    padding: 20px 0;
}
	    .contact-container {
        padding: 30px 10px !important;
    }
.menu-blog li a {
    display: grid !important;
    grid-template-columns: 30% 70%;
	gap: 10px;
}	
	.menu-blog li a p {
    line-height: 16px !important;
}
	.catalogo-cont{
	gap: 20px;
	}
	   .blog-contenido h2 {
        font-size: 20px !important;
        line-height: 22px !important;
        margin: 0 0 10px 0 !important;
        width: 100% !important;
    }

  /* Evita que la tabla actÃºe como tabla tradicional */
  table, thead, tbody, th, td, tr {
    display: block;
  }

  /* Opcional: elimina bordes antiguos y ajusta el ancho */
  table {
    width: 100% !important;
    border: none !important;
  }

  /* Oculta la fila de encabezados original */
  tr:first-child {
    display: none;
  }

  /* Cada fila se convierte en una "tarjeta" separada */
  tr {
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0.5rem;
    background: #fff;
  }

  /* Las celdas se alinean como filas internas con la etiqueta a la izquierda */
  td {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative;
    padding-left: 3% !important;
    text-align: right;
  }

  td:last-child {
    border-bottom: none !important;
  }

  /* Inserta el texto de la columna correspondiente usando el atributo data-title */
  td::before {
    content: attr(data-label);
    position: absolute;
    left: 0.5rem;
    width: 45%;
    text-align: left;
    font-weight: bold;
    display: none;
  }
	.logo-footer-cont {
    margin: 80px 0 100px 0;
}
#searchOverlay {
        opacity: 0;
    
}
.search-box input {
        padding: 10px 0;
}		
.search-box {
    width: 100%;
    box-sizing: border-box;
}
.close-search {
        align-self: auto;
        width: 100%;
        box-sizing: border-box;
        height: 40px;
        margin: 10px 0 0 0;
    }
		
		
		
		
		
		
	
	
	
	
}


/* --- Estilos Responsivos (MÃ³viles y Tablets < 768px) --- */
@media screen and (max-width: 768px) {
    .menu {
        width: 100% !important;
        padding: 15px;
        margin-bottom: 0;
        /* box-sizing: initial; */
    }

    /* Convertimos el tÃ­tulo en una barra estilo botÃ³n desplegable ("Filtros / CategorÃ­as") */
    .menu h2 {
        position: relative;
        cursor: pointer;
        padding-right: 0;
        margin-bottom: 0;
        user-select: none;
        font-size: 16px !important;
        padding: 0;
        margin: 0 !important;
    }

    /* Agregamos un Ã­cono de flecha indicadora usando pseudo-elementos */
    .menu h2::after {
        content: "▼";
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 12px;
        transition: transform 0.3s ease;
    }

    /* Ocultamos la lista por defecto en mobile para que actÃºe como acordeÃ³n */
    .menu > ul {
        display: none; 
        margin-top: 15px;
        padding-top: 10px;
        border-top: 1px solid #ddd;
    }

    /* Clase activa que se puede alternar con JavaScript para abrir/cerrar el menÃº */
    .menu.activo > ul {
        display: block;
    }

    /* Rotar la flecha cuando el menÃº estÃ© activo */
    .menu.activo h2::after {
        transform: translateY(-50%) rotate(180deg);
    }

	/*********** fin menu lateral *************/
.accordion__item > .accordion-header:after {
    top: 0px;
 
}
	.accordion-header h4 {
    width: 90%;
 
}
	.soporte-quick h2 {
    font-size: 22px !important;
 
    line-height: 22px !important;
}
	.faq h3 {
    font-size: 20px;
    line-height: 21px;
    
}
	.accordion-header h4 {
    font-size: 16px;
 
}
	.prod-indice-title {
    font-size: 14px;
    line-height: 15px;
}
	.slider-prev, .slider-next {
    width: 40px;
    height: 40px;
    font-size: 20px;
    /* padding: 0; */
    line-height: 0;
}
	.categorias .card .card-info-cont h4 {
     font-size: 16px;
 
}
	.prod-rel ul li a .foto img {
    max-width: 100%;
}
	.comprar .boton-minimal, .accesos .boton-minimal{
	        padding: 5px 16px !important;
	        font-size: 14px !important;
	        margin: 0;
	        line-height: 14px;
	        flex: 1;
	        height: 20px !important;
	        display: block;
	        border-radius: var(--radio2);
	        border: solid 2px var(--white);
}
}