/**
Theme Name: mondocar
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mondocar
Template: astra
*/

/****************************
*BOTONES
****************************/
/*Boton amarillo hover del icono*/
.btn-icon-lemon .elementor-button:hover .elementor-button-icon svg path {
    fill: #EBFF57 !important;
}

/*Boton amarillo a azul cuando el header pasa a sticky -En la home se le dice que este en amarillo
en normal y en las otras paginas en azul*/
.home .ast-primary-header-bar.site-header-focus-item .content-popup-contact a {
    border-color: #EBFF57 !important;
    background: rgba(255, 255, 255, 0) !important;
    color: #EBFF57 !important;
}

.home .ast-primary-header-bar.site-header-focus-item .content-popup-contact a:hover {
    background: #EBFF57 !important;
    color: #223353 !important;
}

.ast-primary-header-bar.site-header-focus-item .content-popup-contact a,
.home .ast-primary-header-bar.site-header-focus-item.ast-sticky-active .content-popup-contact a {
    border-color: #223353 !important;
    background: #223353 !important;
}

.ast-primary-header-bar.site-header-focus-item .content-popup-contact a:hover,
.home .ast-primary-header-bar.site-header-focus-item.ast-sticky-active .content-popup-contact a:hover {
    color: #223353 !important;
    background: white !important;
}

/* BOTÓN "MI CUENTA"
   Home: blanco en estado normal
   Resto de páginas: azul en estado normal
   Home sticky: pasa a azul
*/

/* HOME - estado normal */
.home .ast-primary-header-bar.site-header-focus-item .btn-cuenta-header .elementor-button {
    border-color: #ffffff !important;
    background: transparent !important;
    color: #ffffff !important;
}

/* HOME - hover */
.home .ast-primary-header-bar.site-header-focus-item .btn-cuenta-header .elementor-button:hover {
    background: #ffffff !important;
    color: #223353 !important;
}

/* RESTO DE PÁGINAS - estado normal */
.ast-primary-header-bar.site-header-focus-item .btn-cuenta-header .elementor-button,
.home .ast-primary-header-bar.site-header-focus-item.ast-sticky-active .btn-cuenta-header .elementor-button {
    border-color: #223353 !important;
    background: transparent !important;
    color: #223353 !important;
}

/* RESTO DE PÁGINAS - hover
   y HOME sticky - hover */
.ast-primary-header-bar.site-header-focus-item .btn-cuenta-header .elementor-button:hover,
.home .ast-primary-header-bar.site-header-focus-item.ast-sticky-active .btn-cuenta-header .elementor-button:hover {
    background: #223353 !important;
    color: #ffffff !important;
}

/*Boton filtrar*/
.btn-filters a.elementor-button.elementor-button-link {
    border-radius: 40px !important;
    border: 1px solid #82969F !important;
    transition: 0.2s;
}


.btn-filters a.elementor-button.elementor-button-link:hover {
    background: #FAFBFB;
    border-color: #223353;
    transition: 0.2s;
}

.btn-filters a.elementor-button span.elementor-button-content-wrapper::after {
    content: url(/wp-content/uploads/FunnelSimple.svg);
    filter: brightness(0) invert(0.40);
    height: 20px;
}

.btn-filters.btn-filtrar-toggle a.elementor-button span.elementor-button-content-wrapper::after {
    display: none;
}

.btn-filters.btn-filtrar-toggle a.elementor-button span.elementor-button-content-wrapper::before {
    content: url(/wp-content/uploads/FunnelSimple.svg);
    filter: brightness(0) invert(0.40);
    margin-right: 4px;
}

.btn-filters a.elementor-button.elementor-button-link span.elementor-button-icon {
    fill: #82969F;
}

.btn-filters a.elementor-button span.elementor-button-content-wrapper {
    align-items: center;
}

/*BTN Pop-up filtros*/
.popup-filters .popup-filtros__acciones {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.popup-filters .popup-filtros__acciones button {
    border-radius: 26px;
    padding: 12px 16px 12px 16px !important;
    font-size: 14px;
    line-height: 16px;
}

.popup-filters .popup-filtros__acciones button.btn-limpiar-filtros {
    background: #FAFBFB;
    border-color: #FAFBFB;
    color: #223353;
    transition: 0.2s;
}

.popup-filters .popup-filtros__acciones button.btn-limpiar-filtros:hover {
    background: #223353;
    color: #FAFBFB;
    transition: 0.2s;
}

.popup-filters .popup-filtros__acciones button.btn-aplicar-filtros {
    background: #223353;
    border-color: #223353;
    color: #EBFF57;
    transition: 0.2s;
}

.popup-filters .popup-filtros__acciones button.btn-aplicar-filtros:hover {
    background: #EBFF57;
    border-color: #EBFF57;
    color: #223353;
    transition: 0.2s;
}

/*Cerrar ventana pop-up filtros*/
.popup-filters a.dialog-close-button {
    align-items: center;
    justify-content: center;
    background: #223353;
    border-radius: 40px;
    text-decoration: none;
    color: transparent;
    width: 147px;
    height: 36px;
    padding: 8px 24px 8px 24px;
    left: 24px !important;
    border: 1px solid #223353;
    transition: 0.2s;
}

.popup-filters a.dialog-close-button:hover {
    background: transparent;
    border: 1px solid #223353;
    transition: 0.2s;
}

/* Icono embudo a la izquierda */
.popup-filters a.dialog-close-button::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('/wp-content/uploads/FunnelSimple.svg') no-repeat center;
    background-size: contain;
    filter: brightness(0) invert(0.92);
    transition: 0.2s;
}

.popup-filters a.dialog-close-button:hover::before {
    filter: none;
    opacity: 1;
    transition: 0.2s;
}

/* Texto Filtrar centrado */
.popup-filters a.dialog-close-button::after {
    content: "Filtrar";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    color: #fff;
    transition: 0.2s;
}

.popup-filters a.dialog-close-button:hover::after {
    color: #223353;
    transition: 0.2s;
}

/* Mover la X a la derecha */
.popup-filters a.dialog-close-button i,
.popup-filters a.dialog-close-button svg {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    fill: #fff;
    z-index: 2;
    transition: 0.2s;
}

.popup-filters a.dialog-close-button:hover i,
.popup-filters a.dialog-close-button:hover svg {
    color: #223353;
    fill: #223353;
    transition: 0.2s;
}

/*Suscribirse vehiculo*/
.btn-icon.btn-contrato a.uael-trigger.elementor-button-link {
    padding: 12px !important;
}

.btn-icon.btn-contrato span.elementor-align-icon-left.elementor-button-icon {
    display: none;
}

.btn-icon.btn-contrato span.elementor-button-text {
    line-height: 28px;
}

/*Botones filtros movil*/
/* El widget HTML que contiene los botones se queda fijo abajo */
.popup-filters.popup-filters-mobile .elementor-widget-html {
    position: sticky !important;
    bottom: 0 !important;
    z-index: 100 !important;
    margin-top: 24px;
}

/* El contenedor del widget */
.popup-filters.popup-filters-mobile .elementor-widget-html > .elementor-widget-container {
    background: #fff;
    padding: 16px;
    box-shadow: 0 -10px 24px rgba(34, 51, 83, 0.08);
    border-top: 1px solid #eef1f5;
}

/* Botonera siempre fija abajo del viewport del popup */
.popup-filters.popup-filters-mobile .elementor-widget-html {
    position: fixed !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
    width: calc(100% - 0px);
    max-width: 430px;
    z-index: 9999;
}

.popup-filters.popup-filters-mobile .elementor-widget-html > .elementor-widget-container {
    background: #fff;
    padding: 16px;
    box-shadow: 0 -10px 24px rgba(34, 51, 83, 0.08);
    border-radius: 16px 16px 0 0;
}

