.elementor-1180 .elementor-element.elementor-element-9852a7e{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:stretch;--gap:7px 7px;--row-gap:7px;--column-gap:7px;}/* Start custom CSS for html, class: .elementor-element-6268b86 *//* ===============================================
   COTIZADOR VEHICULAR E INMOBILIARIO - ESTILOS
   Optimizado para dispositivos móviles
   =============================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
    overflow-x: hidden;
}

.hidden {
    display: none !important;
}

/* ========== BASE STYLES ========== */
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}

.container {
    margin-top: 0;
    width: 100%;
    padding: 0;
    max-width: 100%;
}

/* Ajuste para diferentes tamaños */
@media (min-width: 1025px) {
    body {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 0;
    }
}

@media (max-width: 480px) {
    body {
        padding-top: 0;
    }
}

/* ========== ELEMENTOS GENERALES ========== */
h1 {
    font-size: 15px;
    color: #54595F;
}

p {
    text-align: center;
    font-size: 12px;
}

.highlight {
    color: orange;
    font-weight: bold;
}

/* ========== ESTILOS GENERALES PARA SELECT Y BUTTONS ========== */
select {
    padding: 5px;
    font-size: 15px;
    border-radius: 8px;
    margin: 8px 0px;
    border: none;
    border-bottom: 3px solid #00205C;
    background: #F7F7F7;
    width: 100%;
    max-width: 100%;
}

option {
    background: #F7F7F7;
}

button {
    margin-top: 8px;
    padding: 12px 20px;
    font-size: 0.9rem;
    color: white;
    font-weight: 600;
    background-color: #00205C;
    border: 2px solid #FEDE6E;
    border-radius: 10px;
    cursor: pointer;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
    -webkit-appearance: none;
    appearance: none;
}

button:hover {
    color: #FEDE6E;
    background: #00205C;
    border: 2px solid #FEDE6E;
    font-weight: 600;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(44,62,80,0.3);
}

@media (max-width: 480px) {
    select {
        font-size: 16px;
        padding: 12px;
    }
    
    button {
        padding: 12px 15px;
        font-size: 0.95rem;
        min-height: 44px;
    }
}

#continuar {
    font-size: 1.1rem;
    background: #FEDE6E;
    color: #00205C;
    border: 2px solid #00205C;
    font-weight: 700;
    min-height: 55px;
}

/* ==========================================
   1. SECCIÓN INICIAL (seccion-inicial)
   ========================================== */


.seccion-inicial h1 {
    font-size: 3rem;
   
    font-weight: bold;
    color: white;
}

/* Botones principales */
.botones-principales {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 240px;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    max-width: 600px;
    width: 90%;
    padding: 20px;
}

.boton-principal,
#btn-vehicular,
#btn-inmobiliario {
    width: 100%;
    height: 240px;
    font-size: 1.2rem;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive para botones principales */
@media (max-width: 768px) {
    .botones-principales {
        gap: 15px;
        margin: 20px auto;
        padding: 15px;
    }
    
    .boton-principal,
    #btn-vehicular,
    #btn-inmobiliario {
        height: 180px;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .botones-principales {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 12px;
        margin: 15px auto;
        padding: 12px;
        width: 95%;
    }
    
    .boton-principal,
    #btn-vehicular,
    #btn-inmobiliario {
        height: 120px;
        font-size: 0.8rem;
        width: 100%;
    }
}

/* ===========================================
   2. SECCIÓN VEHICULAR (seccion-vehicular)
   =========================================== */
.seccion-vehicular {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    padding-top: 30px;
}

/* 2.1 Tipos de vehículos (.vehicle-types) */
.vehicle-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 15px;
    margin: 30px auto;
    padding: 15px;
    max-width: 1200px;
    width: 100%;
}

.vehicle {
    text-align: center;
    padding: 15px;
    border: 2px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
    width: 100%;
}

.vehicle:hover {
    border-color: #00205C;
    background-color: #f8f9fa;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,32,92,0.3);
}

.vehicle img {
    width: 100%;
    max-width: 120px;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
    object-fit: contain;
    max-height: 100px;
}

.vehicle:hover img {
    transform: scale(1.1);
}

.vehicle p {
    margin: 10px 0 0 0;
    font-size: 13px;
    color: #2C3E50;
    font-weight: bold;
    word-break: break-word;
}

.vehicle.selected {
    border-color: #00205C;
    background: #FEDE6E;
    opacity: 1;
    box-shadow: 0 8px 20px rgba(254,222,110,0.4);
}

@media (max-width: 480px) {
    .vehicle-types {
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
        padding: 10px;
        margin: 20px auto;
    }
    
    .vehicle {
        padding: 12px;
    }
    
    .vehicle p {
        font-size: 11px;
    }
}

/* 2.2 Detalle de vehículo (.detalle-vehiculo) */
.detalle-vehiculo {
    margin: 15px auto;
    padding: 5px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 500px;
    width: 98%;
    max-width: 1600px;
}

.vehiculo-container {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 10px;
    align-items: flex-start;
    width: 100%;
    padding: 22px;
}

