@media (prefers-color-scheme: dark) {

    .gr_cartones_titulo,
    .gr_autor_carton {
        color: #fff !important;
    }

    .gr_fecha_carton {
        color: #fff !important;
    }

    .gr_boton_cartones {
        color: #fff !important;
    }
}


.gr_cartones {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    border-radius: 13px;
    /* background-color: #2D313B; */
    /* background-color: #20242F !important; */
    background-color: #141B26 !important;
    color: var(--color-white);
    overflow: hidden;
    padding: 17px 0 !important;
    container-type: inline-size;
}

.gr_con_cartones {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gr_cart_linea_sup {
    height: 5px;
    width: 90%;
    border-top: solid 1px #fff;
    border-bottom: solid 2px #fff;
    opacity: 20%;
    position: absolute;
    top: 14%;
    display: none;
}

.gr_cart_linea_inf {
    height: 5px;
    width: 90%;
    border-top: solid 2px #fff;
    border-bottom: solid 1px #fff;
    opacity: 20%;
    position: absolute;
    bottom: 24%;
    display: none;
}

.gr_cart_lineas_on {
    display: inherit;
}

.gr_cartones_titulo {
    font: 600 var(--font-size-print) / 120% var(--font-barlowcon);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.6px;
    color: var(--color-white);
    margin-bottom: 10px;
}

.gr_swiper_cartones {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 20px;
}

.gr_wrapper_cartones {
    align-items: center;
    height: auto;
    margin: auto;
}

.gr_slide_cartones {
    display: flex;
    flex-direction: column;
    align-items: center;

    /* justify-content: flex-end;  */

    /*NUEVO*/
    justify-content: center;
    /*----*/

    /*height: fit-content;*/
    transition: all 0.2s ease;
    overflow: visible !important;

}

.gr_con_cartones {
    width: 75%;
    transition: .3s ease all;

    justify-content: space-evenly;
    height: 100%;
}

.gr_con_img_cartones {
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 280px;*/
    height: 100%;
} 

/* ---------------- NUEVO --------------- */

.gr_wrapper_cartones .swiper-slide-visible .gr_con_img_cartones {
    align-items: center;
    transform: rotate(-2.546deg);
}
.gr_swiper_cartones .swiper-slide {
    filter: brightness(0.5); /* Oscurece la diapositiva */
  }
  
  .gr_swiper_cartones .swiper-slide-visible {
    filter: brightness(1); /* Restaura el brillo normal para las visibles */
  }

/* -------------------------------------- */


.gr_img_cartones {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 280px;
    filter: drop-shadow(1.713px 1.713px 3.426px rgba(0, 0, 0, 0.25));
    /*object-fit: contain;*/
    border: solid 4px #fff;
}

.gr_info_cartones {
    transition: .3s ease all;
    opacity: 0;
}

.gr_wrapper_cartones .swiper-slide-visible .gr_info_cartones {
    opacity: 1;
}

.gr_autor_carton {
    font: 500 var(--font-size-print) / 120% var(--font-barlowcon);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.34px;
    color: var(--color-white);
    margin-top: 16px;
}

.gr_fecha_carton {
    text-rendering: optimizeLegibility;
    font: 300 12px / 130% var(--font-barlowcon);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 3px;
    text-align: center;
}

.gr_arrows_cartones {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 28px;
    width: 100%;
    margin: 10px auto 0 auto;
    /* display: none;  */
}

/*TODO: SE HIZO MÁS ESPECÍFICO*/
.gr_arrows_cartones .swiper-button-prev,
.gr_arrows_cartones .swiper-button-next {
    background-repeat: no-repeat;

    &:after {
        content: '';
    }
}

.gr_swiper-button-prev-cartones {
    position: static;
    background-image: url(../2025/img/flecha_blanca.svg);
    background-size: contain;
    min-width: 28px;
    min-height: 28px;
    max-height: 28px;
    transform: rotate(180deg);
}

.gr_swiper-button-next-cartones {
    position: static;
    background-image: url(../2025/img/flecha_blanca.svg);
    background-size: contain;
    min-width: 28px;
    min-height: 28px;
    max-height: 28px;
}

.gr_con_pagination {
    width: auto;
}

.gr_pagination_cartones {
    position: static;
    /*width: auto !important;*/
    margin: 6px 0;
    transform: translateX(2%) !important;
}

.gr_pagination_cartones .swiper-pagination-bullet {
    background: var(--color-black) !important;
    background: #fff !important;
}

.gr_con_boton_cartones {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.gr_boton_cartones {
    border-radius: 30px;
    color: var(--color-white);
    /* border: 1.8px solid rgba(229, 229, 229, 0.5); */
    /* border: var(--font-sb-border)solid #505155; */
    font: var(--font-sbp) var(--font-size-boton) / 2.1em var(--font-barlowcon);
    background-color: #202A3B;
    padding: 0px 15px 0px 15px;
    text-transform: uppercase;
    letter-spacing: 0.48px;
    height: 30px;
    gap: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 235px;
    cursor: pointer;
}


/* .gr_slide_cartones.swiper-slide-visible.swiper-slide-fully-visible {
    display: flex;
    align-items: center;
    justify-content: center; 
} */

@media (max-width:600px) {

    .gr_cartones_titulo,
    .gr_autor_carton {
        font: 600 var(--font-size-print-iphone) / 19.5px var(--font-barlowcon);
    }

    .gr_cartones_titulo {
        padding-top: 0px;
        margin-bottom: 24px;
    }

    .gr_swiper_cartones {
        /*max-width: 310px;*/
        max-width: 465px;
        padding: 0;
    }

    .gr_img_cartones {
        max-height: 355px;
    }

    .gr_con_img_cartones {
        height: 355px;
    }

    .gr_arrows_cartones {
        justify-content: center;
    }

    .gr_swiper-button-prev-cartones,
    .gr_swiper-button-next-cartones {
        display: none;
    }

    .gr_boton_cartones { 
        margin: 13px auto 0 auto;
        font: var(--font-sbp) var(--font-size-boton-iphone) / 21em var(--font-barlowcon);
        box-sizing: initial;
        padding: 0px 15px 0px 15px;
        height: 36px;
        /* border: 2px solid rgba(229, 229, 229, 0.5); */
        /* border: var(--font-sb-border-r) solid #505155; */
        display: flex;
    }

    .gr_fecha_carton {
        font: 300 16px / 130% var(--font-barlowcon);
    }

    .gr_cartones {
        padding: 24px 0 !important;
    }
}

@media (max-width:420px) {
    .gr_img_cartones {
        max-height: 300px;
    }

    .gr_con_img_cartones {
        height: 300px;
    }

    .gr_cartones_titulo, .gr_autor_carton {
        font: 600 var(--font-size-print-r) / 19.5px var(--font-barlowcon);
    }

    .gr_boton_cartones { 
        font: var(--font-sbp) var(--font-size-boton-r) / 21em var(--font-barlowcon);
        padding: 0px 15px 1px 15px;
    }

    .gr_fecha_carton {
        font: 300 15px / 130% var(--font-barlowcon);
    }
}