/* Tarifas Error Home Grid - ab614c74 v6.0.4 */

.te-wrapper-ab614c74 {
    font-family: 'Inter', 'Montserrat', sans-serif;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* ===== GRID ===== */
.te-grid-ab614c74 {
    display: grid;
    gap: 24px;
    margin: 0 0 40px 0;
    padding: 0;
}
.te-cols-2-ab614c74 { grid-template-columns: repeat(2, 1fr); }
.te-cols-3-ab614c74 { grid-template-columns: repeat(3, 1fr); }
.te-cols-4-ab614c74 { grid-template-columns: repeat(4, 1fr); }

/* ===== NO RESULTS ===== */
.te-no-results-ab614c74 {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #888;
}

/* ===== CARD — UNIFORM HEIGHT ===== */
.te-card-ab614c74 {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
}
.te-card-ab614c74:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(187,25,25,0.15);
}

/* NEW POST badge */
.te-card-new-ab614c74 {
    border: 3px solid #23A455;
    position: relative;
}
.te-card-new-ab614c74::after {
    content: '\00a1RECI\00c9N PUBLICADA!';
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #23A455 0%, #1a8a42 100%);
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 6px;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(35,164,85,0.4);
}

.te-card-link-ab614c74 {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-decoration: none;
    color: inherit;
    transition: none;
}
.te-card-link-ab614c74:hover {
    color: inherit;
    text-decoration: none;
}

/* Fixed image height */
.te-card-img-wrap-ab614c74 {
    position: relative;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    overflow: hidden;
    flex-shrink: 0;
}
.te-card-img-wrap-ab614c74 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.te-card-ab614c74:hover .te-card-img-wrap-ab614c74 img {
    transform: scale(1.08);
}
.te-card-placeholder-ab614c74 {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1A1A2E, #0F3460);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
}
.te-icon-plane-ab614c74::before {
    content: '\2708';
    font-size: 48px;
}
.te-card-badge-ab614c74 {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #bb1919;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}
.te-card-price-tag-ab614c74 {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: #FFD700;
    color: #1A1A2E;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 900;
    padding: 6px 14px;
    border-radius: 8px;
    z-index: 2;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

/* Fixed body height with clamped title */
.te-card-body-ab614c74 {
    padding: 18px 20px 12px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.te-card-title-ab614c74 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1A1A2E;
    margin: 0 0 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
}
.te-card-link-ab614c74:hover .te-card-title-ab614c74 {
    color: #bb1919;
}
.te-card-meta-ab614c74 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
}
.te-card-date-ab614c74 {
    font-size: 12px;
    color: #888;
}
.te-card-price-ab614c74 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #bb1919;
}

.te-card-cta-wrap-ab614c74 {
    padding: 0 20px 20px;
    margin-top: auto;
}
.te-card-btn-ab614c74 {
    display: block;
    text-align: center;
    background-color: #bb1919;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 800;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.25s ease;
}
.te-card-btn-ab614c74:hover {
    background-color: #8a1212;
    transform: scale(1.03);
    box-shadow: 0 4px 15px rgba(187,25,25,0.4);
    color: #FFFFFF;
}

/* ===== PAGINATION ===== */
.te-pagination-ab614c74 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 20px 0 50px;
    flex-wrap: wrap;
}
.te-page-btn-ab614c74 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1A1A2E;
    background: #FFFFFF;
    border: 2px solid #E0E0E0;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
}
.te-page-btn-ab614c74:hover {
    border-color: #bb1919;
    color: #bb1919;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(187,25,25,0.15);
    text-decoration: none;
}
.te-page-current-ab614c74 {
    background-color: #bb1919;
    border-color: #bb1919;
    color: #FFFFFF;
    cursor: default;
    box-shadow: 0 4px 15px rgba(187,25,25,0.4);
}
.te-page-current-ab614c74:hover {
    background-color: #bb1919;
    border-color: #bb1919;
    color: #FFFFFF;
    transform: none;
    box-shadow: 0 4px 15px rgba(187,25,25,0.4);
}
.te-page-disabled-ab614c74 {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}
.te-page-dots-ab614c74 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 42px;
    font-size: 16px;
    color: #888;
    font-weight: 700;
}
.te-page-prev-ab614c74,
.te-page-next-ab614c74 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .te-cols-4-ab614c74 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
    .te-cols-3-ab614c74,
    .te-cols-4-ab614c74 { grid-template-columns: repeat(2, 1fr); }
    .te-page-prev-ab614c74,
    .te-page-next-ab614c74 {
        font-size: 11px;
        padding: 0 10px;
    }
}
@media (max-width: 480px) {
    .te-cols-2-ab614c74,
    .te-cols-3-ab614c74,
    .te-cols-4-ab614c74 { grid-template-columns: 1fr; }
    .te-card-img-wrap-ab614c74 { height: 180px; min-height: 180px; max-height: 180px; }
    .te-pagination-ab614c74 { gap: 6px; padding: 15px 0 40px; }
    .te-page-btn-ab614c74 { min-width: 36px; height: 36px; font-size: 12px; padding: 0 10px; }
}