.elementor-kit-4{--e-global-color-primary:#1A365D;--e-global-color-secondary:#2C5282;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;font-weight:700;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ========================================
   MERCADOFRANQUICIAS - CUSTOM CSS
   Pega esto en: Elementor → Custom CSS
   ======================================== */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

/* Global Styles */
body {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

/* ========================================
   HERO SECTION - Search Bar
   ======================================== */
.hero-search-wrapper {
    max-width: 700px;
    margin: 0 auto 30px;
}

.search-input-group {
    position: relative;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 50px;
    padding: 8px 8px 8px 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    transition: box-shadow 0.3s ease;
}

.search-input-group:hover,
.search-input-group:focus-within {
    box-shadow: 0 25px 70px rgba(0,0,0,0.4);
}

.search-icon {
    position: absolute;
    left: 24px;
    color: #64748b;
    pointer-events: none;
    z-index: 2;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 16px 20px 16px 40px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: #1a202c;
    background: transparent;
}

.search-input::placeholder {
    color: #94a3b8;
}

.search-button {
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    color: white;
    border: none;
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    font-family: 'Inter', sans-serif;
}

.search-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.4);
}

@media (max-width: 768px) {
    .search-input-group {
        padding: 6px 6px 6px 20px;
    }
    
    .search-input {
        padding: 12px 15px 12px 35px;
        font-size: 14px;
    }
    
    .search-button {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* ========================================
   HERO SECTION - Quick Filters
   ======================================== */
.elementor-icon-box-wrapper {
    transition: all 0.2s ease;
}

/* Style for hero filter buttons */
.elementor-section-content-middle .elementor-icon-box-wrapper {
    background: rgba(255,255,255,0.1);
    padding: 12px 24px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.2);
}

.elementor-section-content-middle .elementor-icon-box-wrapper:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-2px);
}

/* ========================================
   FRANCHISE CARDS - Complete Styling
   ======================================== */
.franchise-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.franchise-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.franchise-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #10b981;
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.franchise-image {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.franchise-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: white;
}

.franchise-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.franchise-card:hover .franchise-image img {
    transform: scale(1.05);
}

.franchise-content {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.franchise-title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #1a202c;
}

.franchise-title a {
    color: #1a202c;
    text-decoration: none;
    transition: color 0.2s ease;
}

.franchise-title a:hover {
    color: #2563eb;
}

.franchise-category {
    color: #64748b;
    font-size: 13px;
    margin-bottom: 16px;
    font-weight: 500;
}

.franchise-meta {
    margin: 16px 0;
    padding: 16px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.meta-item {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
    font-size: 14px;
}

.meta-item:last-child {
    margin-bottom: 0;
}

.meta-item .icon {
    margin-right: 8px;
    font-size: 16px;
}

.meta-item .label {
    color: #64748b;
    margin-right: 6px;
    font-weight: 500;
}

.meta-item .value {
    color: #1a202c;
    font-weight: 600;
}

.franchise-description {
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
    margin: 16px 0;
    flex: 1;
}

.franchise-actions {
    display: flex;
    gap: 10px;
    margin-top: auto;
}

.btn-primary,
.btn-secondary {
    flex: 1;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
}

.btn-primary {
    background: #2563eb;
    color: white;
    border: none;
}

.btn-primary:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    color: white;
}

.btn-secondary {
    background: transparent;
    color: #2563eb;
    border: 2px solid #2563eb;
}

.btn-secondary:hover {
    background: #eff6ff;
    color: #2563eb;
}

/* ========================================
   CATEGORY CARDS
   ======================================== */
.elementor-icon-box-wrapper {
    padding: 30px;
    background: white;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.elementor-icon-box-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.elementor-icon-box-icon {
    margin-bottom: 20px;
}

.elementor-icon {
    width: 80px;
    height: 80px;
    background: #eff6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #2563eb;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.elementor-icon-box-wrapper:hover .elementor-icon {
    background: #2563eb;
    transform: scale(1.1);
}

.elementor-icon-box-wrapper:hover .elementor-icon i,
.elementor-icon-box-wrapper:hover .elementor-icon svg {
    color: white !important;
    filter: brightness(0) invert(1);
}

.elementor-icon-box-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 8px;
}

.elementor-icon-box-description {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}

/* ========================================
   STATS SECTION
   ======================================== */
.elementor-counter-number-wrapper {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #2563eb;
}

.elementor-counter-title {
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
}

/* ========================================
   PRICING TABLES
   ======================================== */
.elementor-price-table {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    transition: all 0.3s ease;
}

.elementor-price-table:hover {
    border-color: #2563eb;
    box-shadow: 0 12px 40px rgba(37, 99, 235, 0.15);
}

.elementor-price-table__heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #1a202c;
}

.elementor-price-table__subheading {
    color: #64748b;
    font-size: 16px;
}

.elementor-price-table__price {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #2563eb;
}

.elementor-price-table__period {
    color: #64748b;
    font-size: 14px;
}

.elementor-price-table__features-list {
    text-align: left;
    margin: 30px 0;
    padding: 30px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.elementor-price-table__feature-inner {
    color: #475569;
    font-size: 15px;
    margin-bottom: 12px;
}

.elementor-price-table__icon {
    color: #10b981;
    margin-right: 10px;
}

/* Popular badge styling */
.elementor-price-table--ribbon-yes .elementor-price-table {
    border-color: #2563eb;
    transform: scale(1.05);
}

/* ========================================
   BUTTONS
   ======================================== */
.elementor-button {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    transition: all 0.2s ease;
}

.elementor-button:hover {
    transform: translateY(-2px);
}

/* Primary buttons */
.elementor-button.elementor-button-info {
    background: #2563eb;
    border-radius: 8px;
}

.elementor-button.elementor-button-info:hover {
    background: #1d4ed8;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

/* Secondary buttons */
.elementor-button.elementor-button-default {
    background: transparent;
    color: #2563eb;
    border: 2px solid #2563eb;
    border-radius: 8px;
}

.elementor-button.elementor-button-default:hover {
    background: #eff6ff;
}

/* ========================================
   TESTIMONIAL CARDS
   ======================================== */
.testimonial-card {
    background: #f8fafc;
    padding: 32px;
    border-radius: 12px;
    border-left: 4px solid #2563eb;
}

.testimonial-quote {
    color: #475569;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 20px;
}

.author-info h4 {
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 4px;
}

.author-info p {
    font-size: 14px;
    color: #64748b;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 1024px) {
    .franchise-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .franchise-content {
        padding: 20px;
    }
    
    .franchise-title {
        font-size: 18px;
    }
    
    .franchise-actions {
        flex-direction: column;
    }
    
    .elementor-counter-number-wrapper {
        font-size: 36px;
    }
    
    .elementor-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }
}/* End custom CSS */