        :root {
            --primary-color: #e63946;
            --secondary-color: #5e35b1;
            --dark-bg: #1a1a1a;

            /* --primary-color: #2c3e50;
            --secondary-color: #34495e; */
            --accent-color: #c0392b;
            --light-gray: #ecf0f1;
            --dark-gray: #95a5a6;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            
            /*background-color: #e9eef3;*/
            /*background-color: #c8d1da;*/
            background-color: #000000;

        }

        /* Header Styles */
        .top-header {
            background: var(--dark-bg);
            padding: 20px 0;
        }

        .logo-section {
            background: #f0f0f0;
            padding: 15px;
            border-radius: 10px;
            display: inline-block;
        }

        .main-banner {
            background: var(--dark-bg);
            color: white;
            padding: 30px 0;
        }
        
        .btn-phone {
    background-color: #6c757d; /* gris Bootstrap */
    color: #fff;
            width: 100%;
            padding: 12px;
            border: none;
            border-radius: 5px;
            font-weight: bold;
            margin-top: 10px;
            transition: background 0.3s;
        }

        .btn-phone:hover {
            background: #128c7e;
        }        

        .banner-title {
            border: 3px solid var(--secondary-color);
            padding: 20px 40px;
            font-size: 2.5rem;
            font-weight: bold;
            letter-spacing: 2px;
        }

        .banner-subtitle {
            margin-top: 15px;
            letter-spacing: 3px;
            font-size: 0.9rem;
        }

        /* Navigation */
        .main-nav {
            background: white;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            padding: 15px 0;
        }

        .main-nav a {
            color: #333;
            text-decoration: none;
            font-weight: 600;
            padding: 10px 20px;
            transition: color 0.3s;
        }

        .main-nav a:hover {
            color: var(--primary-color);
        }

        /* Hero Section - Carousel */
        .carousel {
            position: relative;
            height: 600px;
        }

        .carousel-inner {
            height: 100%;
        }

        .carousel-item {
            height: 600px;
        }

        .hero-slide {
            height: 100%;
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .hero-slide::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.5));
        }

        .hero-content {
            position: relative;
            z-index: 2;
            height: 100%;
            display: flex;
            align-items: center;
            color: white;
        }

        .hero-title {
            font-size: 3rem;
            font-weight: bold;
            margin-bottom: 30px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        }

        .btn-conoce-mas {
            background: #00a8e8;
            color: white;
            padding: 12px 40px;
            border: none;
            font-weight: bold;
            transition: all 0.3s;
        }

        .btn-conoce-mas:hover {
            transform: translateX(5px);
            background: #0077b6;
            color: white;
        }

        .carousel-control-prev,
        .carousel-control-next {
            width: 5%;
            opacity: 0.8;
        }

        .carousel-control-prev:hover,
        .carousel-control-next:hover {
            opacity: 1;
        }

        .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin: 0 5px;
        }

        /* Search Filters */
        .search-filters {
            background: #f8f9fa;
            padding: 30px;
            margin: 40px 0 50px 0;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            border-radius: 8px;
        }

        .filter-select {
            border: 2px solid #ddd;
            padding: 12px;
            border-radius: 5px;
        }

        .results-count {
            background: #6c757d;
            color: white;
            padding: 10px 20px;
            display: inline-block;
            margin-top: 15px;
            border-radius: 5px;
        }

        /* Vehicle Cards */
        .vehicle-card {
            border: 1px solid #ddd;
            border-radius: 8px;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
            margin-bottom: 30px;
            background: white;
        }

        .vehicle-card:hover {
            transform: translateY(-20px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        }

        .vehicle-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            position: relative;
        }

        .badge-movimiento {
            position: absolute;
            top: 10px;
            right: 10px;
            background: var(--primary-color);
            color: white;
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: bold;
        }

        .vehicle-info {
            padding: 20px;
        }

        .vehicle-brand {
            color: var(--primary-color);
            font-weight: bold;
            border-left: 3px solid var(--primary-color);
            padding-left: 10px;
            margin-bottom: 10px;
        }

        .vehicle-price {
            color: var(--primary-color);
            font-size: 1.8rem;
            font-weight: bold;
        }

        .vehicle-price-iva {
            color: #666;
            font-size: 0.9rem;
        }

        .vehicle-specs {
            display: flex;
            gap: 15px;
            margin: 15px 0;
            flex-wrap: wrap;
        }

        .spec-item {
            background: #f8f9fa;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 0.9rem;
        }

        .btn-ver-mas {
            background: var(--primary-color);
            color: white;
            width: 100%;
            padding: 12px;
            border: none;
            font-weight: bold;
            transition: background 0.3s;
        }

        .btn-ver-mas:hover {
            background: #d62828;
        }

        /* WhatsApp Button */
        .whatsapp-float {
            position: fixed;
            width: 80px;
            height: 80px;
            bottom: 40px;
            right: 40px;
            background-color: #25d366;
            color: #FFF;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
            z-index: 100;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s;
            text-decoration: none;
        }

        .whatsapp-float:hover {
            transform: scale(1.7);
            color: #FFF;
            text-decoration: none;
        }

        .whatsapp-float i {
            line-height: 1;
            text-decoration: none;
        }

        /* Sidebar Ads */
        .sidebar-ad {
            margin-bottom: 20px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        }

        .sidebar-ad img {
            width: 100%;
            height: auto;
        }

        /* Footer Styles */
        .main-footer {
            background: var(--dark-bg);
            color: white;
            padding: 60px 0 0 0;
            margin-top: 80px;
        }

        .footer-section {
            margin-bottom: 30px;
        }

        .footer-title {
            color: var(--primary-color);
            font-size: 1.3rem;
            font-weight: bold;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid var(--primary-color);
            display: inline-block;
        }

        .footer-logo {
            font-size: 2rem;
            color: var(--primary-color);
            margin-bottom: 15px;
        }

        .footer-contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
            padding: 10px;
            background: rgba(255,255,255,0.05);
            border-radius: 5px;
            transition: background 0.3s;
        }

        .footer-contact-item:hover {
            background: rgba(255,255,255,0.1);
        }

        .footer-contact-item i {
            color: var(--primary-color);
            font-size: 1.2rem;
            margin-right: 15px;
            min-width: 25px;
            margin-top: 3px;
        }

        .footer-contact-info a {
            color: white;
            text-decoration: none;
            transition: color 0.3s;
        }

        .footer-contact-info a:hover {
            color: var(--primary-color);
        }

        .footer-social {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }

        .footer-social a {
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
            color: white;
            font-size: 1.2rem;
            transition: all 0.3s;
            text-decoration: none;
        }

        .footer-social a:hover {
            background: var(--primary-color);
            transform: translateY(-3px);
        }

        .footer-links {
            list-style: none;
            padding: 0;
        }

        .footer-links li {
            margin-bottom: 12px;
        }

        .footer-links a {
            color: #ccc;
            text-decoration: none;
            transition: all 0.3s;
            display: inline-block;
        }

        .footer-links a:hover {
            color: var(--primary-color);
            padding-left: 5px;
        }

        .footer-bottom {
            background: #000;
            padding: 25px 0;
            margin-top: 40px;
            text-align: center;
            border-top: 1px solid rgba(255,255,255,0.1);
        }

        .footer-bottom p {
            margin: 0;
            color: #999;
        }

        .footer-bottom a {
            color: var(--primary-color);
            text-decoration: none;
        }

        .footer-bottom a:hover {
            text-decoration: underline;
        }

        .logo_clic {
                width: 100%;
                height: auto;
                display: inline-block; /* elimina espacios debajo de la imagen */
                border-radius: 10%;        
            }

        .logo_clic_footer {
                width: 300px;
                height: auto;
                display: inline-block; /* elimina espacios debajo de la imagen */
                border-radius: 10%;        
            }    

        @media (max-width: 768px) {
            .hero-title {
                font-size: 2rem;
            }

            .logo_clic {
                width: 50%;
                height: auto;
                display: inline-block; /* elimina espacios debajo de la imagen */
                border-radius: 10%;        
            }

            .div-logo {
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
            }
            
            .banner-title {
                font-size: 1.5rem;
                padding: 15px 20px;
            }

            .hero-carousel,
            .carousel,
            .carousel-item,
            .hero-slide {
                height: 400px;
            }

            .lead {
                font-size: 1rem;
            }

            .main-footer {
                padding: 40px 0 0 0;
                margin-top: 50px;
            }

            .footer-section {
                margin-bottom: 40px;
            }
        }