/****************************
*MIGAS DE PAN
****************************/
ul.hfe-breadcrumbs li.hfe-breadcrumbs-item.hfe-breadcrumbs-first span.hfe-breadcrumbs-home-icon {
    display: none;
}

/****************************
*FILTROS
****************************/
.facetwp-empty-custom {
    margin: 24px 0 0 0;
    padding: 24px;
    border: 1px solid #D1DCDF;
    border-radius: 16px;
    background: #FAFBFB;
    color: #223353;
    text-align: center;
}

.facetwp-empty-custom p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.facetwp-empty-custom p + p {
    margin-top: 8px;
    color: rgba(34, 51, 83, 0.75);
}

/* Ubicación con el mismo diseño que Tipo de cambio */
.popup-filters .facetwp-facet.facetwp-facet-localizacion {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.popup-filters .facetwp-facet.facetwp-facet-localizacion .facetwp-radio {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 30px;
    margin: 0 !important;
    background: #fff !important;
    border: 1px solid #D1DCDF;
    border-radius: 8px;
    box-sizing: border-box;
    text-align: center;
    font-family: "Steradian regular", Sans-serif;
    font-size: 15px;
    line-height: 19.2px;
    color: rgba(34, 51, 83, 0.6);
    cursor: pointer;
    background-image: none !important;
}

.popup-filters .facetwp-facet.facetwp-facet-localizacion .facetwp-radio::before,
.popup-filters .facetwp-facet.facetwp-facet-localizacion .facetwp-radio::after {
    display: none !important;
    content: none !important;
}

.popup-filters .facetwp-facet.facetwp-facet-localizacion .facetwp-radio:hover {
    border-color: #82969F;
    color: #82969F;
}

.popup-filters .facetwp-facet.facetwp-facet-localizacion .facetwp-radio.checked {
    border-color: #223353;
    color: #223353;
    font-family: "Steradian medium", Sans-serif;
}

.popup-filters .facetwp-facet.facetwp-facet-marcas {
    position: relative;
}

.popup-filters .facetwp-facet.facetwp-facet-marcas::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url('/wp-content/uploads/CaretDown.svg') no-repeat center;
    background-size: 18px 18px;
    pointer-events: none;
    z-index: 2;
}

