

 /* ================================================================================   CSS GENERAL RODES   ================================================================================ */





/*****************************  PLUGIN ALL IN ONE SEO **************************************/

/*******************************
  ALL IN ONE SEO TODA WEB
 *******************************/

span.aioseo-breadcrumb:first-child a{
	color: transparent;
	font-size: 1px;
}

span.aioseo-breadcrumb:first-child a::after {  
font-family: ETmodules !important; 
font-size:16px;
content: "\e074" !important; 
color: #9ed92d; 
padding-right: 5px; 
}

/* SEPARADOR*/
.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  color: #494949 !important;
}

.aioseo-breadcrumbs span { 
	color: #9ed92d !important;
	font-weight: 600;
	font-size:14px;
}

/*******************************
  PARA ARTÍCULOS DEL CPT MECANICA Y BLOG
 *******************************/

.solo-mecanica-migas .aioseo-breadcrumbs > span.aioseo-breadcrumb:first-of-type > a {
    color: transparent !important;
    font-size: 1px !important;
}

.solo-mecanica-migas .aioseo-breadcrumbs > span.aioseo-breadcrumb:first-of-type > a::after {
    font-family: ETmodules !important; 
    font-size: 16px !important;
    content: "\e074" !important; 
    color: #9ed92d; 
    padding-right: 5px !important; 
}

/* SEPARADOR */
.solo-mecanica-migas .aioseo-breadcrumbs .aioseo-breadcrumb-separator {
    color: #fff !important;
}



.solo-mecanica-migas div.aioseo-breadcrumbs > span.aioseo-breadcrumb:nth-of-type(3) > a {
    display: inline-block;
    color: #9ed92d !important;
}

.solo-mecanica-migas div.aioseo-breadcrumbs > span.aioseo-breadcrumb:nth-of-type(3) > a::first-letter {
    text-transform: uppercase!important;
}

/* TEXTO MIGAS */
.solo-mecanica-migas .aioseo-breadcrumbs span.aioseo-breadcrumb:not(:first-of-type),
.solo-mecanica-migas .aioseo-breadcrumbs span.aioseo-breadcrumb:not(:first-of-type) > a {
    color: #fff!important;
    font-weight: 600 !important;
    font-size: 14px !important;
}



/*********************************** SELECTOR DE PROVINCIAS "ATENCIÓN TELEFÓNICA" **************************************/


.contenedor-opciones-telefonos {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  	margin-top: 15px;
}

.opt-prov {
  color: #494949!important;
  font-weight: 700;
}

.contenedor-opciones-telefonos select {
    width: 100%;
    padding: 8px 40px 8px 40px;
    border: 1px solid #8bd100; 
    border-radius: 50px;
    background-color: #ffffff;
    color: #8bd100;
    font-weight: bold;
    font-size: 16px;
  	text-align-last: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
   background-image: url("data:image/svg+xml,%3Csvg%20fill%3D'%238bd100'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M7%2010l5%205%205-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 30px;
    cursor: pointer;
}

.contenedor-opciones-telefonos select:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(139, 209, 0, 0.3);
}

.contenedor-telefonos {
    margin-top: 10px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    color: #333;
}

.contenedor-telefonos a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    text-decoration: none;
    font-size: 20px;
  	font-weight: 900!important;
  	font-family: Lato, sans-serif;
    color: #494949;
    font-weight: bold;
}

.contenedor-telefonos a:hover {
  color: #9ed92d;
}

.contenedor-telefonos a[href^="tel:"]::before {

    font-size: 20px;
}

.contenedor-telefonos a[href*="whatsapp"] {
    color: #494949;
}

.contenedor-telefonos a[href*="whatsapp"] img {
    width: 10px;
    height: 10px;
    gap: 8px;
    vertical-align: middle;
}


/*************************** ESTILOS FORMULARIOS CF7 (CONTACT FORM 7) **************************************/


/*** ESTILOS FORMULARIO EBOOK ***/