/* Responsive para tablet y móviles */
@media (max-width: 1024px) {
    .vehiculo-container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 15px;
    }
    
    .detalle-vehiculo {
        min-height: auto;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .vehiculo-container {
        gap: 15px;
        padding: 10px;
    }
    
    .detalle-vehiculo {
        margin: 10px auto;
        padding: 10px;
        width: 97%;
        border-radius: 10px;
    }
}

/* 2.3 Imagen del vehículo (.vehiculo-imagen) */
.vehiculo-imagen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    min-height: 300px;
}

/* Cuando se muestran opciones de pago, ajustar el contenedor */
.vehiculo-imagen.opciones-activas {
    justify-content: flex-start;
    padding: 15px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 600px;
    min-height: auto;
}

.vehiculo-imagen img {
    width: 100%;
    max-width: 350px;
    max-height: 280px;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    transition: opacity 0.3s ease, display 0.3s ease;
}

/* Ocultar la imagen cuando se muestran las opciones de pago */
.vehiculo-imagen.opciones-activas img {
    display: none;
    opacity: 0;
}

/* Ocultar el nombre del vehículo cuando se muestran las opciones de pago */
.vehiculo-imagen.opciones-activas #vehiculo-nombre {
    display: none;
    opacity: 0;
}

#vehiculo-nombre {
    font-size: 1.2rem;
    font-weight: bold;
    color: #00205C;
    margin-top: 15px;
}

/* Responsivo para imagen del vehículo */
@media (max-width: 768px) {
    .vehiculo-imagen {
        min-height: 250px;
        padding: 15px;
    }
    
    .vehiculo-imagen img {
        max-width: 300px;
        max-height: 240px;
    }
    
    .vehiculo-imagen.opciones-activas {
        max-height: 500px;
        padding: 12px;
    }
    
    #vehiculo-nombre {
        font-size: 1.1rem;
        margin-top: 12px;
    }
}

@media (max-width: 480px) {
    .vehiculo-imagen {
        min-height: 200px;
        padding: 12px;
    }
    
    .vehiculo-imagen img {
        max-width: 250px;
        max-height: 200px;
    }
    
    .vehiculo-imagen.opciones-activas {
        max-height: 450px;
        padding: 10px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    #vehiculo-nombre {
        font-size: 1rem;
        margin-top: 10px;
        word-break: break-word;
    }
}

/* 2.4 Selectores del vehículo (.vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es-container) */
.vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: auto;
    padding: 20px;
    box-sizing: border-box;
}

.vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    min-height: auto;
    border: 2px solid #e9ecef;
    width: 100%;
    box-sizing: border-box;
}

.vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
    font-size: 0.95rem;
}

.vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es select {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    border-radius: 8px;
    margin: 8px 0;
    border: none;
    border-bottom: 3px solid #00205C;
    background: #F7F7F7;
    margin-bottom: 12px;
}

.vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es button {
    background: #00205C;
    color: white;
    padding: 12px 20px;
    border: 2px solid #FEDE6E;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    min-height: 48px;
    letter-spacing: 0.3px;
}

.vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es button:hover {
    background: #00205C;
    color: #FEDE6E;
    border: 2px solid #FEDE6E;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(44,62,80,0.3);
}

/* Responsivo para .elementor-1180 .elementor-element.elementor-element-6268b86es */
@media (max-width: 768px) {
    .vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es-container {
        padding: 15px;
    }
    
    .vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es {
        padding: 15px;
        margin-bottom: 12px;
    }
    
    .vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es label {
        font-size: 0.9rem;
        margin-bottom: 6px;
    }
    
    .vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es select {
        font-size: 14px;
        padding: 10px;
    }
    
    .vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es button {
        font-size: 0.9rem;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es-container {
        padding: 12px;
    }
    
    .vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es {
        padding: 12px;
        margin-bottom: 10px;
        border-radius: 10px;
    }
    
    .vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es label {
        font-size: 0.85rem;
        margin-bottom: 5px;
    }
    
    .vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es select {
        font-size: 16px;
        padding: 10px;
        margin-bottom: 8px;
    }
    
    .vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es button {
        font-size: 0.85rem;
        padding: 10px;
        min-height: 44px;
    }
}

/* 2.5 Opciones de financiación (.opciones-financiacion) */
.opciones-financiacion {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 20px auto;
    max-width: 400px;
    width: 90%;
}

.opcion-financiacion {
    position: relative;
    background: #00205C;
    color: white;
    padding: 15px;
    border: 2px solid #FEDE6E;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 70px;
    box-shadow: 0 4px 15px rgba(0,32,92,0.3);
    letter-spacing: 0.3px;
    width: 100%;
}

.opcion-financiacion:hover {
    background: #FEDE6E;
    color: #00205C;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(254,222,110,0.4);
    border: 2px solid #00205C;
}

@media (max-width: 480px) {
    .opciones-financiacion {
        gap: 10px;
        max-width: 100%;
        width: 95%;
    }
    
    .opcion-financiacion {
        padding: 12px;
        font-size: 0.85rem;
        min-height: 60px;
    }
}

.tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.9);
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 0.9rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin-bottom: 5px;
}

.tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: rgba(0,0,0,0.9);
}

.opcion-financiacion:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