.popup-filters .facetwp-facet.facetwp-facet-marcas select.facetwp-dropdown {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #D1DCDF;
    background: #fff !important;
    padding: 14px 48px 14px 14px !important;
    font-family: "Steradian regular", Sans-serif;
    font-size: 15px;
    line-height: 19.2px;
    color: rgba(34, 51, 83, 0.6);

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.popup-filters .facetwp-facet.facetwp-facet-marcas select.facetwp-dropdown::-ms-expand {
    display: none;
}

.popup-filters .facetwp-facet.facetwp-facet-marcas select.facetwp-dropdown:hover {
    border-color: #82969F;
}

.popup-filters .facetwp-facet.facetwp-facet-marcas select.facetwp-dropdown:focus {
    border-color: #223353;
    outline: none;
}

/*Rango de precios*/
/* PRICE RANGE convertido a selects */
.popup-filters .facetwp-facet-precio_rango.precio-selects-ready .facetwp-number-min,
.popup-filters .facetwp-facet-precio_rango.precio-selects-ready .facetwp-number-max {
    display: none !important;
}

.popup-filters .facetwp-facet-precio_rango .facetwp-number-min-wrap,
.popup-filters .facetwp-facet-precio_rango .facetwp-number-max-wrap {
    position: relative;
    flex: 1;
}

.popup-filters .facetwp-facet-precio_rango .precio-select {
    border: 1px solid #D1DCDF;
    border-radius: 8px;
    background: #fff !important;
    padding: 14px 68px 14px 18px;
    font-family: "Steradian regular", Sans-serif;
    font-size: 15px;
    line-height: 19.2px;
    color: #223353;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    cursor: pointer;
}

.popup-filters .facetwp-facet-precio_rango .precio-select:hover {
    border-color: #82969F;
}

.popup-filters .facetwp-facet-precio_rango .precio-select:focus {
    border-color: #223353;
}

.popup-filters .facetwp-facet-precio_rango.precio-selects-ready .facetwp-number-min-wrap::before,
.popup-filters .facetwp-facet-precio_rango.precio-selects-ready .facetwp-number-max-wrap::before {
    content: "";
    position: absolute;
    right: 16px;
    top: 67%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url('/wp-content/uploads/CaretDown.svg') no-repeat center;
    background-size: 18px 18px;
    pointer-events: none;
    z-index: 2;
}

.popup-filters .facetwp-facet-precio_rango.precio-selects-ready .facetwp-number-min-wrap::after,
.popup-filters .facetwp-facet-precio_rango.precio-selects-ready .facetwp-number-max-wrap::after {
    content: "€";
    position: absolute;
    right: 42px;
    top: 67%;
    bottom: auto;
    transform: translateY(-50%);
    color: rgba(34, 51, 83, 0.6);
    pointer-events: none;
    z-index: 2;
}

/****************************
*MENU/HEADER
****************************/
.ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item {
    margin-top: 32px;
}

body.home .ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item,
.page-id-21337 .ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item {
    margin-top: 0;
}

.site-primary-header-wrap.ast-builder-grid-row-container{
    position: relative;
}

.site-header-primary-section-left{
    position: relative;
    z-index: 2;
}

.site-header-primary-section-right{
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
}

/* Menú centrado real */
.ast-builder-menu-1.ast-builder-menu.ast-flex.ast-builder-menu-1-focus-item{
    position: absolute !important;
    transform: translateX(-95%);
    z-index: 1;
    width: max-content;
}

.ast-builder-menu-1 .main-header-menu{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Botones de la derecha por encima del menú */
.header-widget-area[data-section="sidebar-widgets-header-widget-1"],
.header-widget-area[data-section="sidebar-widgets-header-widget-3"]{
    position: relative;
    z-index: 2;
}

/****************************
*POP-UP CONTACTO MENU
****************************/
/*Contenedor*/
:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) .uael-content  {
    border-radius: 16px;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) span.uael-modal-close {
    top: 24px;
    right: 24px;
}

/****************************
*PLP
****************************/
.btn-icon .elementor-button:hover .elementor-button-icon svg,
.btn-icon .elementor-button:hover .elementor-button-icon svg path {
  fill: currentColor !important;
}

.slider-coches::before {
    background-position: 85% 30% !important;
}

/*PopUp Filtros*/
.popup-filters .facetwp-facet.facetwp-type-checkboxes { /*Tener los filtros que sean cajas en grid de 2*/
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.popup-filters .elementor-element-33b329a .facetwp-facet { /*El grid de "etiqueta" se le da 3 columnas*/
    grid-template-columns: repeat(3, 1fr);
}

.popup-filters .facetwp-facet.facetwp-facet.facetwp-facet-etiqueta .facetwp-checkbox {
    padding: 12px 5px 12px 5px !important;
}

.popup-filters .facetwp-facet.facetwp-facet.facetwp-facet-etiqueta .facetwp-checkbox span {
    padding: 0;
}

.popup-filters .facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox span,
.popup-filters .facetwp-type-number_range input.facetwp-number,
.popup-filters .facetwp-facet.facetwp-facet-marcas select {
    font-family: "Steradian regular", Sans-serif;
    font-size: 15px;
    line-height: 19.2px;
}

.popup-filters .facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox,
.popup-filters .facetwp-type-number_range input.facetwp-number {
    padding: 14px 30px 14px 30px;
    background: white !important;
    border: 1px solid #D1DCDF;
    align-items: center;
    border-radius: 8px;
    margin: 0 !important;
}

.popup-filters .facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox span,
.popup-filters .facetwp-type-number_range input.facetwp-number {
    font-size: 15px;
    color: rgba(34, 51, 83, 0.6);
    line-height: 19.2px;
}

.popup-filters .facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox:hover,
.popup-filters .facetwp-type-number_range input.facetwp-number:hover {
    border-color: #82969F;
}

.popup-filters .facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox span:hover,
.popup-filters .facetwp-type-number_range input.facetwp-number:hover {
    color: #82969F;
}

.popup-filters .facetwp-type-number_range { /*Grid del rango de precio*/
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.popup-filters .facetwp-type-number_range input.facetwp-number {
    width: 100%;
    padding: 14px 18px 14px 18px;
    border-radius: 8px;
    border: 1px solid #D1DCDF;
    color: #223353;
}

.popup-filters .facetwp-type-number_range input.facetwp-submit {
    display: none;
}

/*checked*/
.popup-filters .facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox.checked {
    border-color: #223353;
}

.popup-filters .facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox.checked span.facetwp-display-value {
    color: #223353;
    font-family: "Steradian medium", sans-serif;
}

.popup-filters .facetwp-facet.facetwp-facet-marcas select {
    border-radius: 8px;
    background-color: white !important;
    padding: 14px;
}

/* Precio (Desde y hasta) */
.popup-filters .facetwp-facet-precio_rango {
    display: flex;
    gap: 8px;
}

.popup-filters .facetwp-facet-precio_rango .facetwp-number-min-wrap,
.popup-filters .facetwp-facet-precio_rango .facetwp-number-max-wrap {
    position: relative;
    flex: 1;
}

.popup-filters .facetwp-facet-precio_rango .custom-price-label {
    display: block;
    margin-bottom: 8px;
    color: #223353;
    font-size: 14px;
    font-family: "Steradian regular", sans-serif;
}

.popup-filters .facetwp-facet-precio_rango .facetwp-number {
    width: 100%;
    padding-right: 32px;
    color: #223353;
}

.popup-filters .facetwp-facet-precio_rango .facetwp-number:focus,
.popup-filters .facetwp-facet-precio_rango .facetwp-number.has-value {
    border-color: #223353;
    outline: none;
}

.popup-filters .facetwp-facet-precio_rango .facetwp-number-min-wrap::after,
.popup-filters .facetwp-facet-precio_rango .facetwp-number-max-wrap::after {
    content: "€";
    position: absolute;
    right: 16px;
    bottom: 12px;
    color: rgba(34, 51, 83, 0.6);
    pointer-events: none;
}

.popup-filters .facetwp-facet-precio_rango .facetwp-number-min-wrap.has-value::after,
.popup-filters .facetwp-facet-precio_rango .facetwp-number-max-wrap.has-value::after {
    color: #223353;
}

.listado-coches .elementor-posts-container .elementor-element-b35d7ec .elementor-element-0c7f6b9 p.elementor-heading-title span {
    font-family: "Steradian regular", Sans-serif;
}

/*Panel Ordenar*/
.sort-facet-hidden {
  display: none;
}

body.facetwp-is-loading {
  cursor: progress;
}

body.facetwp-is-loading .facetwp-template {
  opacity: 0.35 !important;
  pointer-events: none;
}

body.facetwp-is-loading .filtros-activos {
    opacity: 0.55;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.btn-ordenar.is-active .elementor-button {
  border-color: #223353 !important;
  color: #223353 !important;
}

.btn-ordenar.is-active .elementor-button span {
  color: #223353 !important;
}

.sort-dropdown {
  position: relative;
  display: inline-block;
}

.sort-panel {
    position: absolute;
    left: calc(100% + -200px);
    top: calc(100% + -60px);
    width: 220px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    display: none;
    z-index: 2;
}

.sort-dropdown.is-open .sort-panel {
  display: block;
}

.sort-panel .btn-ordenar.is-active .btn-ordenar {
  background: #223353;
}

/* Referencia para posicionar la X */
.sort-toggle .elementor-button-content-wrapper {
    position: relative;
}

.sort-toggle .elementor-button-icon {
    opacity: 1;
    transition: opacity 0.2s ease;
}

/* Ocultar la flecha derecha */
.sort-dropdown.is-open .sort-toggle .elementor-button-icon {
    opacity: 0;
}

.sort-toggle .elementor-button-content-wrapper::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    opacity: 0;
    transition: opacity 0.2s ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}

/* Mostrar la X */
.sort-dropdown.is-open .sort-toggle .elementor-button-content-wrapper::before {
    opacity: 1;
    background-image: url('/wp-content/uploads/close.svg');
    filter: brightness(0) invert(1);
}

.sort-dropdown .sort-toggle a.elementor-button span.elementor-button-content-wrapper::after {
    content: url(/wp-content/uploads/SortAscending.svg);
    height: 20px;
}

.sort-dropdown.is-open .btn-filters a.elementor-button {
    background: #223353;
    color: white;
}

.sort-dropdown.is-open .sort-toggle .elementor-button-content-wrapper::after {
    filter: brightness(0) invert(1);
}

/* Filtros activados */
.filtros-activos .facetwp-selections ul li span.facetwp-selection-label {
    display: none;
}

.filtros-activos .facetwp-selections ul li {
    background: #ECF2F2;
    padding: 0px 12px 4px 12px;
    border-radius: 8px;
    margin-right: 8px;
}

.filtros-activos .facetwp-selections ul li span.facetwp-selection-value,
.filtros-activos .facetwp-selections ul {
    margin: 0;
}

.filtros-activos .facetwp-selections ul li span.facetwp-selection-value {
    font-weight: 700;
}

.filtros-activos .facetwp-selections ul li span.facetwp-selection-value {
    background-image: url(/wp-content/uploads/close.svg);
    background-size: 16px 16px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 13px;
    font-family: "Steradian medium", Sans-serif;
    font-weight: 500;
}

/*Filtros popup movil*/
.popup-filters.popup-filters-mobile a.dialog-close-button::before {
    display: none;
}

.popup-filters.popup-filters-mobile a.dialog-close-button::after {
    display: none;
}

.popup-filters.popup-filters-mobile a.dialog-close-button {
    background: transparent;
    border: none;
    width: auto;
    height: auto;
}

.popup-filters-mobile .facetwp-facet-combustible::before,
.popup-filters-mobile .facetwp-facet-etiqueta::before,
.popup-filters-mobile .facetwp-facet-marcas::before {
    display: none;
}

/****************************
*FORM TE LLAMAMOS
****************************/
.contact-tel-form {
    width: 100%;
    position: fixed;
    background: #FAFBFB;
    left: 0;
    border-radius: 0 0 14px 14px;
    padding: 24px;
    bottom: -40px;
}

.content-tel-form-1,
.content-tel-form-2 {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    min-width: 0;
    align-items: center;
}

.form-ico-1,
.form-ico-2 {
    width: 20px;
    min-width: 20px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin-top: -1px;
}

.form-ico-1 img,
.form-ico-2 img {
    display: block;
    width: 100%;
    height: auto;
}

.form-label {
    font-size: 17px;
    line-height: 22px;
    white-space: nowrap;
    color: #223353;
    margin-right: 4px;
}

.form-phone {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    color: #223353;
    font-family: "Steradian negrita", Sans-serif;
    text-decoration: underline;
}

#modal-7f2a11a form{
    padding-bottom: 20px !important;
}

#modal-7f2a11a .content-tel-form-1{
    justify-content: center !important;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) form.submitting .wpcf7-spinner{
    display: block;
    margin: 10px auto auto !important;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) .wpcf7-spinner{
    display: none;
}



:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) {
    top: 10vh !important;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) input.wpcf7-form-control,
:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) select {
    height: 48px;
    border-radius: 8px;
    border: 1px solid #D1DCDF;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 4px;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) p:nth-child(even):nth-child(-n+10) {
    font-size: 14px;
    color: #223353;
    margin: 0;
    font-weight: 600;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) .cf7-toggle {
    display: block;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) .cf7-toggle__title {
    display: block;
    line-height: 1.2;
    font-weight: 700;
    color: #26304f;
    margin-top: -18px;
    font-size: 14px;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) .cf7-toggle .wpcf7-form-control-wrap {
    display: block;
    margin-top: -20px;
}
:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) .cf7-toggle .cf7-toggle__group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) .cf7-toggle .cf7-toggle__group .wpcf7-list-item   {
    margin: 0;
    display: block;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) .cf7-toggle .cf7-toggle__group .wpcf7-list-item label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border: 2px solid #D1DCDF;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) .cf7-toggle .cf7-toggle__group .wpcf7-list-item-label {
    font-size: 15px;
    line-height: 19.2px;
    font-weight: 600;
    color: #8a92a7;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) .cf7-toggle .cf7-toggle__group input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) .cf7-toggle .cf7-toggle__group input[type="radio"]:checked + .wpcf7-list-item-label {
    color: #26304f;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) .cf7-toggle .cf7-toggle__group input[type="radio"]:checked ~ .wpcf7-list-item-label {
    color: #26304f;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) .cf7-toggle .cf7-toggle__group label:has(input[type="radio"]:checked) {
    border-color: #223353;
    box-shadow: none;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) .cf7-toggle .cf7-toggle__group label:hover {
    border-color: #aeb7c5;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    margin: 0;
    border-radius: 68px;
    background: #223353;
    color: #EBFF57;
    border: 1px solid #223353;
    padding: 12px;
    font-size: 16px;
    line-height: 28px;
    height: auto;
    transition: 0.2s;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) input.wpcf7-form-control.wpcf7-submit:hover {
    background: white;
    color: #223353;
    transition: 0.2s;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) span.wpcf7-form-control-wrap[data-name="acceptance-581"] {
    margin-top: 10px !important;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) span.wpcf7-form-control-wrap[data-name="acceptance-581"] .wpcf7-list-item {
    margin: 0;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) span.wpcf7-form-control-wrap[data-name="acceptance-581"] .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) span.wpcf7-form-control-wrap[data-name="acceptance-581"] input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin: 0;
    border: 1px solid #D1DCDF;
    border-radius: 4px;
    background: #fff;
    outline: none;
    box-shadow: none;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) span.wpcf7-form-control-wrap[data-name="acceptance-581"] input[type="checkbox"]:checked  {
    background: #223353;
    border-color: #223353;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) span.wpcf7-form-control-wrap[data-name="acceptance-581"] input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) span.wpcf7-form-control-wrap[data-name="acceptance-581"] .wpcf7-list-item-label {
    display: inline-block;
    font-size: 13px;
    line-height: 19.2px;
    color: #223353;
    margin-bottom: 14px;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) span.wpcf7-form-control-wrap[data-name="acceptance-581"] .wpcf7-list-item-label a  {
    color: #223353;
    text-decoration: underline;
    text-underline-offset: 3px;
}

:is(.uamodal-65b7ba6, .uamodal-6e13712, .uamodal-3745598) .uael-modal-title-wrap {
    padding: 24px 24px 0px 24px;
}

:is(.uamodal-65b7ba6, .uamodal-6e13712, .uamodal-3745598) .uael-content {
    width: 390px !important;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) .wpcf7-not-valid {
    border-color: #D7472D !important;
    margin-bottom: 0 !important;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) .wpcf7-response-output {
    margin: 0;
    margin-top: -31px !important;
    display: none;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 25px;
    border-color: transparent;
}

span.wpcf7-spinner {
    display: block;
}

:is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) .wpcf7 form.invalid .wpcf7-response-output {
    color: #D7472D;
    padding-bottom: 0;
}

/****************************
*PDP
****************************/
/*Disponibilidad btn*/
.popup-disponibilidad-vehiculo a.uael-trigger {
    text-align: left !important;
    display: flex;
}

.popup-disponibilidad-vehiculo span.elementor-button-text.elementor-inline-editing {
    display: grid;
}

.popup-disponibilidad-vehiculo span.elementor-button-content-wrapper {
    align-items: flex-start;
}

/* Grid del kilometraje */
.elementor-field-group-field_7d2100a .elementor-field-subgroup {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100%;
}

.elementor-field-group-field_7d2100a label.elementor-field-label {
    margin-bottom: 16px;
}

/* Cada opción */
.elementor-field-group-field_7d2100a .elementor-field-option {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    min-width: 0;
}

/* Ocultar radio real */
.elementor-field-group-field_7d2100a input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Label como tarjeta real */
.elementor-field-group-field_7d2100a .elementor-field-option label {
    display: flex !important;
    width: 100% !important;
    min-height: 74px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #DDE8EB !important;
    border-radius: 8px !important;
    background: transparent !important;
    cursor: pointer !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    line-height: normal !important;
}

.elementor-field-group-field_7d2100a .elementor-field-option label > * {
    width: 100%;
}

.elementor-field-group-field_7d2100a .km-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 16px 10px !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.elementor-field-group-field_7d2100a .km-card__kms {
    display: block !important;
    width: 100%;
    font-size: 18px !important;
    line-height: 19.2px !important;
    color: #223353 !important;
    font-family: "Steradian regular", Sans-serif;
}

.elementor-field-group-field_7d2100a .km-card__precio {
    display: block !important;
    width: 100%;
    margin-top: 6px !important;
    font-size: 18px !important;
    line-height: 18px !important;
    font-weight: bold !important;
    color: #223353 !important;
    font-family: "Steradian medium", Sans-serif;
    opacity: 0.8;
}

/* Hover */
.elementor-field-group-field_7d2100a .elementor-field-option label:hover {
    border-color: #82969F !important;
}

/* Seleccionado */
.elementor-field-group-field_7d2100a input[type="radio"]:checked + label {
    border-color: #223353 !important;
    background: white !important;
}

.elementor-field-group-field_7d2100a input[type="radio"]:checked + label span.km-card__precio {
    opacity: 1;
}

.elementor-field-group-field_7d2100a .elementor-field-option label::before,
.elementor-field-group-field_7d2100a .elementor-field-option label::after {
    display: none !important;
    content: none !important;
}

.elementor-field-group-field_7d2100a .elementor-field-option span::before,
.elementor-field-group-field_7d2100a .elementor-field-option span::after {
    display: none !important;
    content: none !important;
}

#cont-mensualidades .elementor-button {
    background: transparent !important;
    border: 1px solid #DDE8EB !important;
    border-radius: 8px;
    padding: 16px 10px;
}

#cont-mensualidades .elementor-button br:nth-child(-n+4) {
    display: none !important;
}

#cont-mensualidades span.btn_meses, #cont-mensualidades span:nth-child(3) {
    color: #223353;
    font-size: 18px;
    line-height: 19.2px;
}

#cont-mensualidades span.btn_meses {
    margin-right: 5px;
    margin-bottom: 6px !important;
    display: inline-block;
}

#cont-mensualidades span.btn_precio:nth-child(6), #cont-mensualidades span:nth-child(7) {
    color: #223353;
    font-size: 18px;
    line-height: 18px;
    font-family: "Steradian negrita", Sans-serif;
    opacity: 0.8;
}

#cont-mensualidades span.btn_precio, #cont-mensualidades span:nth-child(10) {
    color: #223353;
}