/* CONTENEDOR GENERAL */
.wpcf7 {
  /*max-width: 380px;*/
  background: #fff;
  border-radius: 12px;
  border: solid 1px #545454;	
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  font-family: inherit;
}

/* TÍTULO */
.cf7-title {
  text-align: center;	
  font-size: 26px;
  margin-bottom: 5px;
  font-weight: 600;
}


/* SUBTÍTULO */
.cf7-subtitle {	
  text-align: center;
  font-size: 22px;
  color: #9ed92d;
  margin-bottom: 20px;
}

/* INPUTS */
.cf7-group input,
.cf7-country select,
.cf7-prefix input {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  font-size: 14px;
}

/* FILA PAÍS + PREFIJO */
.cf7-row {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.cf7-country {
  flex: 2;
}

.cf7-prefix {
  flex: 1;
}

.cf7-prefix input {
  background: #f5f5f5;
}

/* BOTÓN */
.cf7-submit input[type="submit"] {
  width: 100%;
  background: #7ed321;
  border: none;
  color: #fff!important;
  font-weight: bold;
  padding: 14px;
  border-radius: 25px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cf7-submit input[type="submit"]:hover {
  background: #6bc018;
}

/* ERRORES */
.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
} 


/*** ESTILOS FORMULARIO DIFERENTES DESGUACES (páginas de desguaces) ***/

/* CONTENEDOR */
.wpcf7 {
  max-width: 950px;
  margin: 0 auto;
}

/* GRID */
.cf7-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 15px;
}

/* INPUTS */
.cf7-grid input,
.cf7-grid select,
.cf7-grid textarea {
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  border: none;
  background: #f2f2f2;
  font-size: 14px;
}

/* TEXTAREA ocupa todo el ancho */
.cf7-full {
  grid-column: 1 / -1;
}

.cf7-grid textarea {
  min-height: 120px;
  resize: vertical;
}

.cf7-subtitle {
	margin-top: -20px;
	margin-bottom: 30px;
}

/* BOTÓN */
.cf7-submit {
  text-align: center;
}

.cf7-submit input[type="submit"] {
  	
  max-width: 100%;	
  background: #7ed321;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 14px 40px;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.cf7-submit input[type="submit"]:hover {
  background: #6bc018;
}

@media (max-width: 768px) {
	.wpcf7 {
  min-width: 100%;
}
  .cf7-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
		.wpcf7 {
  max-width: 100%;
 
}
  .cf7-grid {
    grid-template-columns: 1fr;
  }
}


/*****************************  INDICE ARTICULOS CPT MECANICA **************************************/


/* ESTILOS GENERALES */
.toc-box {
  margin: 1em 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
}

/* ESTILO GENERALES PARA LOS ITEMS */
.toc-box li {
  display: flex;
  align-items: flex-start;
  gap: 6px; /* espacio entre icono y texto */
  margin-bottom: 8px;
}

/* ENLACES */
.toc-box li a {
  display: inline-block;
  line-height: 1.4;
  font-size: 15px;
  text-decoration: none;
  color: inherit;
}

.toc-box a:hover {
  text-decoration: underline;
  color: #2277bb;
}

/* SVG */
.toc-box svg {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  margin-top: 2px;
}


/* TITULOS */
.toc-level-2 > .toc-h2 {
  font-weight: 600;
  font-size: 16px;
}

/* H3 IDENTADO */
.toc-level-3 {
  margin-left: 20px;
}


/****************************  BOTONES TRAMITES /info/dgt/ *************************************/


.contenedor-boton-tramites {
  display: flex;
  justify-content: center;
  margin-top:20px;
}

.boton-tramites {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #9ed92d; 
  color: #fff;
  padding: 8px 15px;
  padding-right: 50px;
  padding-left: 50px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}
.boton-tramites:hover {
  background: #b1e157;
  transform: translateY(-2px);
}
.boton-tramites svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.boton-tramites:hover svg {
  transform: translateX(3px);
}

