.elementor-917 .elementor-element.elementor-element-a8819b0{--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:center;--align-items:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-917 .elementor-element.elementor-element-2a3408c .elementor-heading-title{color:#F50808;}.elementor-917 .elementor-element.elementor-element-4c2ef79{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-917 .elementor-element.elementor-element-2a3408c{text-align:center;}}/* Start custom CSS for hivepress-listing-search-form, class: .elementor-element-a7b1d77 */.hp-search-form input,
.hp-search-form select {
  padding: 15px;
  border-radius: 12px;
  border: 2px solid #ff0000;
  background: #111;
  color: #fff;
  font-size: 15px;
  box-shadow: inset 0 0 10px rgba(255, 0, 0, 0.3);
}

.hp-search-form input::placeholder {
  color: #ccc;
}
.hp-search-form button {
  background: linear-gradient(145deg, #ff0000, #cc0000);
  border-radius: 10px;
  color: white;
  font-weight: 600;
  border: none;
  padding: 15px 25px;
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.4);
  transition: 0.3s ease-in-out;
}

.hp-search-form button:hover {
  background: #fff;
  color: #ff0000;
  transform: scale(1.05);
}/* End custom CSS */
/* Start custom CSS for hivepress-listings, class: .elementor-element-3942b03 */.hp-listing {
  border: 2px solid transparent;
  border-radius: 15px;
  background-image: linear-gradient(#111111, #111111), linear-gradient(to right, red, #fff, red);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4c2ef79 *//* CONTENEDOR PRINCIPAL */
.elementor-917 .elementor-element.elementor-element-4c2ef79 {
  background: linear-gradient(145deg, #0d0d0d, #1a1a1a);
  padding: 60px 30px;
  border-radius: 20px;
  box-shadow: 0 0 50px rgba(255, 0, 0, 0.2);
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

/* TÍTULO PRINCIPAL */
.elementor-917 .elementor-element.elementor-element-4c2ef79 h2 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
  color: #ff0000;
  text-shadow: 0 0 10px #ff0000;
  letter-spacing: 2px;
  font-weight: 800;
}

/* BARRA DE BÚSQUEDA */
.hp-search-form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  justify-content: center;
  background: margin-bottom(255,255,255,0.05);
  border-radius: 20px;
  padding: 25px;
  backdrop-filter:blur(10px);
  box-shadow: 0 0 20px rgba(255,0,0,0.15);
}

.hp-search-form input,
.hp-search-form select {
  padding: 15px;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  min-width: 200px;
  background: #fff;
  color: #000;
  font-weight: 500;
}

.hp-search-form button {
  padding: 15px 25px;
  border-radius: 12px;
  background: #ff0000;
  color: #fff;
  border: none;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0 0 12px rgba(255,0,0,0.3);
}

.hp-search-form button:hover {
  background: #fff;
  color: #ff0000;
}

/* TARJETAS DE VEHÍCULOS */
.hp-listing {
  background: linear-gradient(145deg, #1a1a1a, #111111);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.hp-listing:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 0 30px rgba(255, 0, 0, 0.4);
}

.hp-listing__title a {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

.hp-listing__title a:hover {
  color: #ff0000;
}

.hp-listing__attributes,
.hp-listing__meta {
  color: #ccc;
  font-size: 14px;
  margin-top: 10px;
}

/* BOTÓN DE VER MÁS */
.hp-listing a.hp-button {
  background: #ff0000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
  transition: 0.3s;
}

.hp-listing a.hp-button:hover {
  background: #fff;
  color: #ff0000;
}/* End custom CSS */