#cont-mensualidades .elementor-button.mi-boton-activo {
    background: white !important;
    border-color: #223353 !important;
}

#cont-mensualidades .elementor-button:hover {
    border-color: #82969F !important;
}

#cont-mensualidades .mi-boton-activo span.btn_precio:nth-child(6), #cont-mensualidades .mi-boton-activo span:nth-child(7) {
    opacity: 1;
}

/*Subtitulos*/
.elementor-element.elementor-element-5e43db3 .elementor-field-group-field_7d2100a label.elementor-field-label {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #223353;
    font-family: "Steradian normal", Sans-serif !important;
}

/* Contenedor del campo acceptance extras*/
.elementor-field-group-field_52f5846 .elementor-field-subgroup,
.elementor-field-group-field_52f5846 .elementor-field-option {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Ocultar checkbox nativo */
.elementor-field-group-field_52f5846 input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Label completo */
.elementor-field-group-field_52f5846 .elementor-field-option label {
    display: flex !important;
    align-items: center !important;
    gap: 14px;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0;
    color: #223353;
    font-family: "Steradian regular", Sans-serif;
    font-size: 16px !important;
    line-height: 19.2px;
}

.elementor-field-group-field_52f5846 .elementor-field-option label::before {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #223353;
    background: #fff;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.elementor-field-group-field_52f5846 input[type="checkbox"]:checked + label::before {
    background: #223353;
    border-color: #223353;
    content: "✓";
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

/* Hover */
.elementor-field-group-field_52f5846 .elementor-field-option label:hover::before {
    border-color: #223353;
}

.elementor-field-group-field_52f5846 .elementor-field-option label::after,
.elementor-field-group-field_52f5846 .elementor-field-option span::before,
.elementor-field-group-field_52f5846 .elementor-field-option span::after {
    content: none !important;
    display: none !important;
}

.elementor-field-group-field_52f5846 label.elementor-field-label {
    margin-bottom: 8px;
    margin-top: 32px;
    font-size: 16px;
    color: #223353;
    font-family: "Steradian normal", Sans-serif !important;
}

/*Cupon*/
.content-cupon label.elementor-field-label {
    font-size: 16px;
    font-family: "Steradian medium", Sans-serif !important;
    color: #223353;
    font-weight: normal !important;
}

.content-cupon .elementor-column.elementor-field-type-submit {
    width: 20%;
    margin-left: 10px;
    height: 48px;
}

.content-cupon .elementor-field-group-promocode {
    width: 75%;
}

.content-cupon .elementor-form-fields-wrapper.elementor-labels-above {
    align-items: end;
}

.content-cupon .elementor-column.elementor-field-type-submit button.elementor-button {
    height: 44px !important;
    padding: 10px;
    width: 100%;
}

.content-cupon div#mensaje-cupon-personalizado {
    position: absolute;
    top: 72px;
}

/*Banner movil cuota y btn suscribete*/
#cont-contrato-mobile {
    border-radius: 16px 16px 0 0;
}

#cont-contrato-mobile .cuota-movil span.elementor-heading-title {
    text-align: left !important;
    display: grid;
    margin-left: 28px;
    gap: 1px;
}

#cont-contrato-mobile .cuota-movil span.elementor-heading-title span.text-cuota,
#cont-contrato-mobile .cuota-movil span.elementor-heading-title span.text-precio,
#cont-contrato-mobile .cuota-movil span.elementor-heading-title span.text-iva {
    color: #223353;
}

#cont-contrato-mobile .cuota-movil span.elementor-heading-title span.text-cuota {
    font-size: 13px;
    line-height: 15px;
    font-family: "Steradian regular", Sans-serif !important;
}

#cont-contrato-mobile .cuota-movil span.elementor-heading-title span.text-precio {
    font-size: 18px;
    margin-top: 5px;
}

#cont-contrato-mobile .cuota-movil span.elementor-heading-title span.text-iva {
    font-size: 11px;
    font-family: "Steradian regular", Sans-serif !important;
}

/* MINIATURAS COCHE */
.galeria-coche .flex-control-thumbs {
    display: flex;
    gap: 4px !important;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
}

.galeria-coche .flex-control-thumbs li {
    width: 80px !important;
    min-width: 80px !important;
    transition: opacity 0.25s ease, transform 0.25s ease;
    margin: 0 !important;
}

.galeria-coche .flex-control-thumbs li.flex-active,
.galeria-coche .flex-control-thumbs li:hover {
    opacity: 1;
}

.galeria-coche .flex-control-thumbs img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
    display: block;
    border: none;
    box-shadow: none;
}

.galeria-coche .galeria-coche-thumbs-row {
    display: grid;
    grid-template-columns: 40px auto 40px;
    align-items: center;
    width: 100%;
    max-width: 100%; /* ajusta según el ancho visual que quieras */
    margin: 0 auto;
    column-gap: 28px; /* distancia entre flecha y miniaturas */
}

.galeria-coche .galeria-coche-thumbs-wrap {
    overflow: visible;
}

.galeria-coche ol.flex-control-thumbs {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.galeria-coche ol.flex-control-thumbs li {
    flex: 0 0 80px;
    max-width: 80px;
    margin: 0 !important;
    transition: opacity .25s ease;
    padding: 0 !important;
}

.galeria-coche ol.flex-control-thumbs img {
    opacity: 0.35 !important
}

.galeria-coche ol.flex-control-thumbs img.flex-active,
.galeria-coche ol.flex-control-thumbs img:hover {
    opacity: 1 !important;
}

.galeria-coche ol.flex-control-thumbs img {
    width: 100%;
    height: 62px;
    object-fit: cover;
    display: block;
    border: 0;
    box-shadow: none;
}

.galeria-coche .galeria-coche-prev,
.galeria-coche .galeria-coche-next {
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.galeria-coche .galeria-coche-prev {
    justify-self: start;
}

.galeria-coche .galeria-coche-next {
    justify-self: end;
}

.galeria-coche .galeria-coche-prev img,
.galeria-coche .galeria-coche-next img {
    width: 16px;
    height: 16px;
    display: block;
    opacity: .75;
    transition: opacity .2s ease, transform .2s ease;
}

.galeria-coche .galeria-coche-prev:hover img,
.galeria-coche .galeria-coche-next:hover img {
    opacity: 1;
    transform: scale(1.05);
}

/*TARGETAS LOOP*/
.elementor-posts .ecs-post-loop {
    height: 100%;
}

.elementor-posts .ecs-post-loop > .ecs-link-wrapper {
    display: flex;
    height: 100%;
}

/****************************
*RESPONSIVE
****************************/
@media (min-width: 1298px) {
    /*Flechas galeria vehiculo*/
    .galeria-coche .galeria-coche-prev {
        justify-self: start;
        margin-left: -35px;
    }

    .galeria-coche .galeria-coche-next {
        justify-self: end;
        margin-right: -35px;
    }
}

@media (max-width: 1136px) {
    .ast-builder-menu-1.ast-builder-menu.ast-flex.ast-builder-menu-1-focus-item{
        transform: translateX(-80%);
    }
    .oferta-plp {
        top: 55px !important;
    }
}

@media (max-width: 1024px) {
    .coches-interes-pdp .elementor-widget-container article:nth-last-child(-n+2) {
        display: none;
    }
    /*Precio PDP*/
        .precio-vehiculo-pdp span.elementor-heading-title {
        display: block;
    }

    .precio-vehiculo-pdp span.elementor-heading-title span.btn_precio.btn_precio_real {
        font-size: 16px !important;
        line-height: 16px;
        font-family: "Steradian regular", Sans-serif !important;
        padding-top: 12px !important;
        display: block;
        padding-bottom: 3px;
    }

    .precio-vehiculo-pdp span.btn_precio {
        font-size: 28px;
    }
    /*menu movil*/
    #menu-toggle-close,
    .ast-mobile-popup-header {
        display: none !important;
    }

    .main-header-menu-toggle {
        position: relative !important;
        z-index: 999999 !important;
        width: 44px !important;
        height: 44px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: visible !important;
    }

    .main-header-menu-toggle .mobile-menu-toggle-icon,
    .main-header-menu-toggle .ast-menu-svg,
    .main-header-menu-toggle .ast-mobile-svg {
        opacity: 1 !important;
        visibility: visible !important;
    }

    html.ast-off-canvas-active .main-header-menu-toggle .mobile-menu-toggle-icon,
    html.ast-off-canvas-active .main-header-menu-toggle .ast-menu-svg,
    html.ast-off-canvas-active .main-header-menu-toggle .ast-mobile-svg {
        opacity: 0 !important;
        visibility: hidden !important;
    }

    html.ast-off-canvas-active .home .main-header-menu-toggle::after {
        background-color: white !important;
    }
    html.ast-off-canvas-active .main-header-menu-toggle::after {
        content: "" !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 22px !important;
        height: 22px !important;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 999999 !important;
        pointer-events: none !important;

        background-color: #223353 !important;

        mask-image: url('/wp-content/uploads/close.svg');
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: contain;
    }
    div#ast-mobile-header .ast-main-header-wrap .ast-sticky-active .main-header-menu-toggle::after {
        background-color: #223353 !important;
    }
}

@media (max-width: 946px) {
    .ast-builder-menu-1.ast-builder-menu.ast-flex.ast-builder-menu-1-focus-item{
        transform: translateX(-70%);
    }

}

@media (max-width: 921px) {
    .home div#ast-mobile-header .ast-main-header-wrap {
        padding: 0 10px 0 10px;
    }
    .home div#ast-mobile-header .ast-main-header-wrap .ast-sticky-active {
        padding: 0 10px 0 10px !important;
    }
    div#ast-mobile-header .ast-main-header-wrap {
        padding: 31px 10px 0 10px;
    }
    div#ast-mobile-header .ast-main-header-wrap .ast-sticky-active {
        padding: 31px 10px 0 10px !important;
    }
    .page-id-21337 .ast-main-header-wrap.main-header-bar-wrap {
        padding-top: 0 !important;
    }
}