/* BOTON TRAMITES 2 (BLANCO)*/


.contenedor-boton-tramites2 {
  display: flex;
  justify-content: center;
  margin-top:20px;
}

.boton-tramites2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff; 
  color: #9ed92d;
  padding: 8px 15px;
  padding-right: 50px;
  padding-left: 50px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}
.boton-tramites2:hover {
  background: #f1f1f1;
  transform: translateY(-2px);
}
.boton-tramites2 svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.boton-tramites2:hover svg {
  transform: translateX(3px);
}


 /*****************************   PÁGINA /recambios/  **************************************/

/****************************************************
 QUERY VERSIÓN TABLET (Parte categorias de producto, última columna)
 ****************************************************/

 @media (min-width: 768px) and (max-width: 980px) {
  .motores-flex-tablet {
    display: flex !important;
    flex-wrap: wrap;
    min-width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
	 
  }

  .motores-flex-tablet > .et_pb_module {
    width: 48% !important;
    margin-bottom: 1rem;
    box-sizing: border-box;
    float: none !important;
    display: flex;
    flex-direction: column;
  }

  .motores-flex-tablet > .et_pb_module:last-child {
    width: 48% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
  }

  .motores-flex-tablet > .et_pb_module:last-child .et_pb_blurb_content {
    text-align: center;
    margin: 0 auto;
  }
}


 /*****************************   FOOTER BOTONES FLOTANTES ( LOS BOTONES ESTAN EN EL FUNCTIONS.PHP ) **************************************/

 .rodes-float-buttons {
   position: fixed;
   bottom: 22px;
   left: 22px;
   display: flex;
   flex-direction: column;
   gap: 12px;
   z-index: 10;
 }

 .rodes-float-buttons a {
   width: 54px;
   height: 54px;
   background: #9ed92d;
   border-radius: 50%;
   border: 2px solid #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   box-shadow: 0 4px 14px rgba(0,0,0,0.25);
   animation: vibracionSuave 6s ease-in-out infinite;
 }

 @keyframes vibracionSuave {
   0%, 90%, 100% { transform: translate(0); }
   92% { transform: scale(1.06); }
   94% { transform: translate(-2px); }
   96% { transform: translate(2px); }
   98% { transform: translate(-2px); }
 }

 .rodes-float-buttons a:hover {
   transform: scale(1.1);
   background: #bfe675;
 }

 .rodes-float-buttons svg {
   width: 26px;
   height: 26px;
   fill: #fff;
 }

 /****************************************************
 EJEMPLO: SI QUIERO OCULTAR LOS BOTONES EN PÁGINAS ESPECIFICAS POR CSS, ( ID DE PÑAGINA + LA CLASE )
 ****************************************************/

 /*.page-id-27421 .rodes-float-buttons {
   display: none !important;
 }
*/

 /*****************************   DESPLEGABLES INDICE MECÁNICA ( /mecanica-indice/ ) **************************************/

 /* CSS TARGETAS INDICE */
 .contenedor-indice-filtros {
   display: flex!important;
   align-items: center!important;
   justify-content: space-between!important;
   background-color: #ffffff;
   padding: 15px 10px 10px 10px;
   flex-wrap: wrap;
 }

 /* parrafo que hay encima de las targetas
 .texto-parrafo p {
   font-weight: 500!important;
 }
*/
 .texto-indice-filtros p {
   margin: 0;
   color: #333;
   font-size: 16px;
 }

 .estilo-texto {
   display: block;
   color: #66cc33;
   margin-top: 0.3rem;
   font-weight: 500;
 }

 .imagen-indice-filtros img {
   width: 100%;
   max-width: 200px;
   height: auto;
   border-radius: 8px;
   object-fit: cover;
 }

 @media (max-width: 850px) {
   .contenedor-indice-filtros {
     justify-content: center !important;
     text-align: center;
   }

   .imagen-indice-filtros {
     width: 100%;
     display: flex;
     justify-content: center;
   }

   .imagen-indice-filtros img {
     max-width: 200px;
     margin: 0 auto;
     margin-top:10px;
   }

   .texto-indice-filtros {
     width: 100%;
     text-align: center;
   }
 }

 /****************************************************
CÓDIGO DESPLEGABLES <summary>
 ****************************************************/

 /* GRID con mínimo 4 columnas */
 .sistema-padre-contenedor {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 1rem;
 }

 /* Cada bloque */
 .sistema-padre-wrapper {
   width: 100%;
 }

 /* Botón principal */
 .sistema-padre-boton {
   display: flex;
   align-items: center;
   justify-content: space-between;
   background-color: #dddddd;
   padding: 0.6rem 1rem;
   border-radius: 1.5rem;
   cursor: pointer;
   list-style: none;
   transition: background-color 0.3s ease;
   user-select: none;
 }

 .sistema-padre-boton h4 {
   margin: 0;
   padding-top: 0.2rem;
   font-family: rubik, sans-serif;
   font-size: 16px;
   font-weight: 500;
 }

 .sistema-padre-boton h3 {
   margin: 0;
   padding-top: 0.2rem;
   font-family: rubik, sans-serif!important;
   font-size: 16px!important;
   font-weight: 500!important;
 }


 /* Icono redondo */
 .sistema-padre-icono {
   width: 24px;
   height: 24px;
   border-radius: 50%;
   background: white;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1.2rem;
   font-weight: 700;
   color: #66cc33;
   transition: transform 0.25s ease;
 }

 /* Icono generado por CSS */
 .sistema-padre-icono::before {
   content: "+";
   line-height: 1;
 }

 /* Cambiar + a – */
 details[open] .sistema-padre-icono::before {
   content: "−";
 }

 /* Cambiar color de fondo al abrir */
 details[open] > .sistema-padre-boton {
   background-color: #b8e986;
 }

 /* UL oculto al inicio */
 .sistema-padre-menu {
   display: none;
   margin-top: 0.5rem;
   background: #fff;
   border-radius: 0.5rem;
   box-shadow: 0 2px 8px rgba(0,0,0,0.15);
   padding: 0.5rem 0;
 }

 /* Mostrar al abrir */
 details[open] > .sistema-padre-menu {
   display: block;
 }

 /* Items */
 .sistema-padre-item {
   list-style: none;
   padding: 0.5rem 1rem;
 }

 /* Enlaces */
 .sistema-padre-link {
   font-family: "Rubik", sans-serif;
   color: #333;
   text-decoration: none;
   position: relative;
   transition: color 0.3s ease;
   font-weight: 500;
 }

 .sistema-padre-link::after {
   content: "";
   position: absolute;
   left: 0;
   bottom: 0;
   width: 0%;
   height: 2px;
   background-color: #7cc300;
   transition: width 0.3s ease;
 }

 .sistema-padre-link:hover {
   color: #7cc300;
 }

 .sistema-padre-link:hover::after {
   width: 100%;
 }

 /* Responsive */
 @media (max-width: 1024px) {
   .sistema-padre-contenedor {
     grid-template-columns: repeat(2, 1fr);
   }
 }
 @media (max-width: 600px) {
   .sistema-padre-contenedor {
     grid-template-columns: 1fr;
   }
 }


 /*****************************   BOTONES + CARROUSEL ( /mecanica-indice/ ) **************************************/

 /****************************************************
     BOTONES
****************************************************/

 .botones-contenedor{
   display: flex;
   justify-content: space-evenly;
 }

 .toggle-btn {
   margin: 0 10px;
   padding: 10px 20px;
   border: none;
   border-radius: 12px;
   background: #e0e0e0;
   color: #333;
   font-size: 18px;
   font-weight: 500;
   font-family: rubik, sans-serif;
   cursor: pointer;
   display: inline-flex;
   align-items: center;
   min-width: 250px;
   justify-content: space-evenly;
   transition: background 0.3s, color 0.3s;
 }

 .toggle-btn .icon {
   width: 44px;
   height: 44px;
 }

 .toggle-btn.active {
   background: #f3f3f3;
   border: 2px solid #99cc33;
   color: #333;
 }

 .toggle-box {
   display: none !important;
 }

 .toggle-box.active {
   display: block!important;
 }

 @media (min-width: 768px) and (max-width: 1024px) {
   .botones-contenedor {
     flex-direction: row;
     justify-content: space-around;
     flex-wrap: nowrap;
     gap: 10px;
   }

   .toggle-btn {
     min-width: 200px;
     font-size: 17px;
     padding: 10px 18px;
   }

   .toggle-btn .icon {
     width: 40px;
     height: 40px;
   }

   .toggle-btn.active {
     border-width: 2px;
   }
 }


 /* Móviles (480px para abajo) */
 @media (max-width: 480px) {
   .botones-contenedor {
     display: flex;
     flex-direction: column;
     gap: 10px;
   }
   .toggle-btn {
     min-width: 100%;
     font-size: 15px;
     padding: 12px 16px;
     flex-direction: column;
     text-align: center;
   }

   .toggle-btn .icon {
     width: 32px;
     height: 32px;
     margin-bottom: 5px;
   }
 }

 /****************************************************
    CARROUSEL
****************************************************/

 /* === Ajustes globales Splide === */
 .splide {
   margin-bottom: 50px;
   overflow: visible !important;
 }

 /* === Slide base === */
 .splide__slide {
   background: #fff;
   text-align: center;
   padding: 20px;
   transition: all 0.4s ease;
   transform-origin: center center;
   backface-visibility: hidden;
   will-change: transform, background;
   overflow: hidden;
 }

 /* === Slide activo (focus center) === */
 .splide__slide.is-active {
   transform: scale(1.1);
   z-index: 3;
 }


 .splide__slide img {
   width: 100%;
   height: auto;
   border-radius: 10px;
   display: block;
   margin-bottom: 10px;
   transition: transform 0.4s ease;
 }

 /* === Texto === */
 .splide__slide h4 {
   font-weight: 600;
   color: #222;
 }

 .splide__slide p {
   color: #88b82e;
   font-size: 14px;
   margin-top: 6px;
 }

 .article-btn  {
  color: #fff!important;
  background:#9ED92D!important;
 }
 
 .splide__slide.is-active::before {
   content: "";
   position: absolute;
   inset: 0;
   box-shadow: 0 0 12px rgba(153, 204, 51, 0.6);
   pointer-events: none;
 }

 /* === FLECHAS (botones de navegación) === */
 .splide__arrow {
   background: #99cc33 !important;
   border: none;
   width: 36px;
   height: 36px;
   opacity: 0.9;
   transition: all 0.3s ease;
 }

 /* Icono interior (flecha SVG) */
 .splide__arrow svg {
   fill: #fff !important; /* Blanco dentro */
   width: 18px;
   height: 18px;
 }

 /* Hover */
 .splide__arrow:hover {
   background: #88b82e !important;
   opacity: 1;
 }