/* 2.6 Formularios CON/SIN ENTRADA (.opciones-con-entrada) */
.opciones-con-entrada {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 15px;
    margin-top: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: auto;
    border: 2px solid #e9ecef;
    width: 100%;
    box-sizing: border-box;
}

.titulo_marca_modelo {
    font-size: 1.1rem;
    font-weight: bold;
    color: #00205C;
    margin-bottom: 15px;
    font-family: Mont;
}

.opciones-con-entrada select {
    width: 100%;
    padding: 2px;
    font-size: 15px;
    border-radius: 8px;
    margin: 8px 0;
    border: none;
    border-bottom: 3px solid #00205C;
    background: #F7F7F7;
    margin-bottom: 12px;
}

.opciones-con-entrada button {
    background: #00205C;
    color: white;
    padding: 12px;
    border: 3px solid #FEDE6E;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: bold;
    cursor: pointer;
    margin: 10px auto 0 auto;
    transition: all 0.3s ease;
    min-height: 48px;
    max-width: 100%;
    letter-spacing: 0.3px;
}

.opciones-con-entrada button:hover {
    background: #00205C;
    color: #FEDE6E;
    border: 2px solid #FEDE6E;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(44,62,80,0.3);
}

/* Tabla Justo a Tiempo */
#tabla-justo-tiempo {
    margin: 15px 0;
    width: 100%;
    box-sizing: border-box;
}

#tabla-justo-tiempo h4 {
    text-align: center;
    color: #072386;
    margin-bottom: 12px;
    font-size: 0.95rem;
    font-weight: bold;
}

#tabla-plazos {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8rem;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

#tabla-plazos thead {
    background: #072386;
    color: white;
}

#tabla-plazos th {
    padding: 8px 6px;
    border: 1px solid #ddd;
    text-align: center;
    font-weight: bold;
    font-size: 0.75rem;
}

#tabla-plazos td {
    padding: 8px 6px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 0.75rem;
}

#tabla-plazos tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

#tabla-plazos tbody tr:hover {
    background-color: #f0f7ff;
    transition: all 0.3s ease;
}

/* Responsivo para opciones con entrada */
@media (max-width: 768px) {
    .opciones-con-entrada {
        padding: 15px;
        border-radius: 12px;
    }
    
    .titulo_marca_modelo {
        font-size: 1rem;
        margin-bottom: 12px;
    }
    
    .opciones-con-entrada select {
        font-size: 14px;
        padding: 10px;
        margin-bottom: 10px;
    }
    
    .opciones-con-entrada button {
        font-size: 0.9rem;
        padding: 10px;
        min-height: 44px;
    }
    
    #tabla-plazos {
        font-size: 0.7rem;
    }
    
    #tabla-plazos th,
    #tabla-plazos td {
        padding: 6px 4px;
        font-size: 0.65rem;
    }
}

@media (max-width: 480px) {
    .opciones-con-entrada {
        padding: 12px;
        margin-top: 12px;
        border-radius: 10px;
    }
    
    .titulo_marca_modelo {
        font-size: 0.95rem;
        margin-bottom: 10px;
        word-break: break-word;
    }
    
    .opciones-con-entrada select {
        font-size: 16px;
        padding: 10px;
        margin-bottom: 8px;
    }
    
    .opciones-con-entrada button {
        font-size: 0.85rem;
        padding: 10px;
        min-height: 40px;
        margin: 8px auto 0;
    }
    
    #tabla-justo-tiempo {
        margin: 12px 0;
    }
    
    #tabla-justo-tiempo h4 {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }
    
    #tabla-plazos {
        font-size: 0.6rem;
        margin: 0;
    }
    
    #tabla-plazos th {
        padding: 5px 3px;
        font-size: 0.55rem;
    }
    
    #tabla-plazos td {
        padding: 5px 3px;
        font-size: 0.55rem;
    }
}

/* Elementos adicionales de formularios */
.precio_mensual, .inscripcion {
    background: #00205C;
    color: white;
    padding: 10px;
    border-radius: 8px;
    margin: 10px 0;
    font-weight: bold;
    font-family: 'Mont';
    text-align: left;
    font-size: 15px;
    border: 2px solid #FEDE6E;
}

.precio-vehiculo {
    border: none;
    color: #2C3E50;
    background-color: #F7F7F7;
    font-size: 16px;
    margin-top: 15px;
}

#precio-vehiculo-con-entrada, #estimado {
    border-radius: 7px;
}

#marca_modelo, #marca_modelo_Suv, #marca_modelo_Camioneta, #marca_modelo_Camion {
    font-weight: bold;
    color: #000000;
}

.marca, .modelo {
    color: #2C3E50;
    text-align: left;
    font-size: 12px;
    font-family: Mont;
}

.entrada_opciones {
    color: #2C3E50;
}

.texto-vehicular {
    font-size: 16px;
}

#auto-precio, #suv-precio, #camioneta-precio, #camion-precio {
    font-size: 15px;
    font-family: Mont;
    color: #2C3E50;
    border-bottom: 0.5px solid #FEDE6E;
}

/* =============================================
   3. SECCIÓN INMOBILIARIA (seccion-inmobiliaria)
   ============================================= */
