.destaqueCategory{
    width: 100%;
    height: 400px;
    position: relative;
}
.destaqueCategory-splide{
    width: 100%;
    height: 400px !important;
}
.destaqueCategory-splide .splide__track{
    height: 100%;
}
.destaqueCategory-splide .splide__slide{
    height: 100%;
}
.destaqueCategory-splide .splide__arrows{
    display: none;
}
.destaqueCategory-splide .destaqueCategory-text {
    position: absolute;
    width: 600px;
    height: 160px;
    border-radius: 20px 0 20px 20px;
    right: 0;
    bottom: 16px;
    padding: 20px
}
.destaqueCategory-splide .splide__pagination {
    position: absolute;
    right: 490px;
    bottom: 30px;
    z-index: 1;
    gap: 5px;
    left: unset;
    padding: 0;
}
.destaqueCategory-splide .splide__pagination__page.is-active {
    background: #665b5b !important;
    transform: scale(1.4);
}
.destaqueCategory-splide .splide__pagination__page {
    opacity: 0.5;
    width: 20px;
    height: 5px;
    border-radius: 20px;
    background-color: #fff;
}
.destaqueCategory-splide .destaqueCategory-text a {
    color: white;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.destaqueCategory-splide .destaqueCategory-text a h3{
    font-family: "NunitoSans-ExtraBold";
    font-size: 13px;
    z-index: 3;
}
.destaqueCategory-splide .destaqueCategory-text a h2{
    font-size: 25px;
    line-height: 29px;
    font-family: "NunitoSans-Black";
    z-index: 3;
}
.destaqueCategory-img{
    width: 100%;
    height: 98%;
}
.destaqueCategory-img img{
    width: inherit;
    height: inherit;
    object-fit: cover;
    border-radius: 20px;
}
.destaqueCategory-text.atfolia::after{
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        background: #E6156190;
        position: absolute;
        border-radius: 20px;
}
@media (max-width:1024px){
    .destaqueCategory-splide {
        width: 100%;
        height: 330px !important;
    }
    .destaqueCategory{
        width: 100%;
        height: 330px;
        grid-column: span 2;
    }
    .destaqueCategory-splide .destaqueCategory-text {
        width: 86%;
    }
    .destaqueCategory-splide .destaqueCategory-text a h2 {
        font-size: 16px;
        line-height: 24px;
    }
    .destaqueCategory-splide .splide__pagination {
        right: 185px;
        bottom: 25px;
    }
    .destaqueCategory-img img {
        width: inherit;
        height: inherit;
        object-fit: cover;
    }
}