/*////////////////////////// SELECTOR PROVINCIAS CPT ITV Y OFICINAS TRAFICO (THEME BUILDER) */


.oficinas-selector summary {
  list-style: none;
}

.oficinas-selector summary::-webkit-details-marker {
  display: none;
}

.oficinas-selector summary::marker {
  content: "";
}

/* =====================================
   CONTENEDOR GENERAL
===================================== */
.oficinas-selector {
  font-family: 'Rubik', sans-serif;
  width: 100%;
}

/* =====================================
   TOGGLE PRINCIPAL
===================================== */
.oficinas-selector .selector-principal {
  border: 2px solid #9ed92d;
  border-radius: 14px;
  background: #ffffff;
  padding: 0;
}

/* TÍTULO PRINCIPAL */
.oficinas-selector .selector-principal > summary {
  padding: 14px 48px 14px 18px;
  font-weight: 600;
  cursor: pointer;
  color: #222;
  position: relative;
  font-size:16px;
}

.oficinas-selector .selector-principal > summary::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #9ed92d;
  border-bottom: 2px solid #9ed92d;
  transform: translateY(-60%) rotate(45deg);
  transition: transform 0.25s ease;
}

.oficinas-selector .selector-principal[open] > summary::after {
  transform: translateY(-40%) rotate(-135deg);
}