/* La sección inmobiliaria reutiliza muchos estilos de la sección vehicular:
   - .vehicle-types (tipos de propiedades)
   - .vehicle (elementos individuales)
   - .detalle-vehiculo (detalle de propiedad)
   - .vehiculo-container (contenedor de propiedad)
   - .vehiculo-imagen (imagen de propiedad)
   - .vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es-container (.elementor-1180 .elementor-element.elementor-element-6268b86es de propiedad)
   Los estilos ya están definidos arriba y se aplican automáticamente */

/* ========== POPUP ========== */
/* Animación efecto neon */
@keyframes neonGlow {
    from {
        box-shadow: 0 0 20px rgba(0, 32, 92, 0.6), 0 0 40px rgba(0, 32, 92, 0.3), 0 0 60px rgba(0, 32, 92, 0.1);
    }
    to {
        box-shadow: 0 0 30px rgba(0, 32, 92, 0.8), 0 0 60px rgba(0, 32, 92, 0.5), 0 0 90px rgba(0, 32, 92, 0.3);
    }
}

.popup {
    position: fixed;
    z-index: 100000; /* Asegura que quede sobre el header y cualquier overlay */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 32, 92, 0.75);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    overflow-y: auto;
}

.popup-contenido {
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    border: 3px solid #00205C;
    width: 95%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 100001; /* Sobre el overlay de la ventana */
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 32, 92, 0.8), 0 0 60px rgba(0, 32, 92, 0.4), 0 0 90px rgba(0, 32, 92, 0.2);
    animation: neonGlow 2s ease-in-out infinite alternate;
}

.cerrar {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #00205C;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(254, 222, 110, 0.1);
    transition: all 0.3s ease;
    z-index: 10;
}

.cerrar:hover {
    color: white;
    background: #00205C;
    transform: scale(1.1);
}

@media (max-width: 480px) {
    .popup {
        padding: 5px;
        align-items: flex-start;
        padding-top: 20px;
    }
    
    .popup-contenido {
        padding: 15px;
        width: 95%;
        border-radius: 15px;
        max-height: 95vh;
    }
    
    .cerrar {
        top: 5px;
        right: 10px;
        font-size: 24px;
    }
}

/* 4.1 Contenido del popup */
.gracias_cotizar {
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
    color: #00205C;
    /*margin-bottom: 25px;*/
    /*padding: 15px;*/
    /*background: linear-gradient(135deg, #FEDE6E, #f5d659);*/
    border-radius: 12px;
    /*box-shadow: 0 4px 15px rgba(254, 222, 110, 0.3); */
}

.imagen-precio {
    text-align: center;
    /*margin: 20px 0;
    padding: 20px;*/

    background: linear-gradient(135deg, #ffffff, #ffffff);
    border-radius: 15px;
    /*border: 2px solid #00205C;*/
    /*box-shadow: 0 4px 12px rgba(0, 32, 92, 0.1);*/
}

.imagen-carro {
    max-width: 230px;
    width: 230px;
    height: auto;
    border-radius: 10px;
    margin: 10px auto;
    display: block;
    object-fit: contain;
}

.precio-vehiculo-pop, .precio-vehiculo-popSN {
    width: 300px;
    max-width: 100%;
    padding: 10px;
    font-size: 1.15rem;
    font-weight: bold;
    text-align: center;
    border: 2px solid #667eea;
    border-radius: 8px;
    margin-top: 10px;
    background: #f0f4ff;
    display: block;
    margin: auto auto;
}

#precio-vehiculo-pop, #precio-vehiculo-popSN {
    border-radius: 8px;
    font-size: 15px;
    font-weight: bold;
    color: #F9B651;
}

/* 4.2 Formulario del popup */
.popup-formulario {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 15px 0;
    padding: 10px 0;
}

.columna {
    flex: 1;
    width: 100%;
}

.columna label {
    display: block;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
}

.columna input,
.columna select {
    width: 100%;
    padding: 10px;
    margin-top: 6px;
    text-align: left;
    color: #333;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 13px;
    -webkit-appearance: none;
    appearance: none;
}

.columna input:focus,
.columna select:focus {
    outline: none;
    border-color: #00205C;
    box-shadow: 0 0 5px rgba(0, 32, 92, 0.2);
}

.pop-input {
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 8px;
    margin-bottom: 12px;
    font-size: 13px;
    -webkit-appearance: none;
    appearance: none;
}

.pop-input.error {
    border-color: #f44336;
    background-color: #ffebee;
}

.pop-input.success {
    border-color: #4CAF50;
}