@media (min-width: 768px) {
    /*TARGETAS LOOP*/
    .elementor-posts .ecs-post-loop > .ecs-link-wrapper > div {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
    }

    .elementor-posts .ecs-post-loop > .ecs-link-wrapper > div > .has_ae_slider {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
    }
    /*POPUP DESKTOP*/
    :is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a).uael-modal {
        max-height: calc(100vh - 40px) !important;
        height: auto !important;
        bottom: 20px !important;
        margin: 0 auto !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
    }
    :is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) .uael-content {
        max-height: calc(100vh - 40px) !important;
        height: auto !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
    }

    :is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) .uael-modal-text {
        flex: 1 1 auto !important;
        min-height: 0 !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch;
        padding: 0;
    }

    :is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a).uael-aspect-ratio-16_9 {
        aspect-ratio: auto !important;
    }

    :is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) .contact-tel-form {
        position: relative !important;
        left: auto !important;
        bottom: auto !important;
        width: 100% !important;
        flex-shrink: 0 !important;
    }
    :is(.uamodal-65b7ba6, .uamodal-6e13712, .uamodal-3745598) .uael-content .uael-text-editor form.wpcf7-form,
    :is(.uamodal-65b7ba6, .uamodal-6e13712, .uamodal-3745598) form.wpcf7-form.wpcf7-acceptance-as-validation {
        padding: 0 24px 0px 24px;
    }
}