/* =====================================
   CONTENIDO DESPLEGABLE
===================================== */
.oficinas-selector .selector-contenido {
  max-height: 400px;
  overflow-y: auto;
  padding: 10px 18px 14px;
  border-top: 1px solid #e6e6e6;
}

/* SCROLL FINO */
.oficinas-selector .selector-contenido::-webkit-scrollbar {
  width: 6px;
}

.oficinas-selector .selector-contenido::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

/* =====================================
   COMUNIDADES
===================================== */
.oficinas-selector .selector-contenido details {
  border-bottom: 1px solid #eaeaea;
  padding: 8px 0;
}

.oficinas-selector .selector-contenido details:last-child {
  border-bottom: none;
}

/* TÍTULO COMUNIDAD */
.oficinas-selector .selector-contenido summary {
  font-weight: 600;
  cursor: pointer;
  color: #333;
  position: relative;
  padding-right: 24px;
}

/* FLECHA COMUNIDAD (DERECHA LIMPIA) */
.oficinas-selector .selector-contenido summary::after {
  content: "›";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 600;
  color: #777;
  transition: transform 0.2s ease, color 0.2s ease;
}

/* ROTACIÓN FLECHA COMUNIDAD */
.oficinas-selector .selector-contenido details[open] summary::after {
  transform: translateY(-50%) rotate(90deg);
  color: #9ed92d;
}

