
/* ----------------------- */
/* INICIO PAGINA DE FILTRO */
/* ----------------------- */
.catalogo-out{
    background:#f5f7f9;
    padding: 50px 0;
}
.content-catalogo{
    width:1170px;
    margin:0 auto;
}
.text-center{
    text-align:center;
}
.width-100{
    width:100%;
}
.catalogo-header {
    color:#fff;
    position: relative;
    text-align:center;
}
.buscador-basico{
    width:100%;
}


.buscador-content{
    width:100%;
}
.buscador-basico{
    border:1px solid #ffffff;
    padding:10px 20px;
}
.buscador-basico input{
    background-color: rgba(255, 255, 255, 0);
    border:0 !important;
    color:#ffffff !important;
    display: inline-block;
    width:93% !important;
}
.buscador-basico button{
    background-color: rgba(255, 255, 255, 0);
    border: 0 !important;
    display: inline-block;
    padding:0;
    width: 6% !important;
}
.buscador-basico input::placeholder {
  color: #ffffff;
  opacity: 1; /* Firefox */
}

.buscador-basico input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ffffff;
}


.filtro-banegador-steps{
    margin:0;
    padding:0;
    text-align:center;
}
.filtro-banegador-steps li{
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border:1px solid #d0d0d0;
    display:inline-block;
    font-weight:bold;
    margin:0 20px;
    padding:10px 20px;
}
.filtro-banegador-steps li.activo{
    background:#70c3f5;
    border:1px solid #70c3f5;
    color:#fff;
}




/* Boton filtros */
.btn-reset-filtro a{
	background:#fff !important;
	color:#383170 !important;
	border:1px solid #383170 !important;
	border-radius:9px !important;
	font-size: 12px !important;
	padding: 6px 12px !important;
	margin-top: 16px !important;
	transition:all .2s ease-in-out !important;
}

.btn-reset-filtro a:hover{
	border:1px solid #383170;
	border-radius:9px;
	transition:all .2s ease-in-out;
}

.btn-filtro .filter-btn{
	transition:all .2s ease-in-out;
	border:1px solid transparent !important;
	border-bottom: 1px solid #383170;
}

.btn-filtro .filter-btn:hover{
	background:transparent;
	color:#383170 !important;
	border:1px solid  !important;
	transition:all .2s ease-in-out;
}


.filtro-tarjetas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    gap: 20px; 
}
.filtro-tarjeta {
    border: 2px solid #fff;
    cursor: pointer;
    width: 300px;
    height: 300px;
    background-color: #fff;
    display: flex;
    flex-direction: column; /* Ordenar en columna */
    justify-content: center;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    transition: all 0.5s ease;
    position:relative;
}

.filtro-tarjeta img {
    max-width: 100%;
    height: auto; /* Ajustar la imagen a su tamaño adecuado */
}

.filtro-tarjeta h4 {
    margin-top: 10px; /* Espacio entre la imagen y el título */
    text-align: center; /* Centrar el texto */
}
.filtro-tarjeta:hover,
.filtro-tarjeta.activo{
    border: 2px solid #6195c2;
    border-radius: 4px;
}

.filtro-hover{
    background:rgba(255,255,255,1);
    display:none;
    height:100%;
    left:0;
    padding-top:30px;
    position:absolute;
    text-align:center;
    top:0;
    width:100%;
}
.select-hover:hover .filtro-hover,
.filtro-hover.activo{
    display: flex;
}


.filtro-tarjetas-sub {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centra las tarjetas si hay menos de 2 */
    gap: 10px; /* Espacio entre las tarjetas */
}

.filtro-tarjeta-sub {
    flex: 1 1 calc(50% - 20px); /* Ocupa el 50% del contenedor menos el espacio del gap */
    max-width: calc(50% - 20px); /* Limita el ancho máximo al 50% del contenedor */
    height: auto; /* Ajusta la altura de las tarjetas según tus necesidades */
    display: flex;
    font-weight:bold;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: all 0.5s ease;
    margin: 8px 0;
}
.filtro-tarjeta-sub.activo{
    color:#59C9E7;
}