@media (max-width: 767px) {
    .popup-filters .facetwp-facet-precio_rango.precio-selects-ready .facetwp-number-min-wrap::before, .popup-filters .facetwp-facet-precio_rango.precio-selects-ready .facetwp-number-max-wrap::before {
        top: 50%;
    }
    .popup-filters .facetwp-facet-precio_rango.precio-selects-ready .facetwp-number-min-wrap::after, .popup-filters .facetwp-facet-precio_rango.precio-selects-ready .facetwp-number-max-wrap::after {
        top: 50%;
    }
    :is(.uamodal-65b7ba6, .uamodal-6e13712, .uamodal-3745598) .uael-content .uael-text-editor form.wpcf7-form.init {
        padding-bottom: 24px;
    }
    .single-product div#btn-whats {
        bottom: 85px;
    }
    .filtros-activos .facetwp-selections ul li {
        padding: 4px 12px 4px 12px;
    }
    .oferta-plp {
        top: 36px !important;
    }
    .has_ae_slider.elementor-element.elementor-element-3b9b939.elementor-hidden-desktop.elementor-hidden-tablet.e-flex.e-con-boxed.ae-bg-gallery-type-default.e-con.e-parent.e-lazyloaded.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects {
        top: 116px !important;
    }
    .precio-vehiculo-pdp span.elementor-heading-title span.btn_precio.btn_precio_real {
        padding-top: 0px !important;
    }

    .precio-vehiculo-pdp .elementor-widget-container {
        margin: 0 !important;
    }
    /*Minuaturas galeria coche*/
    .galeria-coche .galeria-coche-thumbs-row {
        display: block;
    }

    .galeria-coche .galeria-coche-prev,
    .galeria-coche .galeria-coche-next {
        display: none !important;
    }
    
    .galeria-coche .flex-control-thumbs li,
    .galeria-coche ol.flex-control-thumbs li {
        flex: 0 0 64px;
        width: 64px !important;
        min-width: 64px !important;
        max-width: 64px;
        margin: 0 !important;
    }

    .galeria-coche .flex-control-thumbs img,
    .galeria-coche ol.flex-control-thumbs img {
        width: 100%;
        height: 52px !important;
        object-fit: cover;
        display: block;
    }
    /*Duración suscripcion*/
    #cont-mensualidades span.btn_meses, #cont-mensualidades span:nth-child(3) {
        font-size: 15px;
    }
    .elementor-field-group-field_7d2100a .km-card__kms {
        font-size: 15px !important;
    }
    /*TARGETAS LOOP*/
    .elementor-posts .ecs-post-loop > .ecs-link-wrapper > div > .has_ae_slider {
        display: block;
        height: auto;
        width: 100%;
    }

    /*Toggle movil*/
    .toggle-vista-coches{
        display:flex;
        align-items:center;
        gap:6px;
        padding:4px;
        background:#ECF2F2;
        border-radius:999px;
        width:fit-content;
    }

    .toggle-vista-coches .elementor-widget-container{
        display:flex;
        align-items:center;
        gap:6px;
    }

    .toggle-vista-coches .btn-vista-grid,
    .toggle-vista-coches .btn-vista-lista{
        width: auto;
        height: auto;
        min-width: auto;
        min-height: auto;
        border-radius: 999px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all .25s ease;
        background: transparent;
        overflow: hidden;
        padding: 9.75px 10.5px;
    }

    .toggle-vista-coches .btn-vista-grid.is-active,
    .toggle-vista-coches .btn-vista-lista.is-active{
        background:white;
    }

    .toggle-vista-coches .btn-vista-grid i,
    .toggle-vista-coches .btn-vista-grid svg,
    .toggle-vista-coches .btn-vista-lista i,
    .toggle-vista-coches .btn-vista-lista svg{
        color:#82969F !important;
        fill:#82969F !important;
    }

    .toggle-vista-coches .btn-vista-grid.is-active i,
    .toggle-vista-coches .btn-vista-grid.is-active svg,
    .toggle-vista-coches .btn-vista-lista.is-active i,
    .toggle-vista-coches .btn-vista-lista.is-active svg{
        color:#223353 !important;
        fill:#223353 !important;
    }

    .toggle-vista-coches .btn-vista-grid:not(.is-active):hover,
    .toggle-vista-coches .btn-vista-lista:not(.is-active):hover{
        background:#dee4e4;
    }

    .listado-coches .elementor-posts-container{
        display:grid !important;
        grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
        gap:8px !important;
    }

    .listado-coches.vista-lista .elementor-posts-container{
        grid-template-columns:repeat(1, minmax(0, 1fr)) !important;
    }
    .listado-coches.vista-lista .elementor-posts-container .product.type-product,
    .listado-coches.vista-grid .elementor-posts-container .elementor-element-2fc5078 {
        width: 100%;
    }

    .listado-coches.vista-lista .elementor-posts-container .product.type-product .has_ae_slider.elementor-element.elementor-element-9d8c367 {
        width: 100% !important;
    }

    .listado-coches.vista-grid .elementor-posts-container .grid-especificaciones,
    .listado-coches.vista-grid .elementor-posts-container .btn-ver-mas-coche {
        display: none;
    }

    .listado-coches.vista-grid .elementor-posts-container .elementor-element.elementor-element-d711635 {
        margin-top: 20px;
    }

    .listado-coches.vista-grid .elementor-posts-container .elementor-element-24b4296.elementor-widget-heading .elementor-widget-container {
        margin-top: 5px;
    }
    .listado-coches.vista-grid .elementor-posts-container .elementor-element-b35d7ec .elementor-element-0c7f6b9 p.elementor-heading-title {
        font-size: 18px;
        display: flex;
    }

    .listado-coches.vista-grid .elementor-posts-container .elementor-element-b35d7ec .elementor-element-0c7f6b9 span {
        margin-left: 4px;
    }
    .listado-coches.vista-grid .elementor-posts-container .elementor-element-9d8c367 {
        min-height: 320px;
        display:flex !important;
        align-items:center !important;
    }

    .toggle-vista-coches .btn-vista-grid,
    .toggle-vista-coches .btn-vista-lista{
        width:36px;
        height:36px;
        min-width:36px;
        min-height:36px;
        border-radius:999px;
        display:flex;
        align-items:center;
        justify-content:center;
        cursor:pointer;
        transition:all .25s ease;
        background:transparent;
        overflow:hidden;
    }

    .toggle-vista-coches .btn-vista-grid .elementor-widget-container,
    .toggle-vista-coches .btn-vista-lista .elementor-widget-container,
    .toggle-vista-coches .btn-vista-grid .elementor-icon-wrapper,
    .toggle-vista-coches .btn-vista-lista .elementor-icon-wrapper,
    .toggle-vista-coches .btn-vista-grid .elementor-icon,
    .toggle-vista-coches .btn-vista-lista .elementor-icon{
        width:100%;
        height:100%;
        min-height:0;
        display:flex;
        align-items:center;
        justify-content:center;
        line-height:1;
        margin:0;
        padding:0;
    }

    .toggle-vista-coches .btn-vista-grid .elementor-icon i,
    .toggle-vista-coches .btn-vista-lista .elementor-icon i,
    .toggle-vista-coches .btn-vista-grid .elementor-icon svg,
    .toggle-vista-coches .btn-vista-lista .elementor-icon svg{
        width:18px;
        height:18px;
        display:block;
    }
    .toggle-vista-coches .btn-vista-grid,
    .toggle-vista-coches .btn-vista-lista{
        width:36px;
        height:36px;
        min-width:36px;
        min-height:36px;
        border-radius:999px;
        display:flex;
        align-items:center;
        justify-content:center;
        cursor:pointer;
        transition:all .25s ease;
        background:transparent;
        overflow:hidden;
    }

    .toggle-vista-coches .btn-vista-grid .elementor-widget-container,
    .toggle-vista-coches .btn-vista-lista .elementor-widget-container,
    .toggle-vista-coches .btn-vista-grid .elementor-icon-wrapper,
    .toggle-vista-coches .btn-vista-lista .elementor-icon-wrapper,
    .toggle-vista-coches .btn-vista-grid .elementor-icon,
    .toggle-vista-coches .btn-vista-lista .elementor-icon{
        width:100%;
        height:100%;
        min-height:0;
        display:flex;
        align-items:center;
        justify-content:center;
        line-height:1;
        margin:0;
        padding:0;
    }

    .toggle-vista-coches .btn-vista-grid .elementor-icon i,
    .toggle-vista-coches .btn-vista-lista .elementor-icon i,
    .toggle-vista-coches .btn-vista-grid .elementor-icon svg,
    .toggle-vista-coches .btn-vista-lista .elementor-icon svg{
        width:18px;
        height:18px;
        display:block;
    }

    /************************
    * POPUP MOVIL
    ************************/
    :is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a).uael-modal {
        width: 100vw !important;
        max-width: 100vw !important;
        height: auto !important;
        max-height: 100dvh !important;
        margin: 0 !important;
        top: auto !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        transform: none !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
    }

    :is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a)[style] {
        top: auto !important;
        bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    :is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) .uael-content {
        width: 100% !important;
        max-width: 100% !important;
        max-height: 100dvh !important;
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden !important;
        background: #fff !important;
        border-radius: 20px 20px 0 0 !important;
    }

    :is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) .uael-modal-text {
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        max-height: 100dvh !important;
        box-sizing: border-box !important;
        margin-bottom: 0 !important;
    }

    :is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a).uael-aspect-ratio-16_9 {
        aspect-ratio: auto !important;
    }

    :is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a),
    :is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) .uael-content,
    :is(#modal-65b7ba6, #modal-6e13712, #modal-3745598, #modal-7f2a11a) .uael-modal-text  {
        min-height: 0 !important;
    }

    .contact-tel-form {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
    }
}

@media (max-height: 929px) {
    /*Home*/
    .cont-banner-home {
        --min-height: 90vh !important;
    }
}