@media (max-width: 768px) {
    .popup-formulario {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .columna input,
    .columna select {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .popup-formulario {
        grid-template-columns: 1fr;
        gap: 10px;
        margin: 10px 0;
        padding: 5px 0;
    }
    
    .columna label {
        font-size: 12px;
    }
    
    .columna input,
    .columna select {
        padding: 12px;
        font-size: 16px;
        margin-top: 5px;
    }
    
    .pop-input {
        font-size: 16px;
        padding: 12px;
    }
}

.check-terminos {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
    grid-column: span 2;
    text-align: center;
    justify-content: center;
}

.checkbox-group {
    display: grid;
    grid-row: 1;
    justify-content: left;
    gap: 10px;
}

.terminos {
    font-size: 9px;
}

/* 4.3 Botones del popup */
.boton-cotizar {
    background: #072386;
    color: white;
    padding: 15px 30px;
    border: 2px solid #FEDE6E;
    border-radius: 8px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    margin: 0 10px;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.boton-cotizar:hover {
    background: #2C3E50;
    color: #FEDE6E;
    border: 2px solid #FEDE6E;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(44,62,80,0.3);
}

.btn-quote, .cotizar-otro {
    background: #4CAF50;
    color: white;
    padding: 15px 25px;
    border: 2px solid transparent;
    border-radius: 8px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    margin: 10px;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.btn-quote:hover, .cotizar-otro:hover {
    background: #45a049;
    border: 2px solid #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(76,175,80,0.3);
}

.cotizar-otro {
    background: #667eea;
}

.cotizar-otro:hover {
    background: #5a6fd8;
    border: 2px solid #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(103,126,234,0.3);
}

#mensaje-error-global {
    color: #f44336;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}

/* ================================================
   5. VENTANA DE AUTORIZACIÓN (.ventana-autorizacion)
   ================================================ */
.ventana-autorizacion {
    background: #f8f9fa;
    border: 2px solid #667eea;
    border-radius: 15px;
    padding: 25px;
    margin: 20px 0;
    text-align: center;
}

.mensaje-autorizacion {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: bold;
}

.botones-autorizacion {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-autorizar {
    background: #4CAF50;
    color: white;
    padding: 15px 30px;
    border: 2px solid transparent;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.btn-autorizar:hover {
    background: #45a049;
    border: 2px solid #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(76,175,80,0.3);
}

.btn-cancelar {
    background: #f44336;
    color: white;
    padding: 15px 30px;
    border: 2px solid transparent;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.btn-cancelar:hover {
    background: #d32f2f;
    border: 2px solid #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(244,67,54,0.3);
}

/* ============================
   6. SECCIÓN PDF (.pdf)
   ============================ */
.pdf {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    max-height: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.form-container-pdf {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
}

.thankYouMessage {
    color: #072386 !important;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
    background: none !important;
    background-color: transparent !important;
}

#thankYouMessage {
    font-size: 10px;
    color: black;
    background: green;
    padding: 10px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 20px 0;
    text-align: left;
    justify-content: left;
    align-items: center;
    grid-template-columns: 60% 30%;
    gap: 2px;
    background-color: white;
    border-radius: 4px;
    max-width: 100%;
    box-sizing: border-box;
}

#formfinal {
    display: grid;
    justify-content: left;
    align-items: center;
    grid-template-columns: 60% 30%;
    gap: 2px;
    background-color: white;
    border-radius: 4px;
    max-width: 100%;
    box-sizing: border-box;
}

#formfinal p {
    text-align: left;
}

#formfinal input {
    border-radius: 8px;
    width: 130px;
    height: 25px;
    margin: 5px 0px;
    border: none;
    background: #F7F7F7;
}

.form-row .title {
    font-weight: bold;
    color: #333;
}

.form-row input {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f9f9f9;
}

.frase_adjudicacion {
    font-size: 0.9rem;
    color: #666;
    margin-top: 20px;
    font-family: 'Mont';
    font-size: 13px;
}

.precio-vehiculo-pdf {
    text-align: left;
}

#auto-sin-entrada-pdf {
    width: 350px;
    height: auto;
    margin: 5px auto;
}

/* ===============================================
   7. TABLA COMPLETA DE OPCIONES (.tabla-opciones-completa)
   =============================================== */
.tabla-opciones-completa {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    font-size: 0.85rem;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.tabla-opciones-completa thead {
    background: linear-gradient(135deg, #00205C, #2C3E50);
    color: white;
}

.tabla-opciones-completa th {
    padding: 10px 8px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ddd;
    background-color: #00205C;
    color: white;
    font-size: 0.8rem;
}

.tabla-opciones-completa td {
    padding: 8px 6px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: white;
    font-size: 0.8rem;
}

.tabla-opciones-completa tr:nth-child(even) {
    background-color: #f9f9f9;
}

.tabla-opciones-completa tr:hover {
    background-color: #FEDE6E;
    color: #00205C;
    transition: background-color 0.3s ease;
}

.tabla-opciones-completa .opcion-seleccionada {
    background-color: #FEDE6E !important;
    border-left: 4px solid #00205C;
    font-weight: bold;
    color: #00205C;
}

.tabla-opciones-completa .opcion-seleccionada td {
    color: #00205C;
    background-color: #FEDE6E !important;
    font-weight: bold;
}

#contenedor-tabla-opciones {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#tabla-completa-opciones {
    display: block !important;
    visibility: visible !important;
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .tabla-opciones-completa {
        font-size: 0.75rem;
    }
    
    .tabla-opciones-completa th,
    .tabla-opciones-completa td {
        padding: 6px 4px;
        font-size: 0.7rem;
    }
    
    #tabla-completa-opciones {
        margin: 15px 0;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .tabla-opciones-completa {
        font-size: 0.7rem;
    }
    
    .tabla-opciones-completa th {
        padding: 6px 3px;
        font-size: 0.65rem;
    }
    
    .tabla-opciones-completa td {
        padding: 5px 3px;
        font-size: 0.65rem;
    }
    
    #tabla-completa-opciones {
        margin: 10px 0;
        padding: 8px;
    }
    
    #contenedor-tabla-opciones {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* =================================
   8. MEDIA QUERIES RESPONSIVOS CONSOLIDADOS
   ================================= */

/* ===== DESKTOP (1025px y superior) ===== */
@media (min-width: 1025px) {
    .seccion-vehicular {
        max-width: 1200px;
        padding: 30px;
    }
    
    .seccion-inmobiliaria {
        max-width: 1200px;
        padding: 30px;
    }
}

/* ===== TABLET (769px - 1024px) ===== */
@media (max-width: 1024px) {
    .container {
        padding: 15px;
    }
    
    .seccion-vehicular,
    .seccion-inmobiliaria {
        max-width: 100%;
        padding: 15px;
    }
    
    .vehiculo-container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 15px;
    }
    
    .seccion-inicial h1 {
        font-size: 2rem;
    }
    
    .botones-principales {
        gap: 20px;
        max-width: 500px;
    }
    
    .vehicle-types {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .vehicle {
        min-width: auto;
        padding: 15px;
    }
}

/* ===== TABLET PEQUEÑA Y LANDSCAPE (600px - 768px) ===== */
@media (max-width: 768px) {
    body {
        padding-top: 110px;
    }
    
    .container {
        padding: 10px;
        width: 100%;
    }
    
    .seccion-vehicular,
    .seccion-inmobiliaria {
        padding: 12px;
        width: 100%;
    }
    
    .seccion-inicial h1 {
        font-size: 1.5rem;
    }
    
    .botones-principales {
        grid-template-columns: 1fr;
        gap: 15px;
        width: 95%;
        max-width: 100%;
        margin: 15px auto;
    }
    
    .boton-principal,
    #btn-vehicular,
    #btn-inmobiliario {
        height: 140px;
        font-size: 1rem;
    }
    
    .vehicle-types {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 12px;
    }
    
    .vehiculo-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .vehiculo-imagen,
    .vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es-container {
        padding: 12px;
    }
    
    .opciones-financiacion {
        max-width: 100%;
        width: 95%;
    }
    
    .popup-formulario {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

/* ===== MÓVILES MEDIANOS (480px - 599px) ===== */
@media (max-width: 599px) {
    body {
        padding-top: 105px;
    }
    
    .container,
    .seccion-vehicular,
    .seccion-inmobiliaria {
        width: 100%;
        padding: 8px;
    }
    
    .seccion-inicial {
        padding: 20px 8px;
    }
    
    .seccion-inicial h1 {
        font-size: 1.3rem;
    }
    
    .seccion-inicial p {
        font-size: 0.9rem;
    }
    
    .botones-principales {
        grid-template-columns: 1fr;
        gap: 12px;
        width: 95%;
        padding: 15px;
        margin: 10px auto;
    }
    
    .boton-principal,
    #btn-vehicular,
    #btn-inmobiliario {
        height: 110px;
        font-size: 0.9rem;
        width: 100%;
    }
    
    .vehicle-types {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        padding: 8px;
        margin: 15px auto;
    }
    
    .vehicle {
        padding: 10px;
    }
    
    .vehicle p {
        font-size: 11px;
    }
    
    .vehiculo-imagen {
        min-height: 180px;
        padding: 8px;
    }
    
    .vehiculo-imagen img {
        max-width: 100%;
        max-height: 150px;
    }
}

/* ====================================
   9. OVERLAY JUSTO A TIEMPO
   ==================================== */
.resultado-justo-tiempo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 35, 134, 0.85); /* Fondo azul semi-transparente */
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  animation: fadeInOverlay 0.5s ease-in-out;
}

@keyframes fadeInOverlay {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.resultado-justo-tiempo-overlay p {
  color: white !important;
}

.resultado-justo-tiempo-overlay h4 {
  color: #FEDE6E !important;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.resultado-justo-tiempo-overlay div {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 2px solid #FEDE6E;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.resultado-justo-tiempo-overlay div p {
  color: #072386 !important;
}

/* Botón cerrar overlay */
.cerrar-overlay {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #FEDE6E;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.cerrar-overlay:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #072386;
  transform: scale(1.1);
  text-shadow: none;
}

/* Hacer la imagen del vehículo relativa para posicionar el overlay */
.vehiculo-imagen {
  position: relative;
}

/* Estilos específicos para formulario justo a tiempo */
#opciones-justo-tiempo {
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#opciones-justo-tiempo > button {
    margin-top: auto;
    margin-bottom: 10px;
}

/* ====================================
   10. SECCIÓN OPCIONES PAGO JUSTO A TIEMPO
   ==================================== */
#opciones-pago-justo-tiempo {
  margin: 15px 0;
  padding: 15px;
  background: linear-gradient(135deg, #e8f4fd 0%, #f0f8ff 100%);
  border-radius: 10px;
  border: 2px solid #4CAF50;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.1);
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
}

#opciones-pago-justo-tiempo h3 {
  text-align: center;
  color: #072386;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
}

#opciones-pago-justo-tiempo p {
  text-align: center;
  color: #666;
  margin-bottom: 12px;
  font-size: 0.85rem;
}