@media (max-width: 768px) {
    .filtro-tarjeta-sub {
        flex: 1 1 100%; /* En pantallas pequeñas, las tarjetas ocuparán el 100% del ancho */
        max-width: 100%;
    }
    .result-item img {
    max-height: auto;
		margin:auto;
	}


	.result-item .img-portada-tj {
			display: flex;
			align-items: center;
			justify-content: center;
			height: 100%;
		min-height: 150px;
	}
}

.filtro-dark{
    color:#fff;
}
.select-boton{
    background: #a248fe !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color:#fff !important;
    padding:10px 30px;
}



.filtro-footer{
    display:none;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #ededed;
    left:0;
    width: 100%;
    padding:20px 0;
    text-align: center;
    background: #282647;
    z-index:9999;
}
.filtro-footer-btn{
    background: #39346b !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color:#FFF !important;
    padding:10px 30px;
}
.filtro-footer-btn:hover{
    color:#fff;
    opacity:0.7;
}


.filtro-step{
    display:none;
}
.filtro-step.activo{
    display:block;
}
/* -------------------- */
/* FIN PAGINA DE FILTRO */
/* -------------------- */

/* Tarjetas libros (pag resultados) */

.item-novedad {
    position: absolute;
    top: 8px;
    left: -10px;
    background: #59C9E7;
    padding: 6px 14px 6px 25px;
	font-size:12px;
	color: #fff;
	font-weight:500;
	border-radius: 6px 6px 6px 0;
	z-index:1;
	line-height:14px;
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
}
.item-novedad:after{
	content:"";
	position:absolute;
	height:100%;
	width:10px;
	background:#59C9E7;
	top:4px;
	left:0px;
	z-index:-1;
	border-radius: 0 0px 0px 6px;
	box-shadow: -2px 2px 8px rgba(89,201,231,.3);
}

.result-item img {
    max-height: 300px;
	margin:auto;
}

.result-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.result-item .img-portada-tj {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	min-height: 300px;
	max-height: 300px;
}

.result-item .content-libro-tj{
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
	vertical-align: end;
}


/* --------------------------- */
/* INICIO PAGINA DE RESULTADOS */
/* --------------------------- */
.catalogo-resultados{
    background:#f5f7f9;
    padding:50px 0;
}

.catalogo-resultados-content{
    width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
}

/* Sidebar */
.sidebar {
    width: 250px;
    padding: 20px;
    height: 100vh;
    overflow-y: auto;
}

.filter-step {
    margin-bottom: 20px;
}

button.collapsible.active, button.collapsible:hover {
    color: #444;
}

.collapsible {
    color: #7b828b;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight:bold;
    text-transform:uppercase;
    transition: 0.3s;
}

.collapsible:hover {
    background-color: #fff;
    color: #7b828b;
}

.filter-options {
    padding: 10px;
    display: none;
}

.filter-options label {
    display: block;
    margin-bottom: 10px;
}
    