/* =====================================
   LISTA DE PROVINCIAS
===================================== */
.oficinas-selector ul {
  margin: 8px 0 0;
  padding-left: 0;
}

.oficinas-selector li {
  list-style: none;
}

/* ENLACES PROVINCIAS */
.oficinas-selector li a {
  display: block;
  padding: 6px 0 6px 10px;
  color: #555;
  text-decoration: none !important;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

/* HOVER PRO */
.oficinas-selector li a:hover {
  color: #7fbf1d;
  padding-left: 16px;
}



/********************** VIDEOS YOUTUBE /mecanica-indice/videos/  ***************************/


    
 .video-targeta {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    max-width: 300px;
    text-align: center;
    margin: auto;
    font-family: inherit;
  }

  .video-targeta-titulo {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 10px 15px;
    color: #333;
  }

  .video-targeta .video-embebido {
    width: 100%;
    height: 170px;
    border: none;
    display: block;
  }

  .video-targeta .boton-targeta {
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
  }

  .video-targeta .boton-targeta span {
    background: white;
    border: 1px solid #aaa;
    border-radius: 20px;
    padding: 8px 30px 8px 30px!important;
    color: #494949;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
  }

  .video-targeta .boton-targeta span:hover {
    background-color: #e5e5e5;
  }
  
  .boton-targeta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  
  .boton-targeta img {
    height:32px;
  }



  /***************************************** PÁGINA DE ARCHIVO DE CPT´S CAJA DE CAMBIOS/MOTORES LOGOS ***************************************/


      /* CONTENEDOR */

.brands-box{
  background:#fafafa;
  border:1px solid #ddd;
  padding:20px;
  border-radius:6px;
  width:100%;
  max-width:100%;
  overflow:hidden;
  box-sizing:border-box;
}

.brands-title{
  font-size:18px;
  margin-bottom:15px;
  color:#333;
  font-weight:500;
}

/* GRID */

.brands-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  width:100%;
  max-width:100%;
  box-sizing:border-box;
  align-items:center;
  justify-items:center;
}

/* ITEM */

.brand-item{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:80px;
  text-decoration:none;
}