#contenedor-opciones-pago {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  width: 100%;
}

.opcion-pago-card {
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  border: 2px solid #072386;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

.opcion-pago-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(7, 35, 134, 0.2);
  border-color: #FEDE6E;
}

/* Tabla Justo a Tiempo */
#tabla-justo-tiempo {
  margin: 20px 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

#tabla-justo-tiempo h4 {
  text-align: center;
  color: #072386;
  margin-bottom: 15px;
  font-size: 0.95rem;
  font-weight: bold;
}

#tabla-plazos {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.75rem;
  background: white;
  border-radius: 8px;
  overflow: hidden;
}

#tabla-plazos thead {
  background: #072386;
  color: white;
}

#tabla-plazos th {
  padding: 8px 6px;
  border: 1px solid #ddd;
  text-align: center;
  font-weight: bold;
  font-size: 0.7rem;
}

#tabla-plazos td {
  padding: 8px 6px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 0.7rem;
}

#tabla-plazos tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

#tabla-plazos tbody tr:hover {
  background-color: #f0f7ff;
}

/* Responsivo para Justo a Tiempo */
@media (max-width: 768px) {
  #opciones-pago-justo-tiempo {
    padding: 12px;
    margin: 12px 0;
  }
  
  #opciones-pago-justo-tiempo h3 {
    font-size: 0.9rem;
    margin-bottom: 8px;
  }
  
  #opciones-pago-justo-tiempo p {
    font-size: 0.75rem;
    margin-bottom: 10px;
  }
  
  #contenedor-opciones-pago {
    gap: 10px;
  }
  
  .opcion-pago-card {
    padding: 10px;
  }
  
  #tabla-justo-tiempo {
    margin: 15px 0;
  }
  
  #tabla-justo-tiempo h4 {
    font-size: 0.9rem;
    margin-bottom: 12px;
  }
  
  #tabla-plazos {
    font-size: 0.7rem;
  }
  
  #tabla-plazos th {
    padding: 6px 4px;
    font-size: 0.65rem;
  }
  
  #tabla-plazos td {
    padding: 6px 4px;
    font-size: 0.65rem;
  }
}

