/* Swiper base */
.swiper-containerid6899d45067e59 {
    width: 100%;
    padding-bottom: 50px;
	overflow: hidden;
}

.swiper-wrapper_2id6899d45067e59{
	height: auto !important;
}

/*
.swiper-slide {
    display: flex;
    justify-content: center;
    padding: 10px;
}
*/

.swiper-slide {
    height: auto !important;
	display: flex;
	justify-content: center;
}

.botonesid6899d45067e59{
	z-index: 10;
    justify-content: center;
    display: flex;
    bottom: 72px;
	position: relative;
}

.botonesid6899d45067e59 
.swiper-button-next::after,
.swiper-button-prev::after {
    content: none;
}

.botonesid6899d45067e59 #botonIzq{
	position: relative;
    left: -15%;
}

.botonesid6899d45067e59 #botonDer{
	position: relative;
    left: 15%;
}

.botonesid6899d45067e59 #botonDer_2 {
	position: absolute;
	top: -1600px;
	right: -75px;
	z-index: 10;
	cursor: pointer;
	color: #ccc;
}


.swiper-paginationid6899d45067e59 {
	font-size: 1.5rem;
	/*font-family: 'Mont-Regular';*/
    text-align: center;
    margin-top: 50px;
    /*font-weight: bold;*/
    color: #333;
	position: relative;
}

.swiper-pagination-current{
	font-family: 'Mont-Bold';
}

.swiper-pagination-total{
	font-family: 'Mont-Regular';
}

/* Contenedor general */
.main-containerid6899d45067e59 {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    /*padding: 20px;*/
    gap: 20px;
}

/* Columna izquierda */
.main-containerid6899d45067e59 .header-left {
    width: 30%;
    /*max-width: 30%;*/
    /*flex: 1 1 300px;*/
    display: flex;
    flex-direction: column;
}

/*
.header-left h1 {
    font-size: 2.5rem;
    color: #27ae60;
    margin-bottom: 10px;
}

.header-left p {
    font-size: 1rem;
    color: #555;
}
*/