/* IMAGEN */

.brand-item img{
  width:100%;
  max-width:180px;        /* tamaño max desktop */
  height:auto;
  max-height:120px;

  object-fit:contain;

  filter:grayscale(100%) opacity(35%);
  transition:all .3s ease;
}

/* HOVER LOGO */

.brand-item:hover img{
  filter:none;
  transform:scale(1.05);
}

/* TOOLTIP */

.brand-item::after{
  content:attr(data-name);
  position:absolute;
  bottom:-26px;
  left:50%;
  transform:translateX(-50%);
  background:#111;
  color:#fff;
  font-size:11px;
  padding:4px 8px;
  border-radius:3px;
  opacity:0;
  pointer-events:none;
  transition:.2s;
  white-space:nowrap;
  z-index:10;
}

/* TOOLTIP HOVER */

.brand-item:hover::after{
  opacity:1;
}

/* TODAS LAS MARCAS */

.brands-all{
  margin-top:25px;
  padding-top:15px;
  border-top:1px solid #ddd;
}

.brands-all p{
  font-size:12px;
  line-height:1.7;
  color:#666;
  margin-bottom: -5px;
}

.brands-all a{
  color:#2c5aa0;
  text-decoration:none;
}

.brands-all a:hover{
  text-decoration:underline;
}

/* TABLET */

@media(max-width:1024px){

  .brands-grid{
    grid-template-columns:repeat(3,1fr);
  }

 .brand-item img{
    max-width:120px;
    max-height:80px;
  }
}

/* MÓVIL */

@media(max-width:768px){

  .brands-grid{
    grid-template-columns:repeat(2,1fr);
    gap:15px;
  }

  .brand-item{
    min-height:70px;
  }

  .brand-item img{
    max-width:110px;
    max-height:70px;
  }

}

/* MÓVIL PEQUEÑO */

@media(max-width:400px){

  .brands-grid{
    grid-template-columns:repeat(2,1fr);
  }

 .brand-item img{
    max-width:95px;
    max-height:60px;
  }

}


/*************** CARROUSEL PÁGINA DE ARCHIVO CAJA DE CAMBIOS/MOTORES ******************/

/* CONTENEDOR GENERAL */

.articles-carousel {
  position: relative;
  padding: 20px 45px;
}

.splide__slide {
	background: transparent!important;
}


/* CARD */

.article-card {
  background: #fff;
  border: 1px solid #dbe8c8;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  transition: all 0.3s ease;
}

.article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}


/* IMAGEN */

.article-img {
  width: 100%;
  height: 160px;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 8px;
}

.article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* TITULO */

.article-card h4 {
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  margin-bottom: 15px;
  font-weight: 500;
  min-height: 42px;
}


/* BOTON */

.article-btn {
  display: inline-block;
  margin: 0 auto;

  background: #8bc34a;
  color: #fff;
  padding: 7px 16px;
  border-radius: 20px;

  font-size: 13px;
  font-weight: 600;
  text-decoration: none;

  transition: all 0.3s ease;
}

.article-btn:hover {
  background: #76a93f;
}


/* SPLIDE TRACK (ANTI CORTE) */

/*.articles-carousel .splide__track {
  overflow: visible;
}

*/
/* CENTRAR SLIDES */

.articles-carousel .splide__slide {
  display: flex;
  justify-content: center;
}


/* FLECHAS */

.articles-carousel .splide__arrow {
  width: 36px;
  height: 36px;

  background: #8bc34a;
  border: none;
  opacity: 1;

  display: flex;
  align-items: center;
  justify-content: center;
}

.articles-carousel .splide__arrow svg {
  fill: #fff;
}


/* Posiciones flechas */

.articles-carousel .splide__arrow--prev {
  left: 0;
}

.articles-carousel .splide__arrow--next {
  right: 0;
}


/* PAGINACION */

.articles-carousel .splide__pagination__page {
  background: #cddc39;
  opacity: 0.4;
}