.pagination .page-link {
    color: #ffffff;
    background-color: #1a1a1a; /* negro elegante */
    border: 1px solid #333;
    padding: 8px 14px;
    font-weight: 500;
}

.pagination .page-link:hover {
    background-color: #ff0000; /* rojo */
    border-color: #b30000;
    color: #fff;
}

.pagination .active .page-link {
    background-color: #ff0000 !important;
    border-color: #b30000;
    color: #fff;
    font-weight: 600;
}

.pagination .disabled .page-link {
    background-color: #333;
    border-color: #222;
    color: #777;
    pointer-events: none;
}

.pagination .page-item {
    margin: 0 3px;
}

.form-container {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.form-title {
    color: #333;
    margin-bottom: 25px;
    font-weight: bold;
}
.required {
    color: red;
}


/* BOTON INICIAR SESION */

     .modal-content {
            background: #ffffff;
            border: none;
            border-radius: 8px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
        }

        .modal-header {
            background: var(--primary-color);
            border-bottom: none;
            border-radius: 8px 8px 0 0;
            padding: 1.5rem;
        }

        .modal-title {
            color: white;
            font-weight: 600;
            font-size: 1.3rem;
        }

        .btn-close {
            filter: brightness(0) invert(1);
        }

        .modal-body {
            padding: 2rem;
        }

        /* .form-label {
            color: var(--secondary-color);
            font-weight: 500;
            font-size: 0.9rem;
            margin-bottom: 0.5rem;
        } */

        .form-control {
            background: #f8f9fa;
            border: 1px solid #dee2e6;
            /* color: var(--secondary-color); */
            border-radius: 6px;
            padding: 0.75rem 1rem;
            transition: all 0.3s ease;
        }

        .form-control:focus {
            background: #ffffff;
            border-color: var(--accent-color);
            box-shadow: 0 0 0 0.2rem rgba(192, 57, 43, 0.15);
            color: var(--secondary-color);
        }

        .form-control::placeholder {
            color: var(--dark-gray);
        }

        .input-group-text {
            background: #e9ecef;
            border: 1px solid #dee2e6;
            color: var(--secondary-color);
            border-radius: 6px 0 0 6px;
        }

        .btn-login {
            background: var(--primary-color);
            border: none;
            padding: 0.75rem;
            font-weight: 600;
            border-radius: 6px;
            transition: all 0.3s ease;
            color: white;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-size: 0.9rem;
        }

        .btn-login:hover {
            background: #a93226;
            box-shadow: 0 4px 12px rgba(192, 57, 43, 0.3);
        }

        .btn-register {
            background: transparent;
            border: 2px solid var(--primary-color);
            color: var(--primary-color);
            padding: 0.75rem;
            border-radius: 6px;
            transition: all 0.3s ease;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-size: 0.85rem;
        }

        .btn-register:hover {
            background: var(--primary-color);
            color: white;
        }

        .form-check-input:checked {
            background-color: var(--accent-color);
            border-color: var(--accent-color);
        }

        .form-check-label {
            /* color: var(--secondary-color); */
            font-size: 0.9rem;
        }

        .link-text {
            color: var(--accent-color);
            font-size: 0.9rem;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .link-text:hover {
            color: #a93226;
            text-decoration: underline;
        }

        .divider {
            color: var(--dark-gray);
            font-size: 0.85rem;
            margin: 1.5rem 0 1rem 0;
            text-align: center;
        }

        .alert {
            border-radius: 6px;
            border: none;
            font-size: 0.9rem;
        }

        /* .demo-button {
            background: var(--primary-color);
            border: none;
            padding: 1rem 2.5rem;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 6px;
            color: white;
            box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
        } */
/* 
        .demo-button:hover {
            background: var(--secondary-color);
            box-shadow: 0 6px 20px rgba(44, 62, 80, 0.4);
            transform: translateY(-2px);
        } */

        hr {
            border-color: #dee2e6;
            opacity: 0.3;
        }
        
        .logo_clic:hover {
          animation: pulse 0.6s ease-in-out;
        }

        @keyframes pulse {
          0% { transform: scale(1); }
          50% { transform: scale(1.08); }
          100% { transform: scale(1); }
        }
        

.logo_clic_footer {
    transition: transform 0.4s ease;
}

.logo_clic_footer:hover {
    transform: scale(1.10) rotate(2deg);
}



    .promo-text {
        color: #ffffff; /* Texto blanco principal */
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 0.5px;
    }

    .highlight {
        color: #ffcc00; /* Amarillo vibrante para resaltar */
        font-weight: 800;
        text-transform: uppercase;
        border-bottom: 2px solid #ffcc00; /* Línea sutil abajo para dar énfasis */
        padding-bottom: 2px;
        margin: 0 5px;
        text-shadow: 0 0 10px rgba(255, 204, 0, 0.4); /* Efecto de brillo suave */
    }
    
    
    
    /* Reduce el padding y la fuente para que quepan en horizontal */
    .filter-select-sm {
        padding: 0.375rem 1.5rem 0.375rem 0.5rem !important; /* Menos espacio lateral */
        font-size: 0.85rem !important;
        height: 38px;
    }

    .search-filters {
        background: #f8f9fa;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    /* Ajuste para móviles: en pantallas pequeñas vuelven a ser 2 por línea */
    @media (max-width: 768px) {
        .col-md {
            flex: 0 0 50%;
            max-width: 50%;
        }
    }


    .destacado-negro {
        background: linear-gradient(90deg, #1a1a1a 0%, #000000 100%);
        padding: 40px;
        text-align: center;
        border: 1px solid #333;
        border-radius: 12px;
    }

    .texto-lider {
        color: #ffffff;
        font-size: 28px;
        font-weight: 300; /* Tipografía delgada = elegante */
        letter-spacing: 1px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .texto-secundario {
        color: #aaaaaa;
        font-size: 18px;
        max-width: 700px;
        margin: 0 auto;
        line-height: 1.8;
    }
    
    .instagram-circle {
    display: inline-block;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    }
    
    .promo-main-text {
    font-size: 2rem; /* Tamaño grande y legible */
    line-height: 1.4;
    color: #f8f9fa;
    font-weight: 300;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5); /* Sombra para legibilidad sobre el fondo */
}

/* El estilo de la palabra GRATIS (manteniendo tu clase .highlight) */
.highlight {
    font-weight: 800;
    color: #ffc107; /* Un amarillo/oro llamativo */
    text-transform: uppercase;
}

/* El gancho comercial: Los 3 meses */
.promo-highlight {
    display: inline-block;
    background-color: #ffc107;
    color: #000;
    padding: 2px 10px;
    border-radius: 4px;
    font-weight: bold;
    margin-left: 5px;
    /* Efecto sutil de pulso para llamar la atención */
    animation: pulse-border 2s infinite;
}

@keyframes pulse-border {
    0% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(255, 193, 7, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0); }
}

/* Fix Firefox sidebar banners */
.col-lg-3 {
    display: flex;
    flex-direction: column;
}

.sidebar-ad {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

.sidebar-ad a {
    display: block;
    width: 100%;
}

.sidebar-ad img {
    width: 100%;
    height: auto;
    display: block; /* Elimina el espacio inline que Firefox agrega debajo de imágenes */
    min-height: 200px;
    object-fit: cover;
}
