.elementor-144740 .elementor-element.elementor-element-5aa2fdf{--display:flex;--background-transition:0.3s;}.elementor-144740 .elementor-element.elementor-element-9f18e6b{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-1247c5f *//* Importar tipografía profesional */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&family=Inter:wght@400;500;600&display=swap');

.remate-carabineros {
    background: linear-gradient(135deg, #e09230 0%, #f5a034 100%);
    padding: clamp(25px, 5vw, 40px) clamp(20px, 4vw, 30px);
    border-radius: 20px;
    color: white;
    text-align: center;
    font-family: 'Inter', sans-serif;
    box-shadow:
        0 20px 50px rgba(0, 115, 40, 0.4),
        inset 0 1px 0 rgba(255,255,255,0.2);
    border: 3px solid rgba(255,255,255,0.1);
    position: relative;
    overflow: hidden;
    max-width: 600px;
    margin: 0 auto;
    width: 90%;
}

.remate-carabineros::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.05) 0%, transparent 50%);
    z-index: 1;
}

.remate-header {
    position: relative;
    z-index: 2;
    margin-bottom: clamp(20px, 4vw, 30px);
}

.remate-logo {
    height: clamp(50px, 12vw, 80px);
    margin-bottom: clamp(15px, 3vw, 20px);
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.3));
    max-width: 100%;
    object-fit: contain;
}

.remate-titulo {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.4em, 5vw, 2.2em);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: clamp(1px, 0.5vw, 2px);
    margin-bottom: clamp(5px, 1vw, 8px);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    line-height: 1.2;
    word-wrap: break-word;
}

.remate-subtitulo {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.9em, 3vw, 1.3em);
    font-weight: 600;
    letter-spacing: clamp(1px, 1vw, 3px);
    opacity: 0.9;
    border-top: 2px solid rgba(255,255,255,0.3);
    border-bottom: 2px solid rgba(255,255,255,0.3);
    padding: clamp(5px, 1.5vw, 8px) 0;
    display: inline-block;
    line-height: 1.3;
}

.remate-content {
    position: relative;
    z-index: 2;
    margin-bottom: clamp(20px, 4vw, 25px);
}

.remate-ciudad {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.3em, 4vw, 2em);
    font-weight: 800;
    margin-bottom: clamp(8px, 2vw, 10px);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    color: #fff;
    letter-spacing: clamp(0.5px, 0.5vw, 1px);
    line-height: 1.2;
}

.remate-fecha {
    font-size: clamp(1em, 3vw, 1.4em);
    font-weight: 600;
    background: rgba(255,255,255,0.15);
    padding: clamp(8px, 2vw, 12px) clamp(15px, 4vw, 25px);
    border-radius: 50px;
    display: inline-block;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    margin-bottom: clamp(15px, 3vw, 25px);
    line-height: 1.3;
    word-wrap: break-word;
}

.remate-details {
    display: flex;
    flex-direction: column;
    gap: clamp(8px, 2vw, 12px);
    align-items: center;
    width: 100%;
}

.remate-detail-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(8px, 2vw, 12px);
    font-size: clamp(0.9em, 2.5vw, 1.1em);
    font-weight: 500;
    background: rgba(255,255,255,0.1);
    padding: clamp(8px, 2vw, 10px) clamp(15px, 3vw, 20px);
    border-radius: 25px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.1);
    width: 100%;
    max-width: 350px;
    flex-wrap: wrap;
    text-align: center;
}

.detail-icon {
    font-size: clamp(1.1em, 3vw, 1.3em);
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
    flex-shrink: 0;
}

.remate-detail-item span:last-child {
    flex: 1;
    min-width: min-content;
}

.remate-footer {
    position: relative;
    z-index: 2;
    border-top: 2px solid rgba(255,255,255,0.2);
    padding-top: clamp(15px, 3vw, 20px);
}

.remate-leyenda {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.9em, 3vw, 1.2em);
    font-weight: 700;
    letter-spacing: clamp(1px, 1vw, 2px);
    text-transform: uppercase;
    color: #ffFFFF;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    animation: parpadeo 2s ease-in-out infinite;
    line-height: 1.3;
}

