.syc-card-slider {
    position: relative;
    overflow: hidden;
    margin-bottom: -45px;
}
.syc-card-slider-inner {
    display: flex;
    transition: transform 0.5s ease;
}
.syc-card-slider .syc-card {
    flex: 0 0 100%;
    padding-right: 15px;
    box-sizing: border-box;
}
@media (min-width: 576px) {
    .syc-card-slider .syc-card {
        flex: 0 0 50%;
    }
}
@media (min-width: 768px) {
    .syc-card-slider .syc-card {
        flex: 0 0 33.333%;
    }
}
@media (min-width: 992px) {
    .syc-card-slider .syc-card {
        flex: 0 0 20%;
    }
}
@media (min-width: 992px) {
    .row-cols-lg-4>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0px 8px;
    }
}

@media (max-width: 768px) {
    .syc-card-slider {
        margin-bottom: -30px;
    }
}

.syc-slider-control {
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #ffffff; /* Fondo blanco */
    color: black; /* Cambié el color del icono para mayor visibilidad */
    text-decoration: none;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 5px; /* Bordes redondeados */
    box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.2); /* Sombra suave */
    display: flex;
    justify-content: center;
    align-items: center;
}

.syc-slider-control:hover {
    /* color: white; */
    text-decoration: none;
}
.syc-slider-control-left {
    left: 2px;
    border-radius: 50%;
    padding: 6px 14px;
}

.syc-slider-control-left img {
    width: 50px;
    height: 15px;
    /* padding: 6px 14px; */
}

.syc-slider-control-right img {
    width: 50px;
    height: 15px;
    /* padding: 6px 14px; */
}

.syc-slider-control-right {
    right: 2px;
    border-radius: 50%;
    padding: 6px 14px;
}
.icon-fire{
    font-size: 2.2rem;
    color: #ff7140;
}

.icon-fire-small{
    font-size: 1.2rem;
    color: #ff7140;
}

.custom-container-hotsubastas {
    align-items: center;
    justify-content: flex-start !important;
}

.custom-button-hotsubastas {
    background-color: transparent;
    border: none;
    color: #192843b0;
    font-size: 19px;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease;
    margin-left: 10px;
}

.custom-button-hotsubastas:hover {
    color: #0f1a30; /* Un tono más oscuro de gris azulado */
    text-decoration: none !important;
}

.custom-card-tittle {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: #192843;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limita a 2 líneas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 3.2em;
    min-height: 2.2em;
    font-size: 20px;
}

.custom-card-subtittle {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: #686868; 
    font-size: 15px;
    font-weight: 400; 
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limita a 2 líneas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-top: 6px;
    max-height: 2.2em;
}

.clickable-card {
    cursor: pointer;
}

.custom-card {
    overflow: hidden;
    border-radius: 12px;
    border: none;
    min-height: 510px !important;
}

.custom-mb4 {
    margin-bottom: 0px !important;
}

.custom-details-container {
    padding: 0px 0px 20px 0px;

}

.custom-mt-4{
    padding: 0px;
    margin-top: 0px !important;
}

.color-price-custom{
    color: #686868 !important;
}

.price-old {
  color: #686868;
  font-weight: bold;
}
.strike,
.strike-custom {
  position: relative;
  display: inline-block;
  color: #686868;
  margin-right: 3px;
}

/* Línea personalizada */
.strike::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #686868;
  transform: translateY(-50%);
}

.strike-custom::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 51%;
  height: 1px;
  background-color: #686868;
  transform: translateY(-49%); /* un pixel ajustado */
}


.syc-card .card-body:not(:has(.btn-green-syc)), 
.custom-card-body:not(:has(.btn-green-syc)) {
    padding: 1.25rem 1.25rem 0.2rem 1.25rem;
}

.btn-details {
    justify-content: center;
    display: flex;
    width: 80%;
    margin: 10px auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: translateY(10px);
    align-items: center;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 13px 13px 0 13px !important;

}

.custom-card:hover .btn-details {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* guardado por la formulade calc */
        /* .syc-card-slider {
            position: relative;
            overflow: hidden;
        }
        .syc-card-slider-inner {
            display: flex;
            transition: transform 0.5s ease;
        }
        .syc-card-slider .syc-card {
            flex: 0 0 100%;
            margin-right: 15px;
        }
        @media (min-width: 576px) {
            .syc-card-slider .syc-card {
                flex: 0 0 calc(50% - 15px);
            }
        }
        @media (min-width: 768px) {
            .syc-card-slider .syc-card {
                flex: 0 0 calc(33.333% - 15px);
            }
        }
        @media (min-width: 1400px) {
            .syc-card-slider .syc-card {
                flex: 0 0 calc(25% - 15px);
            }
        } */
