.ccategory-carousel {
    display: flex;
    overflow: hidden;
    gap: 45px;
    position: relative;
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 20px;
}

.ccarousel-item {
    position: relative;
    width: 350px !important;
    height: 350px !important;
    overflow: hidden;
    border-radius: 0px;
    transition: transform 0.3s ease-in-out;
    flex: 0 0 auto;
}

/* Ocultar flechas de navegación en móviles */
@media (max-width: 768px) {
    .ccarousel-nav {
        display: none;
    }
}



.ccarousel-link {
    display: block;
    height: 100%;
    text-decoration: none;
}

.ccarousel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ccarousel-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgba(0, 166, 227, 0.9);
    transition: height 0.4s ease-in-out;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.ccarousel-item:hover .ccarousel-overlay {
    height: 100%;
}

.ccarousel-content {
    text-align: center;
    transition: transform 0.4s ease-in-out;
    padding: 10px;
}

.ccarousel-item:hover .ccarousel-content {
    transform: translateY(-110%);
}

.ccarousel-content h3 {
    font-family: 'Fira Sans', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    color: white;
    margin-bottom: 0px;
    font-size: 31px;
    text-transform: uppercase;
}

.cview-content-btn {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    background: transparent;
    color: #fff;
    padding: 8px 15px;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 0px;
    transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out;
    opacity: 0;
    text-transform: uppercase;
}

.ccarousel-item:hover .cview-content-btn {
    opacity: 1;
}

.cview-content-btn:hover {
    background: #fff;
    color: rgba(0, 166, 227, 0.9);
}

.ccarousel-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.ccarousel-nav button {
    background-color: transparent;
    border: none;
    color: rgba(0, 166, 227, 0.8);
    cursor: pointer;
    transition: color 0.3s;
    font-size: 24px;
    pointer-events: auto;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ccarousel-nav button:hover {
    color: rgba(0, 166, 227, 1);
}

.ccarousel-nav .prev-slide {
    margin-left: 0;
    position: absolute;
    left: 100px;
}

.ccarousel-nav .next-slide {
    margin-right: 0;
    position: absolute;
    right: -10px;
}

.ccarousel-nav .prev-slide::before, .ccarousel-nav .next-slide::before {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    font-size: 1em;
    color: #fff;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
    background: #00A6E3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ccarousel-nav .prev-slide::before {
    content: '\2039';
	  display: block;
    text-align: center;
    line-height: 1.3;
    /* Puedes ajustar el tamaño de la fuente si es necesario */
    font-size: 20px; /* Ajusta según sea necesario */
}

.ccarousel-nav .next-slide::before {
    content: '\203A';
    margin-left: -70px;
	  display: block;
    text-align: center;
    line-height: 1.3;
    /* Puedes ajustar el tamaño de la fuente si es necesario */
    font-size: 20px; /* Ajusta según sea necesario */
}



/* Responsive adjustments */
/* @media (max-width: 1200px) {
    .ccategory-carousel {
        max-width: 90%;
        margin-left: auto;
        gap: 20px;
    }
    
    .ccarousel-item {
        width: calc(33.333% - 14px);
        height: 250px;
    }
}

@media (max-width: 768px) {
    .ccategory-carousel {
        gap: 15px;
    }
    
    .ccarousel-item {
        width: calc(50% - 10px);
        height: 200px;
    }
} */

@media (max-width: 480px) {
    .ccategory-carousel {
        gap: 10px;
		max-width: 89% !important;
/* 		margin-left: -35px; */
    }
    
    .ccarousel-item {
        width: 100% !important;
        height: auto !important;
    }
}

/* Ocultar flechas de navegación en móviles */
@media (max-width: 480px) {
    .ccarousel-nav {
         position: absolute;
    top: 50%;
    width: 100%;
    margin: 0px auto;
    left: 0;
    right: 0;
    display: inline-block;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    }
	.ccarousel-nav .next-slide::before {
    content: '\203A';
    /* margin-left: -70px; */
    display: block;
    text-align: center;
    line-height: 1.3;
    font-size: 20px;
}
	.ccarousel-nav .prev-slide::before, .ccarousel-nav .next-slide::before {
    position: absolute;
    top: 50%;
    margin: 0px auto;
    left: 0%;
    transform: translate(-50%, -50%);
    font-size: 1em;
    color: #fff;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
    background: #00a2e8;
    border-radius: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
	.ccarousel-nav .prev-slide {
    margin-left: 0;
    position: absolute;
    left: 6%;
}
}