@media (max-width: 921px) {
    .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar.ast-header-sticked {
        padding-top: 28px !important;
    }
    .home.ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar.ast-header-sticked {
        padding-top: 0 !important;
    }
    .home .ast-primary-header-bar.site-header-focus-item .content-popup-contact a {
        margin-top: 10px !important;
    }
    .header-widget-area[data-section="sidebar-widgets-header-widget-2"] {
        padding-right: 0;
    }
    .site-header-section>* {
        padding: 0 8px;
    }
    #ast-mobile-popup-wrapper,
    #ast-mobile-popup-wrapper .ast-mobile-popup-overlay,
    #ast-mobile-popup-wrapper .ast-overlay,
    .ast-mobile-popup-overlay {
        background: transparent !important;
    }

    div#ast-mobile-popup-wrapper .menu-mobile-cuenta .elementor-button, .menu-mobile-cuenta .uael-trigger.elementor-button-link,
    div#ast-mobile-popup-wrapper .menu-mobile-cuenta a.uael-trigger.elementor-button-link:hover {
        padding: 12px !important;
        min-height: auto !important;
        line-height: 28px;
    }

    div#ast-mobile-popup-wrapper .menu-mobile-cuenta a.uael-trigger.elementor-button-link:hover {
        background: #223353 !important;
        color: white !important;
    }

    .home #ast-mobile-popup-wrapper .ast-mobile-popup-inner,
    .page-id-4382 #ast-mobile-popup-wrapper .ast-mobile-popup-inner  {
        top: 90px !important;
        height: calc(100dvh - 120px) !important;
        max-height: calc(100dvh - 120px) !important;
    }

    #ast-mobile-popup-wrapper .ast-mobile-popup-inner {
        width: 100% !important;
        max-width: 100% !important;
        height: calc(100dvh - 122px) !important;
        max-height: calc(100dvh - 122px) !important;
        position: fixed !important;
        top: 122px !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        background: white !important;
        overflow: hidden !important;
        border-radius: 0 !important;
        box-sizing: border-box !important;
        box-shadow: none;
    }

    #ast-mobile-popup-wrapper .ast-mobile-popup-drawer .ast-mobile-popup-inner .ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-html-1 {
        background: #FAFBFB;
        padding: 20px 24px;
    }

    .ast-header-break-point .ast-mobile-popup-content {
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        padding-top: 28px !important;
        box-sizing: border-box !important;
    }

    .ast-header-break-point .ast-mobile-popup-content .ast-builder-menu-mobile.ast-builder-menu.ast-builder-menu-mobile-focus-item.ast-builder-layout-element.site-header-focus-item {
        padding: 24px;
    }
    .ast-header-break-point .ast-mobile-popup-content aside.header-widget-area.widget-area.site-header-focus-item.header-widget-area-inner {
        padding: 24px;
        padding-bottom: 16px;
    }

    .ast-header-break-point .ast-mobile-popup-content > nav,
    .ast-header-break-point .ast-mobile-popup-content > nav#ast-mobile-menu,
    .ast-header-break-point .ast-mobile-popup-content > nav.ast-builder-menu-mobile {
        flex: 1 1 auto !important;
        min-height: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .ast-header-break-point .ast-mobile-popup-content .main-header-menu {
        display: flex !important;
        flex-direction: column !important;
        gap: 60px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        height: auto !important;
        min-height: 0 !important;
    }

    .ast-header-break-point .ast-mobile-popup-content .main-header-menu .menu-item,
    .ast-header-break-point .ast-mobile-popup-content .main-header-menu .menu-link,
    .ast-header-break-point .ast-mobile-popup-content .main-header-menu .ast-menu-toggle {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        min-height: auto !important;
    }

    .ast-header-break-point .ast-mobile-popup-content .main-header-menu .menu-link,
    .ast-header-break-point .ast-mobile-popup-content .main-header-menu .ast-menu-toggle {
        color: #223353 !important;
        font-size: 28px !important;
        line-height: 1.15 !important;
        font-weight: 400 !important;
        text-decoration: none !important;
    }

    .ast-header-break-point .ast-mobile-popup-content > aside,
    .ast-header-break-point .ast-mobile-popup-content > aside#header-widget-area,
    .ast-header-break-point .ast-mobile-popup-content > aside[data-section="sidebar-widgets-header-widget-3"] {
        flex: 0 0 auto !important;
        width: 100% !important;
        margin-top: auto !important;
    }

    .ast-header-break-point .ast-mobile-popup-content > .ast-builder-layout-element.ast-flex,
    .ast-header-break-point .ast-mobile-popup-content > div.ast-builder-layout-element.ast-flex.ast-site-header-focus-item {
        flex: 0 0 auto !important;
        width: 100% !important;
    }

    /* Botón Mi cuenta */
    .menu-mobile-cuenta .elementor-button,
    .menu-mobile-cuenta .uael-trigger.elementor-button-link,
    .menu-mobile-cuenta a.uael-trigger.elementor-button-link {
        width: 100% !important;
        min-height: 64px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 999px !important;
        border: 1px solid #223353 !important;
        background: transparent !important;
        color: #223353 !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        text-decoration: none !important;
        padding: 0 24px !important;
        box-sizing: border-box !important;
    }

    .menu-contacto-mobile {
        width: 100% !important;
        margin-top: 0 !important;
    }

    .menu-contacto-mobile__item {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        min-width: 0;
    }

    .menu-contacto-mobile__grid {
        margin-bottom: 8px;
    }

    .menu-contacto-mobile__icon {
        width: 18px;
        min-width: 18px;
        margin-top: 2px;
    }

    .menu-contacto-mobile__icon img {
        display: block;
        width: 100%;
        height: auto;
    }

    .menu-contacto-mobile__text {
        min-width: 100%;
        width: 100%;
        display: flex;
        gap: 3px;
    }

    .menu-contacto-mobile__label {
        font-size: 17px;
        line-height: 22px;
        color: #223353;
    }

    .menu-contacto-mobile__phone {
        font-size: 17px;
        line-height: 22px;
        font-family: "Steradian medium", Sans-serif;
        color: #223353;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    .menu-contacto-mobile__horario {
        margin: 0;
        font-size: 16px;
        line-height: 22px;
        color: #223353;
    }

    .ast-header-break-point .menu-toggle-close,
    .ast-header-break-point .close-drawer {
        position: fixed !important;
        top: 40px !important;
        right: 32px !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        color: #223353 !important;
        font-size: 32px !important;
        line-height: 1 !important;
        box-shadow: none !important;
        z-index: 9999 !important;
    }
    aside[data-section="sidebar-widgets-header-widget-3"] .e-con-inner {
        width: 100% !important;
        display: block;
    }
    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link {
        font-size: 24px !important;
        line-height: 19.2px !important;
    }
}


@media (max-width: 544px) {
    .has_ae_slider.elementor-element.elementor-element-0adf38d.elementor-sticky--effects,
    .has_ae_slider.elementor-element.elementor-element-62bb843.elementor-sticky--effects {
        top: 98px !important;
    }
    .ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo .astra-logo-svg {
        width: 100px;
        height: auto;
    }
    .ast-desktop .ast-primary-header-bar.main-header-bar, .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
        padding: 0px 10px 0 10px !important;
    }
    div#ast-mobile-header .ast-main-header-wrap {
        padding: 31px 10px 0 10px;
    }
    #ast-mobile-popup-wrapper .ast-mobile-popup-inner {
        height: calc(100dvh - 103px) !important;
        max-height: calc(100dvh - 103px) !important;
        top: 102px !important;
    }
    .home #ast-mobile-popup-wrapper .ast-mobile-popup-inner,
    .page-id-4382 #ast-mobile-popup-wrapper .ast-mobile-popup-inner {
        height: calc(100dvh - 84px) !important;
        max-height: calc(100dvh - 84px) !important;
        top: 84px !important;
    }
}

@media (max-width: 434px) {
    #masthead .site-logo-img .astra-logo-svg {
        max-width: 90px;
    }
    .elementor-27406 .elementor-element.elementor-element-65b7ba6 .uael-modal-action-wrap a.elementor-button, .elementor-27406 .elementor-element.elementor-element-65b7ba6 .uael-modal-action-wrap .elementor-button {
        font-size: 12px;
    }
}

@media (max-width: 358px) {
    .home .ast-primary-header-bar.site-header-focus-item .content-popup-contact a {
        font-size: 12px !important;
    }
    .oferta-pdp {
        top: 68px !important;
    }
}

.uamodal-46673fe  {
    z-index: 100000;
    position: relative;
}

body.tax-product_cat [data-id="7cd3a42"]{
    display: none !important;
}

input[name="codigo-postal"]{
    max-width: 100% !important;
}

.facetwp-selection-value{
    text-transform: capitalize !important;
}


/* Vista de grid o columna para Elementor (flexbox)*/
.listado-coches.vista-lista .elementor-loop-container {
    grid-template-columns: 1fr !important;
}

@media (max-width: 767px) {
    .listado-coches.vista-grid .elementor-loop-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .listado-coches.vista-grid .grid-especificaciones {
        display: none !important;
    }

    .listado-coches.vista-lista .grid-especificaciones {
        display: flex !important;
    }
}