.articles-carousel .splide__pagination__page.is-active {
  background: #8bc34a;
  opacity: 1;
}

/* AJUSTES MOBILE */

@media (max-width: 768px) {

  /* Menos padding lateral */
  .articles-carousel {
    padding: 15px 15px;
  }

  /* Flechas más pequeñas */
  .articles-carousel .splide__arrow {
    width: 28px;
    height: 28px;
  }

  /* Pegarlas más a la card */
  .articles-carousel .splide__arrow--prev {
    left: -5px;
  }

  .articles-carousel .splide__arrow--next {
    right: -5px;
  }

  /* Separar dots del botón */
  .articles-carousel .splide__pagination {
    bottom: -25px;
  }

  /* Card más compacta */
  .article-card {
    padding: 12px;
  }

  .article-card h3 {
    font-size: 14px;
  }

  .article-img {
    height: 140px;
  }

}

/*************** REVIEWS WIDGET OPINIONES (GLOBAL TODAS LAS PÁGINAS) *******************/

.rating-box {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  margin: 15px 0 30px 0;
  padding: 0.6em 1.2em;
  font-family: Arial, sans-serif;
}

.rating-number {
  font-weight: 500;
  font-size: clamp(20px, 9vw, 30px);
  color: #333;
}

.stars {
  display: flex;
  gap: 0.2em;
}

.star {
  color: #f5b301;
  font-size: clamp(18px, 5vw, 26px);
  line-height: 1;
}



/*************** WIDGET OPINIONES HOME (SOLO HOME) *******************/


.heading {
	padding: 0;
}

.vicinity {
	padding: 0;
}
.rating {
	padding: 0;
}
/* Cambiar color del bullet activo */
/* Arreglar forma del bullet */
.gmbrr.carousel .navigation .bullet,
.gmbrr.carousel .navigation .bullet a {
    border-radius: 50% !important;
	  width: 0.9rem !important;
    height: 0.9rem !important;
    max-width: 0.9rem !important;
    max-height: 0.9rem !important;
}

/* Bullet activo verde */
.gmbrr.carousel .navigation .current.bullet,
.gmbrr.carousel .navigation .current.bullet a {
    box-shadow: 0 0 0 0.8rem #8DC63F inset !important;	
}

.gmbrr.carousel .navigation .bullet:not(.current):hover,
.gmbrr.carousel .navigation .bullet:not(.current):hover a {
    box-shadow: 0 0 0 0.8rem #8DC63F inset !important;
}

/********************** PÁGINAS DE ADS, WIDGET ¿QUE SERVICIO DE DESGUACE NECESITAS? /servicios-de-desguace/  ************************/

/* Contenedor principal */
.services {
    max-width: 500px;
    margin: 0px auto;
    padding: 0px 10px 0 10px;
}

/* Item individual */
.service-item {
    display: flex;
    align-items: center;
    gap: 10px!important;
    padding: 5px 0px 5px 0px;
}

.service-item:last-child {
    border-bottom: none;
}

/* Iconos */

.service-icon-1 {
   width: 40px;
   height: auto;
  margin-left:20px;
   flex-shrink: 0;
}

.service-icon-2 {
  width: 40px;
  height: auto;
  margin-left:20px;
   flex-shrink: 0;
  }

.service-icon-4 {
   width: 60px;
   height: auto;
  margin-left:5px;
   flex-shrink: 0;
}

.service-icon-5 {
    width:50px;
    height: auto;
     margin-left:10px;
    flex-shrink: 0;
	 }

/* Texto */
.service-text {
    font-size: 16px;
    color: #333;
}

/* Responsive */
@media (max-width: 480px) {
    .services {
        margin: 20px;
        padding: 15px;
    }

    .service-item {
        gap: 10px;
        padding: 12px 5px;
    }

    .service-text {
        font-size: 15px;
    }

    .service-icon {
        width: 32px;
        height: 32px;
    }
}

 /****************************************************
                         FIN :)
  ****************************************************/