/* Filtros */
.top-filters {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.filter-btnid6899d45067e59 {
	font-size: 16px;
	font-family: 'Mont-Regular';
    padding: 10px 12px;
    background-color: transparent;
   /* color: rgb(0, 175, 128);
    border: 1px solid rgb(0, 175, 128);*/
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.filter-btnid6899d45067e59.active,
.filter-btnid6899d45067e59:hover {
    /*background-color: #2ecc71;*/
    color: white;
}

#category-menuid6899d45067e59 {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

#category-menuid6899d45067e59 li {
	font-family: 'Mont-Regular';
    font-size: 16px;
    margin-bottom: 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.category-list li {
    display: flex;
    align-items: center; /* Alinea verticalmente el cuadrado y el texto */
    gap: 10px; /* Espacio entre cuadrado y texto */
    padding: 0px 12px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

/*
.category-list li.active {
    color: #2ecc71;
}
*/

.square-indicator {
    width: 10px;
    height: 10px;
    /*background-color: #2ecc71;*/
    border-radius: 2px; /* o 50% si prefieres círculo */
}


/* Columna derecha */
.main-containerid6899d45067e59 .header-right {
    width: 70%;
    /*max-width: 70%;*/
    /*flex: 1 1 600px;*/
    display: flex;
    flex-direction: column;
}

/* Tarjetas */
.card-linkid6899d45067e59 {
    display: block;
    text-decoration: none;
    width: 100%;
    /*max-width: 350px;*/
}

.cardid6899d45067e59 {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    min-height: 490px;
}


.cardid6899d45067e59 .card-image {
    width: 100%;
    height: 245px;
    overflow: hidden;
}

.cardid6899d45067e59 .card-image img {
	min-height: 245px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
	border-radius: 10px 10px 0px 0px;
}

.cardid6899d45067e59:hover .card-image img {
    transform: scale(0.95);
}

.cardid6899d45067e59 .card-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    color: white;
}

.cardid6899d45067e59 .card-info .titulo {
	min-height: 70px;
    font-size: 1.1rem;
	line-height: 1.3;
	font-family: 'Mont-Regular';
    margin-bottom: 10px;
    color: white;
	
	display: -webkit-box;
    -webkit-line-clamp: 3; /* Límite de líneas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cardid6899d45067e59 .card-info .descripcion {
    margin-top: 10px;
    margin-bottom: 20px;
}

.cardid6899d45067e59 .card-info .descripcion p {
    font-size: 0.9rem;
    margin-bottom: 5px;
	font-family: 'Mont-Regular';
}

.cardid6899d45067e59 .card-info .descripcion img {
    width: 22px;
    height: 20px;
    flex-shrink: 0;
	filter: invert(100%) brightness(2);
}

.cardid6899d45067e59 .card-info .descripcion strong {
    font-weight: bold;
	font-family: 'Mont-Bold';
}

.cardid6899d45067e59 .card-enlace {
	width: 100%;
	position: absolute;
	bottom: 0px;
    display: flex;
    justify-content: space-between;
    padding: 0px 20px 0px;
    color: white;
}

.cardid6899d45067e59 .card-enlace .e-col_1 strong {
	font-family: 'Mont-Bold';
}

.cardid6899d45067e59 .card-enlace .e-col_1 {
    flex: 1;
	font-family: 'Mont-Regular';
}

.cardid6899d45067e59 .card-enlace .e-col_2 img {
    width: 30px;
}

/* Responsivo */
/* SM */
@media (max-width: 576px) {
	.botonesid6899d45067e59 #botonIzq{
		left: -30%;
	}

	.botonesid6899d45067e59 #botonDer{
		left: 30%;
	}
	
	.cardid6899d45067e59 .card-info .titulo{
		line-height: 1.2;
    	font-size: 1.5rem;
		/*font-family: 'MyriadPro-Bold';*/
		/*font-family: 'Mont-Bold';*/
	}
	
	.cardid6899d45067e59 .card-info .descripcion p {
		font-size: 1.1rem;
	}
	
	.cardid6899d45067e59 .card-enlace .e-col_1 {
		font-size: 1.1rem;
	}
}

/* MD */
@media (max-width: 768px) {
	
	.main-containerid6899d45067e59 .header-right{
		padding: 0px 20px;
		/*align-items: center;*/
	}

    .card-linkid6899d45067e59 {
        /*max-width: 90%;*/
    }
	
	.swiper-container {
		/*width: 70%;*/
	}
	
	.cardid6899d45067e59{
		min-height: 510px;
	}
	
	/*
	.card-info .titulo{
		line-height: 1.2;
    	font-size: 1.5rem;
	}
	
	.card-info .descripcion p {
		font-size: 1.1rem;
	}
	
	.card-enlace .e-col_1 {
		font-size: 1.1rem;
	}

*/
}

/* LG */
@media (max-width: 992px) {
	
	.main-containerid6899d45067e59 {
        flex-direction: column;
    }
	
	.top-filters {
		flex-direction: column;
	}
	
    .main-containerid6899d45067e59 .header-left,
    .main-containerid6899d45067e59 .header-right {
        width: 100%;
    }
	
	.cardid6899d45067e59 .card-info .titulo {
		min-height: 50px;
		font-size: 1.2rem;

		-webkit-line-clamp: 2; /* Límite de líneas */
	}
	
}

/* XL */
@media (min-width: 1200px) {
	.main-containerid6899d45067e59 .header-left{
		width: 40%;
	}
    .main-containerid6899d45067e59 .header-right {
        width: 60%;
    }
	
	.cardid6899d45067e59{
		min-height: 510px;
	}
	
	.botonesid6899d45067e59 #botonIzq{
		left: -10%;
	}

	.botonesid6899d45067e59 #botonDer{
		left: 10%;
	}
		
	.cardid6899d45067e59 .card-info .titulo {
		font-size: 1.2rem;
	}
	
	.cardid6899d45067e59 .card-info {
		padding: 20px;
	}
	
}

/* XXL */
@media (min-width: 1400px) {
	.main-containerid6899d45067e59 .header-left{
		width: 30%;
	}
    .main-containerid6899d45067e59 .header-right {
        width: 70%;
    }
	
	.cardid6899d45067e59 .card-info .titulo {
		font-size: 1.1rem;
	}
	
	.cardid6899d45067e59 .card-info {
		padding: 20px;
	}
}