.elementor-kit-6{--e-global-color-primary:#F5B754;--e-global-color-secondary:#181818;--e-global-color-text:#181818;--e-global-color-accent:#F5B754;--e-global-color-6b0bad7:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-size:14px;line-height:21px;color:var( --e-global-color-secondary );border-radius:20px 20px 20px 20px;padding:14px 34px 14px 34px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-6b0bad7 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 a:hover{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:102px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:780px;}.e-con{--container-max-width:780px;}}/* Start custom CSS *//*Categorías */

.lista-categorias {
    list-style-type: none; /* Eliminar el estilo de lista por defecto */
    padding: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
}
.lista-subcategorias {
    list-style-type: none; /* Estilo de lista para subcategorías */
    padding-left: 20px; /* Separar subcategorías de la categoría principal */
}
.lista-categorias a {
    color: #181818;
    display: flex;
    align-items: center;
    gap: 5px; /* Espacio entre el icono y el texto */
    transition: color 0.3s ease;
    text-decoration: none;
}
.lista-categorias li {
    margin-top: 8px;
}
.icono-chevrolet {
    fill: currentColor; /* Color del icono se ajusta al color del enlace */
    transition: fill 0.3s ease;
}


/* Cambia el color del icono y el texto en hover */
.lista-categorias a:hover {
    color: #f5b754; /* Cambia el color del texto e ícono en hover */
}

/*Leer más */

.zt_leer_mas {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.zt_leer_mas:after {
    content: "";
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.zt_leer_mas.gris:after {
    background: linear-gradient(180deg, rgba(229, 229, 229, 0) 0%, rgba(229, 229, 229, 0.9) 30%, rgba(229, 229, 229, 1) 100%);
}

.zt_leer_mas.blanco:after {
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 30%, rgba(255,255,255,1) 100%);
}

.zt_leer_mas.negro:after {
    background: linear-gradient(180deg, rgba(24, 24, 24, 0) 0%, rgba(24, 24, 24, 0.9) 30%, rgba(24, 24, 24, 1) 100%);
}
.zt_leer_mas.expand {
    height: auto;
    max-height: 10000000px;
}

.zt_leer_mas.expand:after {
    display: none;
    height: auto;
    max-height: 10000000px;
}

.zt_boton_leer {
    background: #f5b754;
		color: #181818;
    padding: 10px;
		font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    border-style: 1px solid #f5b754;
    border-radius: 30px 30px 30px 30px;
		margin-top: .5em;
    margin-bottom: .5em;
    white-space: normal;
    line-height: 1.3;
		padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 40px;
		width: auto;
		cursor: pointer;
    z-index: 2;
}

.zt_boton_leer:hover {
		color: #ffffff;
    background-color: #181818;
    border: 1px solid #181818;
}

@media (max-width: 544px) {
	.zt_boton_leer {
		padding: 0.5em 0.75em;
	}
}

.zt_boton_leer.mas {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.zt_boton_leer.menos {
    display: none;
    width: fit-content;
    margin: 20px auto;
}

@media (min-width: 1024px) {
	.zt_leer_mas {
			height: auto !important;
			max-height: 100000px !important;
	}
	.zt_boton_leer {
		display: none !important;
	}
	.zt_leer_mas:after {
		display: none !important;
	}
}

/* ===== Elementor + iPhone: secciones a pantalla completa sin “asomar” el siguiente bloque ===== */

/* 1) Secciones con “Altura: Ajustar a pantalla” de Elementor */
.elementor-section.elementor-section-height-full,
.hero--full { /* clase opcional que puedes añadir tú en Avanzado → Clases CSS */
  height: 100svh !important;      /* alto visible al CARGAR con la barra */
  min-height: 100dvh !important;  /* alto visible DINÁMICO cuando se oculta la barra */
  display: flex;
  align-items: center;
  overflow: hidden;               /* evita que se “asome” lo de abajo */
}

/* 2) Fallback si el navegador no entiende dvh/svh */
@supports not (height: 100dvh) {
  .elementor-section.elementor-section-height-full,
  .hero--full {
    height: 100vh !important;
    min-height: 100vh !important;
  }
}

/* 3) Respeta el área segura del iPhone (notch / barra home) */
@supports (padding: max(0px)) {
  .elementor-section.elementor-section-height-full,
  .hero--full {
    padding-top: max(0px, env(safe-area-inset-top));
    padding-bottom: max(0px, env(safe-area-inset-bottom));
  }
}

/* 4) Evitar que el título del SIGUIENTE bloque “asome” por colapso de márgenes */
.elementor-section { margin-bottom: 0; }
.elementor-section + .elementor-section { padding-top: 3rem; }
.elementor-section h2.elementor-heading-title:first-child { margin-top: 0; }

/* 5) Si el botón flotante de WhatsApp tapa el texto inferior en móvil, da aire extra */
@media (max-width: 480px) {
  .elementor-section.elementor-section-height-full,
  .hero--full {
    padding-bottom: calc(env(safe-area-inset-bottom) + 84px); /* ~alto del FAB de WA */
  }
}/* End custom CSS */