@media (max-width: 480px) {
  #opciones-pago-justo-tiempo {
    padding: 10px;
    margin: 10px 0;
    border-radius: 8px;
  }
  
  #opciones-pago-justo-tiempo h3 {
    font-size: 0.85rem;
    margin-bottom: 6px;
  }
  
  #opciones-pago-justo-tiempo p {
    font-size: 0.7rem;
    margin-bottom: 8px;
  }
  
  #contenedor-opciones-pago {
    gap: 8px;
  }
  
  .opcion-pago-card {
    padding: 8px;
    border-radius: 6px;
  }
  
  #tabla-justo-tiempo {
    margin: 12px 0;
    padding: 0;
  }
  
  #tabla-justo-tiempo h4 {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }
  
  #tabla-plazos {
    font-size: 0.6rem;
    margin: 0;
  }
  
  #tabla-plazos th {
    padding: 5px 3px;
    font-size: 0.6rem;
  }
  
  #tabla-plazos td {
    padding: 5px 3px;
    font-size: 0.6rem;
  }
}

/* ====================================
   10. ESTILOS LEGACY Y ADICIONALES
   ==================================== */
.detalle-vehiculo-suvs {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(117, 119, 219);
}

.detalle-vehiculo-camionetas {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(89, 204, 114);
}

.detalle-vehiculo-camiones {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(207, 81, 211);
}

.opciones-botones {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
}

/* ====================================
   11. MEDIA QUERIES - RESPONSIVO
   ==================================== */

/* ===== TABLET (768px - 1024px) ===== */
@media (max-width: 1024px) {
    .container {
        padding: 15px;
        max-width: 100%;
    }
    
    .vehiculo-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es-container {
        min-height: auto;
    }
    
    .seccion-inicial h1 {
        font-size: 2.5rem;
    }
    
    .botones-principales {
        grid-template-columns: 200px 200px;
        gap: 30px;
    }
    
    #btn-vehicular, #btn-inmobiliario {
        width: 200px;
        height: 200px;
        font-size: 1.1rem;
    }
    
    .vehicle-types {
        gap: 15px;
    }
    
    .vehicle {
        min-width: 130px;
        padding: 15px;
    }
    
    .vehicle img {
        width: 100px;
    }
}