/* Content */
.content {
    flex-grow: 1;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.result-item {
    padding: 20px;
    position:relative;
    text-align: center;
    transition: background-color 0.3s;
}
.item-novedad{
	position: absolute;
    top: 20px;
    left: -10px;
    background: #59C9E7;
    padding: 5px 10px;
}
.result-item:hover {
    background-color: #dcdcdc;
}

/* Responsive Design */
@media (max-width: 768px) {
    .content {
        grid-template-columns: 1fr;
    }

    .sidebar {
        width: 100%;
        height: auto;
    }
}
/* ------------------------ */
/* FIN PAGINA DE RESULTADOS */
/* ------------------------ */












/* ------------------------- */
/* INICIO PAGINA DE PRODUCTO */
/* ------------------------- */
/* Left side content */
.producto-info, .producto-imagen {
    padding:30px;
    position:relative;
    width: 50%;
}
.producto-info{
    background:#ebeff2;
}
.producto-imagen{
    background:#ffffff;
}


.volver-listado {
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}

.informacion h4 {
    font-size: 18px;
    color: #666;
}

.informacion h1 {
    font-size: 26px;
    margin: 10px 0;
    color: #333;
}

.informacion h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.informacion a {
    color: #3C83FF;
    text-decoration: none;
}

.informacion p {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.precio {
    margin-top: 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.precio .valor {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

button {
    padding: 10px 20px;
    background-color: #3C83FF;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.version-digital {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #3C83FF;
    text-decoration: none;
}

input {
    margin-top: 10px;
    padding: 10px;
    width: 80%;
    border: 1px solid #ccc;
    font-size: 14px;
}

/* Right side content (image) */
.producto-imagen {
    text-align: center;
}



.producto-imagen img {
    width: 100%;
    height: auto;
    max-width: 300px;
    margin-bottom: 10px;
}

.ver-indice {
    display: inline-block;
    text-decoration: none;
    color: #3C83FF;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
    rotate: 270deg;
    position:absolute;
    left:0;
    top:150px;
}

.producto-imagen p {
    font-size: 14px;
    color: #666;
    position:relative;
}



.book {
  width: 18.5em;
  height: 23.0991em;
  /*margin-top: -4.4em;*/
  position: relative;
  /*transform: perspective(60em) rotateX(58deg) rotateZ(-34deg) skewY(-7deg);
  box-shadow: -1.4em 1.7em 0.3em -0.3em rgba(0,0,0,0.8), -1.6em 1.8em 0.9em -0.2em rgba(0,0,0,0.5), 0.3em 1.9em 1.3em rgba(0,0,0,0.3);
  border-top-right-radius: 0.4em;*/
  margin:0px auto 30px;
  position:relative;
}
.book img {
  /*border-top-right-radius: 0.4em;*/
  box-sizing: border-box;
  width: 100%;
  /*clip: rect(0em, 18.5em, 23.1em, 0em);*/
  display: block;
 /*position: absolute;
  filter: saturate(90%);*/
  height: 100% !important;
  object-fit: contain;
}
/*.book:before,
.book:after {
  content: '';
  position: absolute;
  top: 0;
}
.book:before {
  width: 105%;
  height: 105%;
  left: -5%;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: linear-gradient(115deg, transparent 2.8%, #3f3f3f 3%, #3f3f3f 16%, transparent 16%), linear-gradient(125deg, transparent 10%, #3f3f3f 10%, #3f3f3f 17%, #222 46.8%, transparent 47%), linear-gradient(125deg, transparent 46%, rgba(0,0,0,0.5) 46.5%, rgba(0,0,0,0.25) 49%, transparent 53%), linear-gradient(to right, #444, #666), linear-gradient(#444, #444), linear-gradient(140deg, transparent 45%, #eee 45%, #ccc 96.8%, rgba(170,170,170,0) 97%);
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 0.4em, 94% 0.2em, 100% 100%;
  background-position: 0 0, 0 0, 0 0, 0 95.8%, 0 100%, 0 0;
}
.book:after {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, transparent 2%, rgba(0,0,0,0.1) 3%, rgba(0,0,0,0.1) 4%, transparent 5%), linear-gradient(-50deg, rgba(0,0,0,0.1) 20%, transparent 100%), linear-gradient(-50deg, rgba(0,0,0,0.2) 20%, transparent 100%), linear-gradient(to bottom, rgba(0,0,0,0.1) 20%, transparent 100%), linear-gradient(to bottom, rgba(0,0,0,0.1) 20%, transparent 100%);
  background-size: 100% 100%, 2% 20%, 1% 20%, 2% 20%, 1% 20%;
  background-position: 0 0, 2.2% 100%, 3% 100%, 2.2% 0, 3% 0;
}
*/
.nivel-educativo span{
    float:right;
}
/* ---------------------- */
/* FIN PAGINA DE PRODUCTO */
/* ---------------------- */



/* Header */
.catalogo-header h5{
	display:none;
}

.page-id-1165 .catalogo-header h5{
	display:block;
}

.catalogo-header{
	padding: 55px 0;
	font-family: montserrat;
	min-height: 427px;
}
.catalogo-header-gral{
	max-width:930px;
	margin:auto;
	display:flex;
	flex-direction: column;
}

.catalogo-header h3{
	font-size: 14px !important;
	font-weight: 600 !important;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin:0;
	color:#fff !important;
}

.catalogo-header h4{
	color:#fff !important;
	text-align: center;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 34px !important;
  margin-top: 40px;
  margin-bottom: 66px;
}

.catalogo-header h5{
	text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 69px;
}

.catalogo-header .buscador-basico{
		border: 1px solid #fff;
    border-radius: 12px;
    display: block;
    width: 100%;
    background: transparent;
    padding: 12px 18px;
    color: #fff;
		max-width:75%;
		margin:auto;
}

.catalogo-header .buscador-basico input{
	padding:0;
	font-size: 16px;
	line-height:16px;
}

.catalogo-header .buscador-basico input:focus{
	outline:none;
}

.catalogo-header .buscador-basico{
	display:flex;
	align-items:center;
}

.catalogo-header .buscador-basico button{
	display:flex;
	justify-content: end;
}

.catalogo-header .buscador-basico button:hover{
	background:transparent;
}


/* Contenido */

.content-catalogo{
	max-width:1040px;
	padding: 0 2%;
	margin:auto;
	font-family: Montserrat;
}

.content-catalogo h2{
	font-size: 24px !important;
	font-weight: 700 !important;
	line-height: 33.6px !important;
	text-transform: uppercase;
	margin-top:0;
	margin-bottom: 20px;
}

.content-catalogo h4{
  font-size: 18px !important;
	line-height:25px !important;
	font-weight:400 !important;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
	margin-bottom: 0px;
	margin-top:20px;

}

ul.filtro-banegador-steps{
	display:flex;
	justify-content: space-between;
	padding: 50px 3% 0;
}

ul.filtro-banegador-steps li{
	max-width: 155px;
	width:100%;
	margin: 0px;
	font-size: 14px;
	font-weight: 500;
	line-height: 18.6px;
}

.filtro-banegador-steps li.activo{
	font-weight: bold;
}

.filtro-steps-content{
	padding-top: 80px;
}

.filtro-tarjeta img{
	max-width: 75%;
}

.filtro-tarjeta.select-hover, .filtro-hover{
	padding: 20px;
}

.filtro-hover{
	flex-direction:column;
	align-items: center;
	justify-content: center;
}

.filtro-tarjetas-sub{
	width:80%;
	margin:0 auto;
	justify-content: space-between;
	gap:0px !important;
}

.filtro-tarjeta-sub{
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 22.4px;
	width: min-content !important;
  max-width: min-content;
  margin: 8px auto;
	min-width: 50%;
}

.filtro-tarjeta-sub:hover{
	color: #59C9E7;
}

.gatilla-filtro-nivel.activo{
	font-weight:700 !important;
}

img.btn-close{
	min-width:10px;
	min-height: 10px;
	max-width:10px;
	max-height: 10px;
}
.gatilla-filtro-nivel .a-btn-close{
	display:none;
}
.gatilla-filtro-nivel.activo .a-btn-close{
	display:flex;
	align-items: start;
	height:100%;
}

.filtro-hover p{
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22.4px;
}

.filtro-titulo{
	font-size: 16px;
	font-weight: 500;
	line-height: 22.4px;
	margin-bottom: 35px !important;
}

.filtro-hover.filtro-dark{
	background-position: center !important;
}

.filtro-footer a{
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 19.6px;
	appearance: button;
	border-radius: 9px;
}

a.select-boton{
	font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  appearance: button;
  border-radius: 9px;
	text-transform: capitalize;
	margin-top:20px;
	width:100%;
	max-width:max-content;
	color: #fff;
}

a.select-boton:hover{
	color:#fff;
}

.select-hover .filtro-hover h4{
	font-size:16px;
	font-weight: 500;
	color: #fff;
}

/* Resultados */
.catalogo-resultados{
	font-family: montserrat;
	padding: 50px 2% 80px;
}

.catalogo-resultados h2.text-center{
	font-size: 24px;
	font-weight: 600;
	line-height: 33.6px;
	text-transform: uppercase;
	margin-top:0;
}

.catalogo-resultados h4.text-center{
	    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
    max-width: 50%;
    margin: auto;
}

.catalogo-resultados-content{
	max-width: 1240px;
	width:100%;
	padding-top:60px;
}

.sidebar{
	display:flex;
	flex-direction: column;
	width:25%;
	background: #fff;
	height: auto;
	border-radius: 0px;
	text-align: center;
}

.filter-step{
	margin:0;
}

.filter-step button{
	font-size: 14px;
	font-weight: 500;
	line-height: 19.6px;
	display:flex;
	align-items: center;
	clear: both !important;
	justify-content: space-between;
	padding:10px 0;
	border-top: 1px solid #EFF5F7;
	border-radius:0;
	color: #242B30;
}

.filter-step button:focus{
	background: transparent;
	color: #242B30;
}

.sidebar .filter-step:nth-child(3) button{
	border-bottom: 1px solid #EFF5F7;
}

a.filter-btn{
	font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  appearance: button;
  border-radius: 9px;
	text-transform: capitalize;
	width:100%;
	max-width:max-content;
	color:#fff;
	background: #383170;
	padding: 10px 18px;
	margin-top: 20px;
}
.filter-step button:after{
	float: right;
  content: '+';
  color: #7b828b;
  font-size: 23px;
  transition: all 0.5s;
}


.filter-step button:hover:after{
	transform: rotate(90deg);
}

.filter-options label input{
	width:14px;
	height: 14px;
}

.filter-options label{
	width:100%;
	max-width:100%;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.sidebar h1{
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 28px !important;
    color: #1b1929;
}

/* Contenido resultados */

.catalogo-resultados-content .content{
	padding:0 0 0 4%;
	width:75%;
}

.result-item{
	background: #fff;
	transition: all 0.3s ease-in-out;
	border: 1px solid #EFF5F7;
	border-radius: 0px;
	/*padding:0;*/
}

.result-item:hover{
	background: #2b246f;
	transition: all 0.3s ease-in-out;
}
.result-item:hover h4{
	color: #fff !important;
	transition: all 0.3s ease-in-out !important;
}

.result-item:hover a.resultado-btn, .filter-step a:hover{
	background: #fff;
	color: #383170 !important;
	transition: all 0.3s ease-in-out;
}

.result-item h4{
	color:#242B30 !important;
	font-size: 14px  !important;
	font-weight: 400 !important;
	line-height: 22.4px !important;
	margin-bottom:0 !important;
	transition: all 0.3s ease-in-out !important;
}

a.resultado-btn, .filter-btn{
	font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    appearance: button;
    border-radius: 9px;
    text-transform: capitalize;
    width: 100%;
    max-width: max-content;
    color: #fff !important;
    background: #383170;
    padding: 10px 18px;
    margin-top: 10px;
	transition: all 0.3s ease-in-out;
    border: 1px solid #383170;
}

/* Producto */
.catalogo-resultados-content.material{
	max-width:1000px;
	display:flex;
	align-items: stretch !important;
	padding:0 !important;
	box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.02);
}
.book {
  width: 14.5em;
	height: 18.94em;
}
.producto-info{
	height:100%;
	padding-right:6%;
}

a.volver-listado{
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 19.6px;
	color:#363150;
}

.informacion{
	height:100%;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	
}
p.info-area{
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 19.6px !important;
	color:#242B30 !important;
	text-transform: uppercase;
	
}

.informacion p{
	margin-bottom:0 !important;
	font-size: 12px;
	font-weight: 400;
	line-height: 19.6px;
	color: #666 !important;
}
.informacion h1{
	font-size: 24px !important;
	font-weight: 700 !important;
	line-height: 33.6px !important;
	text-transform: uppercase;
	color: #1b1929 !important;
}

.informacion h3{
	color: #1b1929 !important;
	font-size: 16px !important;
  margin-bottom: 10px;
}

.informacion h4{
	font-size: 16px;
	font-weight: 500;
	line-height: 22.4px;
	color: #666 !important;
}

.nivel-educativo span{
	color: #59C9E7;
	font-weight: 600;
}

.precio{
	align-items: center;
	justify-content: space-between;
  padding-top: 20px;
	margin:0;
}

.precio span{
	display:none;
}
span.valor{
	display:block;
	font-size: 24px;
	font-weight: 700;
	line-height: 33.6px;
	text-transform: uppercase;
	color: #59C9E7 !important;
}
a.link-tienda{
	font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    appearance: button;
    border-radius: 9px;
    text-transform: capitalize;
    width: 100%;
    max-width: max-content;
    color: #fff !important;
    background: #383170 !important;
    padding: 10px 18px !important;
    transition: all 0.3s ease-in-out;
}

button.collapsible {
    background: transparent !important;
    font-size: 16px !important;
    line-height: 1em !important;
}

.filter-options{
	border: none !important;
}

.filter-options label{
	display:inline-flex !im;
	text-align: left;

}

.filter-options label input{
	cursor: pointer;
	vertical-align: bottom !important;
	float:right;
}

.filter-options {
    max-height: 200px;
    overflow-y: auto !important;
}

.filter-options::-webkit-scrollbar {
        width: 4px;               
        border-radius: 40px;
        height: 10px;
    }
      
    .filter-options::-webkit-scrollbar-track {
        background: #EFF5F7; 
        border-radius: 40px;
    }
    
    .filter-options::-webkit-scrollbar-thumb {
        background-color: #383170 !important;
        border-radius: 20px;       
        border: 3px solid #383170 !important;
    }

/* Firefox */
@-moz-document url-prefix() {
  .scrolling-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #EFF5F7 #EFF5F7;
  }
  .scrolling-wrapper::-moz-scrollbar-thumb {
    background-color: #EFF5F7;
    border-radius: 20px;
    border: 3px solid #EFF5F7;
  }
  
  .scrolling-wrapper::-moz-scrollbar-track {
    background: #EFF5F7;
    border-radius: 40px;
  }
}

@media (max-width: 1024px){
	/* Header */
	.catalogo-header h3{
		font-size:12px !important;
		line-height: 16px !important;
	}
	
	.catalogo-header{
		padding: 40px 4%;
		min-height: 298px;
	}
	.content-catalogo {
    width: 100%;
		overflow-x: hidden;
	}
	
	.catalogo-header-gral{
		max-width: 500px;
	}
	
	.catalogo-header-gral .e-con-inner{
		padding:0;
	}
	
	.catalogo-header h4{
		font-size: 14px !important;
		line-height: 22.4px !important;
		font-weight:600 !important;
		margin-top:20px !important;
		margin-bottom: 30px !important;
	}
	
	.catalogo-header .buscador-basico{
		padding: 12px 16px;
		border-radius: 9px;
		width:100%;
		max-width: 360px;
	}
	
	.catalogo-header .buscador-basico input{
		font-size: 12px;
		font-weight: 400;
		line-height: normal;
	}
	
	.catalogo-header h5{
		font-size: 12px;
		font-weight: 500;
		line-height: 16.8px;
		margin-top:30px;
	}
	
	/* Contenido */
	.content-catalogo h2{
		font-size: 16px !important;
    line-height: 22.4px !important;
	}
	
	.content-catalogo h4{
		font-size: 14px !important;
		line-height: 18.6px !important;
		margin-top:16px !important;
	}
	
	.filtro-tarjetas{
		gap:10px !important;
		margin:auto;
		max-width: 600px;
		width:100% !important;
	}
	
	.filtro-tarjeta{
		width:calc(50% - 10px);
		height: 300px;
	}
	
	.filtro-tarjeta.select-hover, .filtro-hover{
		padding:10px
	}
	
	.filtro-hover p{
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 16.8px;
	}
	
	.filtro-tarjetas-sub{
		width:100%;
		gap:10px !important;
	}
	
	.filtro-tarjeta-sub{
		font-size: 14px;
		font-style: normal;
		line-height: 14px;
		height:auto;
		min-width: calc(50% - 10px) !important;
		width: calc(50% - 10px) !important;
	}
	
	.filtro-footer{
		padding: 10px 0;
	}
	
	.filtro-footer a{
		font-size: 10px;
		font-weight: 600;
		line-height: 14px;
		appearance: button;
		border-radius: 9px;
	}
	
	a.select-boton{
		font-size: 10px;
    font-weight: 600;
    line-height: 14px;
	}
	
	.select-hover .filtro-hover h4{
		font-size: 14px;
    line-height: 16.8px;
	}
	
	/* Resultados */
	.sidebar{
		display:none;
	}
	
	.catalogo-resultados-content{
		max-width:100%;
		padding:0 2%;
	}
	
	.content {
  	grid-template-columns: repeat(3, 1fr);
		padding-top: 40px !important;
  }
	
	.catalogo-resultados-content .content{
		max-width: 500px;
		margin:auto;
	}
	
	.catalogo-resultados h2.text-center{
		font-size: 16px;
		font-weight: 700;
		line-height: 22.4px;
		margin-top:0;
	}
	
	.catalogo-resultados h4.text-center{
		font-size: 12px;
		font-weight: 500;
		line-height: 16.8px;
		margin:0 auto !important;
        max-width: 80% !important;
	}
	
	.catalogo-resultados{
		padding:30px 0 50px;
	}
	
	/* Productos */
	.catalogo-resultados-content.material{
		max-width:500px;
		width:100%;
		flex-direction: column-reverse;
		padding-top:5px !important;
	}
	
	.book {
    width: 10em;
    height: 13em;
		margin:auto;
		margin-bottom: 20px
	}
	
	.producto-info, .producto-imagen{
		width:100%;
	}
	
	p.info-area{
		margin-top:0 !important
	}
	
	.informacion p{
		margin-top:40px;
	}
    
    .content {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 !important;
        padding-top: 40px !important;
        gap: 10px;
    }
}

@media (max-width: 767px){
	.no-movil{
		display:none;
	}
	
	.filtro-steps-content{
		padding-top:50px;
	}
	
	ul.filtro-banegador-steps{
		max-width: 400px;
		margin:auto;
	}
	
	ul.filtro-banegador-steps li{
		max-width:40px;
		width:100%;
		text-align: center;
		padding:10px;
		height:40px;
	}
	
	.filtro-tarjetas{
		max-width: 100% !important;
		width:100% !important;
	}
	
	.filtro-tarjeta{
		width:calc(50% - 10px);
		max-width:200px;
		max-height:none;
		min-height: 194px;

	}
	
	.content-catalogo h4{
		font-size: 12px;
		line-height: 16.9px;
		margin:0
	}
	
	.content {
  	grid-template-columns: repeat(2, 1fr);
		padding:0 !important; 
		padding-top: 40px !important;
		gap:10px;
  }
	
	.catalogo-resultados-content .content{
		width:100%;
	}
	
	.result-item{
		max-width:100%;
		padding:10px 10px 20px
	}
	
	.result-item h4{
		font-size: 12px !important;
		line-height: 16.9px !important;
		padding-bottom:10px !important;
	}
	
	.result-item a{
		font-size: 10px;
		font-weight: 600;
		line-height: 14px;
		appearance: button;
		border-radius: 9px;
		padding: 7px 20px;
		margin-top: 0px;
	}
	
	.catalogo-resultados-content .content{
		max-width: 450px;
		margin:auto;
	}
	
	
	/* Productos */
	.catalogo-resultados-content.material {
		width:100%;
        max-width: 400px;
	}
	.book {
		width: 8.1em;
		height: 10.4em;
		margin: auto;
		margin-bottom: 20px;
	}
	.producto-imagen{
		overflow:hidden;
	}
	
	.producto-info, .producto-imagen{
		padding:20px;
	}
	
	a.volver-listado, p.info-area {
    font-size: 10px !important;
    line-height: 14px !important;
	}
	
	.informacion h1 {
    font-size: 16px !important;
		line-height: 22.4px !important;
	}
	
	.informacion p{
		font-size: 10px;
    line-height: 14px
	}
	
	.informacion h4{
		margin-top:0;
	}
	
	.informacion h4, .informacion h3{
		font-size: 12px !important;
		line-height: 16.9px !important;
	}
	
	a.link-tienda{
		font-size: 10px;
		font-weight: 600;
		line-height: 14px;
		appearance: button;
		border-radius: 9px;
		padding: 7px 20px;
		margin-top: 0px;
	}
	
	.precio .valor{
		font-size: 20px;
		line-height: 22.4px;
	}
}