@keyframes parpadeo {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

/* Efecto hover */
.remate-carabineros:hover {
    transform: translateY(-5px);
    box-shadow:
        0 25px 60px rgba(0, 115, 40, 0.5),
        inset 0 1px 0 rgba(255,255,255,0.3);
    transition: all 0.3s ease;
}

/* Optimización para móviles muy pequeños */
@media (max-width: 360px) {
    .remate-carabineros {
        width: 95%;
        padding: 20px 15px;
    }

    .remate-detail-item {
        flex-direction: column;
        gap: 5px;
        padding: 10px;
    }

    .remate-detail-item span:last-child {
        text-align: center;
    }
}

/* Optimización para tablets */
@media (min-width: 769px) and (max-width: 1024px) {
    .remate-carabineros {
        max-width: 500px;
    }
}

/* Para pantallas muy grandes */
@media (min-width: 1200px) {
    .remate-carabineros {
        max-width: 1080px;
    }
}

/* Asegurar que las imágenes no se desborden */
.remate-carabineros img {
    max-width: 100%;
    height: auto;
}

/* Mejorar la legibilidad en todos los dispositivos */
.remate-carabineros * {
    box-sizing: border-box;
}
/* Estilos para el botón - respetando tu diseño */
.remate-boton-container {
    text-align: center;
    margin: 25px 0 15px 0;
}

.remate-boton {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #007328;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
    border: 2px solid white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.remate-boton:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.5);
    background: linear-gradient(135deg, #ffed4e 0%, #ffd700 100%);
}

.boton-icono {
    font-size: 18px;
}

/* Responsive */
@media (max-width: 768px) {
    .remate-boton {
        padding: 12px 25px;
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee236c2 */.vehiculo-header {
  background: linear-gradient(to right, #2c3e50, #34495e); /* Degradado azul oscuro */
  color: white;
  border-bottom: 3px solid #f1c40f; /* Línea amarilla de contraste */
  transition: all 0.3s ease;
}

.vehiculo-header:hover {
  background: linear-gradient(to right, #34495e, #2c3e50); /* Efecto hover */
}

.vehiculo-titulo h3 {
  color: white !important; /* Texto blanco */
}

.vehiculo-ppu, .vehiculo-precio {
  color: #ecf0f1 !important; /* Texto claro */
}

.vehiculo-precio {
  font-weight: bold;
  color: white !important; /* Precio en amarillo */
}.vehiculo-header {
  background: linear-gradient(to right, #2c3e50, #34495e); /* Degradado azul oscuro */
  color: white;
  border-bottom: 3px solid #f1c40f; /* Línea amarilla de contraste */
  transition: all 0.3s ease;
}

.vehiculo-header:hover {
  background: linear-gradient(to right, #34495e, #2c3e50); /* Efecto hover */
}

.vehiculo-titulo h3 {
  color: white !important; /* Texto blanco */
}

.vehiculo-ppu, .vehiculo-precio {
  color: #ecf0f1 !important; /* Texto claro */
}
.vehiculo-header {
  background: #ffffff;
  border-left: 5px solid #e74c3c; /* Borde rojo izquierdo */
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.vehiculo-header:hover {
  transform: translateY(-3px); /* Efecto "levitar" */
}

.vehiculo-titulo h3 {
  color: #e74c3c !important; /* Título rojo */
}

.vehiculo-precio {
  background: #e74c3c; /* Fondo rojo */
  color: white !important;
  padding: 3px 10px;
  border-radius: 4px;
  display: inline-block;
}
/* Header principal - Fondo azul */
.exhibicion-subasta .vehiculo-card .vehiculo-header {
  background: linear-gradient(to right, #e09230, #eea446) !important; /* Degradado azul */
  color: white !important;
  border-bottom: 3px solid #f1c40f !important;
  transition: all 0.3s ease !important;
}

/* Efecto hover */
.exhibicion-subasta .vehiculo-card .vehiculo-header:hover {
  background: linear-gradient(to right, #ffad59, #ffad59) !important;
}

/* Texto blanco seguro */
.exhibicion-subasta .vehiculo-card .vehiculo-titulo h3 {
  color: white !important;
}

/* Texto secundario */
.exhibicion-subasta .vehiculo-card .vehiculo-ppu,
.exhibicion-subasta .vehiculo-card .vehiculo-precio {
  color: #ecf0f1 !important;
}

/* Precio en amarillo */
.exhibicion-subasta .vehiculo-card .vehiculo-precio {
  color: #f1c40f !important;
  font-weight: bold !important;
}/* End custom CSS */