/* ===== MÓVILES PEQUEÑOS (< 480px) ===== */
@media (max-width: 479px) {
    body {
        padding-top: 100px;
    }
    
    .container {
        padding: 5px;
        width: 100%;
    }
    
    .seccion-inicial {
        padding: 15px 5px;
        width: 100%;
    }
    
    .seccion-inicial h1 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    
    .seccion-inicial p {
        font-size: 0.85rem;
        margin-bottom: 15px;
    }
    
    .botones-principales {
        grid-template-columns: 1fr;
        gap: 10px;
        width: 97%;
        padding: 10px;
        margin: 10px auto;
        max-width: 100%;
    }
    
    .boton-principal,
    #btn-vehicular,
    #btn-inmobiliario {
        height: 100px;
        font-size: 0.8rem;
        width: 100%;
    }
    
    .vehicle-types {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        padding: 8px;
        margin: 12px auto;
    }
    
    .vehicle {
        width: 100%;
        padding: 8px;
        border-radius: 8px;
    }
    
    .vehicle img {
        width: 100%;
        max-width: 80px;
        max-height: 80px;
    }
    
    .vehicle p {
        font-size: 10px;
        margin-top: 5px;
    }
    
    .detalle-vehiculo {
        margin: 8px auto;
        padding: 8px;
        width: 98%;
        min-height: auto;
    }
    
    .vehiculo-container {
        gap: 10px;
        padding: 8px;
        grid-template-columns: 1fr;
    }
    
    .vehiculo-imagen {
        min-height: 120px;
        padding: 6px;
    }
    
    .vehiculo-imagen img {
        max-width: 100%;
        max-height: 120px;
    }
    
    .vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es-container {
        padding: 6px;
        min-height: auto;
    }
    
    .vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es {
        padding: 8px;
        margin-bottom: 8px;
        min-height: auto;
        border: 1px solid #e9ecef;
    }
    
    .vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es label {
        font-size: 11px;
        margin-bottom: 3px;
    }
    
    .vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es select {
        font-size: 14px;
        padding: 8px;
        margin-bottom: 10px;
    }
    
    .vehiculo-.elementor-1180 .elementor-element.elementor-element-6268b86es button {
        font-size: 0.85rem;
        padding: 10px 12px;
        min-height: 40px;
        max-width: 100%;
    }
    
    button {
        padding: 10px 12px;
        font-size: 0.85rem;
        min-height: 40px;
        margin-top: 6px;
    }
    
    select {
        font-size: 14px;
        padding: 8px;
    }
    
    h1 {
        font-size: 12px;
    }
    
    p {
        font-size: 10px;
    }
    
    label {
        font-size: 11px;
    }
    
    /* Opciones de pago */
    .opciones-financiacion {
        max-width: 95%;
        width: 95%;
        gap: 8px;
    }
    
    .opcion-financiacion {
        padding: 10px;
        font-size: 0.8rem;
        min-height: 55px;
    }
    
    /* Popup */
    .popup {
        padding: 0;
        align-items: flex-start;
        padding-top: 10px;
    }
    
    .popup-contenido {
        width: 96%;
        padding: 12px;
        border-radius: 12px;
        margin: 0 auto;
    }
    
    .cerrar {
        top: 5px;
        right: 8px;
        font-size: 22px;
        width: 30px;
        height: 30px;
    }
    
    .gracias_cotizar {
        font-size: 1.1rem;
        margin: 8px 0;
    }
    
    .imagen-precio {
        margin: 8px 0;
    }
    
    .imagen-precio img {
        max-width: 100%;
        height: auto;
        max-height: 120px;
    }
    
    .popup-formulario {
        grid-template-columns: 1fr;
        gap: 8px;
        margin: 8px 0;
        padding: 0;
    }
    
    .columna {
        width: 100%;
    }
    
    .columna input,
    .columna select {
        padding: 10px;
        font-size: 14px;
        margin-top: 4px;
    }
    
    .pop-input {
        font-size: 14px;
        padding: 10px;
        margin-bottom: 10px;
    }
    
    .check-terminos {
        flex-direction: column;
        gap: 8px;
        margin: 12px 0;
    }
    
    .terminos {
        font-size: 9px;
    }
    
    /* Tabla */
    .tabla-opciones-completa {
        margin: 10px 0;
        font-size: 0.65rem;
    }
    
    .tabla-opciones-completa th {
        padding: 5px 3px;
        font-size: 0.6rem;
    }
    
    .tabla-opciones-completa td {
        padding: 4px 2px;
        font-size: 0.6rem;
    }
    
    #tabla-completa-opciones {
        margin: 8px 0;
        padding: 6px;
    }
    
    #contenedor-tabla-opciones {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    /* Botones especiales */
    .boton-cotizar,
    .btn-quote,
    .cotizar-otro {
        font-size: 0.85rem;
        padding: 10px 12px;
        min-height: 40px;
        margin: 5px 3px;
    }
    
    .ventana-autorizacion {
        padding: 15px;
        margin: 12px 0;
    }
    
    .botones-autorizacion {
        flex-direction: column;
        gap: 10px;
    }
    
    .btn-autorizar,
    .btn-cancelar {
        width: 100%;
        padding: 12px;
        font-size: 0.85rem;
    }
    
    /* Mensaje de error */
    #mensaje-error-global {
        font-size: 12px;
        margin: 8px 0;
    }
}

/* ===== Optimizaciones adicionales para todos los tamaños ===== */

/* Asegurar que Lottie sea responsivo */
lottie-player {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
}

/* Mejorar legibilidad en móviles */
@media (max-width: 767px) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    select,
    textarea {
        font-size: 16px; /* Evita zoom automático en iOS */
    }
}

/* Tabla responsiva para todos los puntos de quiebre */
@media (max-width: 768px) {
    .tabla-completa-opciones {
        overflow-x: auto;
        width: 100%;
    }
    
    .tabla-completa-opciones table {
        width: 100%;
        font-size: 0.8rem;
    }
    
    .tabla-completa-opciones td,
    .tabla-completa-opciones th {
        padding: 8px 4px;
    }
}/* End custom CSS */