.body {
    font-family: system-ui, -apple-system,
        "Segoe UI", Roboto, "Helvetica Neue",
        "Noto Sans", "Liberation Sans",
        Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol", "Noto Color Emoji" !important;
    background-color: #ffffff;
}

.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 (min-width: 992px) {
  .main-content-custom {
    flex-direction: row !important;
  }

  .filters-container {
    width: 100%;
  }
}

.body-custom {
    background-color: #F2F2F2 !important;
}

.row-custom-lots {
    margin-top: -24px !important;
}

.main-content-custom {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
    background-color: #F2F2F2;
}


.container-fluid-custom {
    padding: 0px !important;
}

.content-container-custom {
    width: 100%;
    flex-grow: 1;
    background-color: #ffffff;
    border-radius: 10px;
    min-width: 0;
    margin-top: 20px;
}

.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;
    border-radius: 0px !important;
    min-height: 510px !important;
    margin-left: 7px;
    margin-right: 7px;
}

.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;
}

.syc-card .card-body-custom:not(:has(.btn-green-syc)),
.card-body-custom: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-custom {
    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);
}

.logo-image-principal {
    width: 100%;
    height: 225px;
    padding-left: 48px;
    padding-right: 48px;
    margin-top: 40px;
    background-color: #ffffff;
    object-fit: cover;
}

.container-menu-custom {
    background-color: #ffffff;
}

.condition-wrapper {
    display: inline-block;
}

.condition-label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
    color: #333;
}
