@charset "UTF-8";
/*CSS DE VIDEO*/
.video-banner-zyx {
  position: relative;
  width: 100%;
  height: 290px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #000;
}
.video-banner-zyx-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222328cc;
  z-index: 1;
}
.video-banner-zyx-play-button {
  position: absolute;
  z-index: 2;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  cursor: pointer;
  border: 3px solid #FE3B01;
}
.video-banner-zyx-play-button::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 12px;
  width: 0;
  height: 0;
  border-left: 30px solid #FE3B01;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
/* Modal */
.video-banner-zyx-modal {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}
.video-banner-zyx-modal-content {
  position: relative;
  z-index: 999999;
  max-width: 960px;
  width: 100%;
  background-color: transparent;
}
.video-banner-zyx-video-wrapper iframe {
  width: 100%;
  height: 540px;
  border-radius: 10px;
  border: none;
  z-index: 999999;
  position: relative;
}
.video-banner-zyx-close {
  position: absolute;
  top: 0px;
  right: -50px;
  color: white;
  background: #FE3B01;
  border-radius: 50%;
  padding: 0px 12px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  z-index: 99999;
}
@media (max-width: 768px) {
  .video-banner-zyx-video-wrapper iframe {
    height: 250px;
  }
}
.video-banner-zyx-bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 200%;
  height: 100%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.video-banner-zyx-bg iframe {
  width: 100%;
  height: 100%;
  border: none;
  transform: scale(1.8);
  /* fuerza zoom */
  transform-origin: center;
}
/*Bloque naranja al cotado del video */
.zyx-block-img {
  width: 100%;
  height: 290px;
  background: #e30613;
  /*#fe3b01*/
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  position: relative;
}
.tex-img-zyx h1 {
  color: #fff;
  font-size: 25px;
}
.tex-img-zyx img {
  position: absolute;
  bottom: 0px;
}
/*Footer*/
.zyxModulafoot {
  height: 550px;
}
.zyxModulafoot h1 span {
  color: #fff;
}
.zyxColorUni {
  background: #01013f;
  /*#27282C*/
}
.zyxColorUni h1 span {
  color: #F9E8E1;
}
@media only screen and (max-width: 600px) {
  .zyxModulafoot {
    height: 220px;
  }
  .zyxModulafoot img {
    width: 150px;
    right: 0px;
  }
  .zyxModulafoot .tex-img-zyx img {
    width: 280px;
  }
  .img-imgFooter img {
    width: 150px !important;
  }
}
/*============================Footer=======================================*/
/* CONTENEDOR CENTRAL */
.zyx-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
/* FONDO PRINCIPAL */
.zyx-footer {
  background: #191a1d;
  color: #fff;
  font-family: "Arial", sans-serif;
}
/* DIVISOR */
.zyx-full-divider {
  width: 100%;
  border-bottom: 1px solid #333;
}
/* SECCIÓN SUPERIOR */
.zyx-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  flex-wrap: wrap;
}
.zyx-footer-col {
  flex: 1;
  text-align: center;
  color: #fceae2;
}
.zyx-footer-col.logo img {
  width: 120px;
  display: block;
  margin: 0 auto;
}
.zyx-footer-col h4 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0;
}
.zyx-footer-col h4 a {
  color: #fceae2;
  text-decoration: none;
}
.zyx-footer-col h4 a:hover {
  text-decoration: underline;
}
/* WHATSAPP */
.zyx-footer-expert {
  text-align: center;
  padding: 30px 0;
}
.zyx-footer-expert h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
}
.zyx-footer-whatsapp {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.zyx-footer-whatsapp div {
  text-align: center;
}
.zyx-footer-whatsapp span {
  color: #fe3b01;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.zyx-footer-whatsapp a {
  color: #fff;
  text-decoration: none;
}
.zyx-footer-whatsapp a:hover {
  text-decoration: underline;
}
.zyx-footer-whatsapp strong {
  font-size: 18px;
  font-weight: 900;
}
.zyx-footer-whatsapp strong:hover {
  color: #fd3901;
}
/* SECCIÓN FINAL */
.zyx-footer-bottom {
  padding: 30px 0;
}
.zyx-footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
}
.zyx-footer-links {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}
.zyx-footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.zyx-footer-links li {
  margin-bottom: 5px;
}
.zyx-footer-links a {
  color: #f0f0f0;
  font-size: 14px;
  text-decoration: none;
}
.zyx-footer-links a:hover {
  text-decoration: underline;
}
.zyx-footer-copy {
  font-size: 13px;
  color: #ccc;
  margin-top: 10px;
  text-align: right;
  flex: 1;
}
/* RESPONSIVE */
@media (max-width: 768px) {
  .zyx-footer-top {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .zyx-footer-whatsapp {
    flex-direction: column;
    gap: 20px;
  }
  .zyx-footer-bottom-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .zyx-footer-links {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .zyx-footer-copy {
    text-align: center;
    margin-top: 20px;
  }
  .zyx-footer-col h4 {
    font-size: 14px;
  }
  .zyx-footer-whatsapp strong {
    font-size: 16px;
  }
  .zyx-footer-expert h4 {
    font-size: 18px;
  }
}
/*============================PRODUCTOS PERSONALIZADO=======================================*/
.zyx_productos_des-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 columnas */
  gap: 1rem;
  width: 100%;
  margin: auto;
}
.zyx_productos_des-item {
  background-color: #ffffff;
  color: #000000;
  padding: 0.7rem 0.8rem;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  text-align: left;
}
/* Esta clase se aplicará solo al cuarto ítem */
.zyx_productos_des-item.full-row {
  grid-column: span 3;
  /* Ocupará las 3 columnas */
}
.zyx_productos_des-icon {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.zyx_productos_des-text {
  display: flex;
  flex-direction: column;
}
.zyx_productos_des-title {
  font-size: 0.6rem;
  font-weight: 700;
}
.zyx_productos_des-value {
  font-size: 1rem;
  font-weight: 600;
}
/* Responsive para pantallas pequeñas */
@media (max-width: 768px) {
  .zyx_productos_des-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .zyx_productos_des-item.full-row {
    grid-column: span 2;
  }
}
@media (max-width: 480px) {
  .zyx_productos_des-container {
    grid-template-columns: 1fr;
  }
  .zyx_productos_des-item.full-row {
    grid-column: span 1;
  }
}
/*============================ video producto*/
.zyx_ficha_producto {
  color: white;
  text-align: left;
  width: 100%;
  margin: auto;
  font-family: sans-serif;
}
/* Caja de video */
.zyx_video-box {
  position: relative;
  width: 190px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #1e1e1e;
  margin-bottom: 2.5rem;
}
/* Iframe embebido */
.zyx_video-bg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Capa oscura */
.zyx_video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.6);
  z-index: 1;
}
/* Botón play personalizado */
.zyx_video-play-button {
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  cursor: pointer;
  border: 3px solid #FE3B01;
}
.zyx_video-play-button::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 13px;
  width: 0;
  height: 0;
  border-left: 15px solid #FE3B01;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
/* Título del producto */
.zyx_producto-titulo {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 1rem 0 5rem;
  line-height: 1.3;
  color: #fff;
}
/* Contenedor de botones */
.zyx_botones-contacto {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
/* Estilo de cada botón */
.zyx_boton {
  background-color: #1e1e1e;
  color: white;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  flex-grow: 1;
  justify-content: center;
  transition: background-color 0.3s ease;
  max-width: 200px;
}
.zyx_boton:hover {
  background-color: #f9e8e1;
}
/* Ícono dentro de los botones */
.zyx_boton-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
/*--------------*/
/*---------------- DF--------------------*/
/* Botón hamburguesa */
.menu-toggle-zyx {
  top: 18px;
  right: 20px;
  z-index: 10001;
  cursor: pointer;
}
.menu-toggle-zyx span {
  display: block;
  width: 40px;
  height: 4px;
  margin: 6px 0;
  background-color: #fe3b01;
  border-radius: 3px;
}
.zyx-menu-item {
  text-decoration: none;
  color: inherit;
}
/*=============================*/
.nav-dropdown-has-border .nav-dropdown {
  border: 0px !important;
}
.clase-menu-zyx {
  position: absolute;
  top: 0;
  /* Altura inicial del header. Puedes ajustarlo dinámicamente con JS si lo deseas */
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: auto;
  background-color: #1c1c1c;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99999 !important;
  box-sizing: border-box;
  border-radius: 15px;
}
/* Grid para los ítems del menú */
.zyx-menu-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 9px;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .zyx-menu-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .zyx-menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Tarjeta individual */
.zyx-menu-item {
  background-color: #1c1c1c;
  color: #ffffff;
  font-family: sans-serif;
  padding: 35px;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  align-items: center;
}
.zyx-menu-item:hover {
  background-color: #242424;
  /* opcional: hover visual */
}
/* Etiqueta NUEVO OKM */
.zyx-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  font-weight: 600;
  color: #fe3b01;
}
.zyx-label img {
  width: 12px;
  height: 12px;
}
/* Imagen del auto */
.zyx-car-container {
  text-align: center;
}
.zyx-car-img {
  max-width: 100%;
  height: auto;
}
/* Texto inferior */
.zyx-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zyx-info h3 {
  font-size: 9px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}
span.zyx-arrow {
  display: none;
}
.zyx-arrow {
  font-size: 13px;
  color: #fe3b01;
  font-weight: bold;
}
.ctg-zyx-p:hover {
  background-color: #242424;
}
.categoria-Zyx-prod {
  display: flex;
  justify-content: space-between;
  padding: 20px 60px;
  font-family: "Montserrat";
  font-weight: 700;
  border-top: 1px solid #fd3901;
}
.ctg-zyx-p a {
  color: #fff;
}
.ctg-zyx-p p {
  color: #fd3901;
}
.ctg-zyx-p {
  width: 100%;
  margin: 10px;
}
.ctg-zyx-p p span {
  color: #fff;
}
.ux-body-overlay {
  background-color: #fe3b01d9 !important;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: visibility 0.3s, opacity 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 29;
}
/**/
a.add-request-quote-button.button {
  width: -webkit-fill-available;
  margin: 0px;
}
.woocommerce ul.products li.product a.add-request-quote-button.button, .wp-block-post.product a.add-request-quote-button.button, a.add-request-quote-button.button {
  font-size: 1em;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  padding: 0.9rem 1rem !important;
  margin-top: 0px !important;
  text-decoration: none;
}
/*BOTON CONTADOR */
a.add-request-quote-button.button {
  padding: 5px 10px !important;
}
.quantity input {
  height: 51px !important;
}
.ux-quantity.quantity.buttons_added.form-minimal {
  background: #fff;
  border-radius: 14px;
}
/*-----------------------------------------------*/
.dc-whatsapp-container {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  position: relative;
  top: -11px;
  border: 2px solid #000;
}
.dc-whatsapp-container .dc-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease;
}
.dc-whatsapp-container .dc-link:hover {
  background-color: #000;
  color: #fff;
  border-color: #fff;
}
.dc-whatsapp-container .dc-link:hover img {
  filter: invert(100%);
}
.dc-whatsapp-container .dc-link img {
  width: 30px;
  margin-right: 10px;
  vertical-align: middle;
  transition: filter 0.3s ease;
}
/*-----------------------------------------------*/
a.add-request-quote-button.button {
  border-radius: 5px;
}
/**/
main#main {
  background: #f8f8f8;
  /*#F8E8E0*/
}
.shop-page-title.category-page-title.page-title {
  background: #f8f8f8;
  /*#F8E8E0*/
}
.woocommerce-result-count.hide-for-medium {
  font-size: 11px;
}
select.orderby {
  font-size: 11px;
  border-radius: 10px;
}
.box {
  max-height: 400px;
}
.zyx-asesor {
  background: white;
  border-radius: 12px;
  padding: 20px;
  flex: 1 1 350px;
  max-width: 600px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.cajazyx {
  background: white;
  border-radius: 12px;
  padding: 20px;
  flex: 1 1 350px;
  max-width: 600px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.zyx-asesor button {
  background-color: #e30613;
  color: white;
  border: none;
  padding: 5px 9px;
  font-size: 10px;
  border-radius: 8px;
  cursor: pointer;
}
.zyx-asesor img {
  width: 110px;
  max-width: 100%;
  position: absolute;
  top: 0px;
}
/*-----------------------------------------------*/
/*CERTIFICADO*/
.zyx-icon-container {
  display: flex;
  justify-content: flex-start;
  gap: 3rem;
  padding: 1.05rem 0rem;
  border-bottom: 1.5px solid #fd3901;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.zyx-icon-item {
  display: flex;
  align-items: center;
  font-family: "Arial", sans-serif;
}
.zyx-icon-item img {
  width: 40px;
  height: auto;
  margin-bottom: 0.5rem;
}
.zyx-icon-item p {
  font-size: 0.8rem;
  color: #000;
  margin: 0;
  line-height: 1.3;
  margin-left: 10px;
}
/*-----------------------------------------------*/
.zerox-sticky-box {
  position: sticky;
  top: 20px;
}
.icon-social-zyx a img {
  width: 30px;
  margin-left: 10px;
}
.icon-social-zyx {
  text-align: right;
}
.yith-ywraq-add-button.show {
  margin-bottom: 19px;
}
.zyx-footer-expert h3 a {
  color: #fff;
  font-weight: 100;
  margin-top: 27px;
  display: block;
}
/*
.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
    background-color: rgb(255 255 255) !important;
 
}
*/
.header-search-form input.search-field {
  color: #000 !important;
}
.header-search-form input.search-field::placeholder {
  color: #000 !important;
}
a.is-small {
  margin-right: 15px;
}
input#woocommerce-product-search-field-0 {
  height: 43px !important;
  border-radius: 10px;
}
.header-main .nav > li > a {
  line-height: 16px;
  color: #fff;
}
.nav > li > a > i.icon-menu {
  font-size: 2.2em;
}
.nav > li > a {
  font-size: 0.9em !important;
}
.col.large-9 h4.uppercase {
  display: none;
}
.row.large-columns-3.medium-columns-3.small-columns-2.slider.row-slider.slider-nav-reveal.slider-nav-push.flickity-enabled {
  display: none;
}
/***************CSS contador*********************************************************************************************************/
/* Contenedor Principal */
.zyx-contador2 {
  display: flex;
  background-color: #000046;
  /* Azul oscuro */
  border-radius: 12px;
  overflow: hidden;
  min-height: 150px;
  font-family: "Arial", sans-serif;
  margin: 20px 0;
}
/* 1. Sección Izquierda (Cinta Roja) */
.zyx-c2-izquierda {
  background-color: #ff0000;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.zyx-c2-izquierda span {
  color: #ffffff;
  transform: rotate(-90deg);
  white-space: nowrap;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* 2. Sección Centro (Contiene el medio y la derecha) */
.zyx-c2-centro {
  display: flex;
  flex: 1;
  align-items: center;
  padding: 10px 25px;
  justify-content: space-between;
}
/* 3. Sección Medio (Título y Contador) */
.zyx-c2-medio {
  flex: 1;
}
.zyx-c2-title {
  color: #ffffff;
  font-style: italic;
  font-weight: 900;
  font-size: clamp(18px, 4vw, 24px);
  /* Tamaño fluido */
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.zyx-c2-tiempo-container {
  display: flex;
  gap: 12px;
}
.zyx-c2-tiempo-cont {
  text-align: center;
}
.zyx-tiempo-letra {
  color: #a0a0a0;
  font-size: 9px;
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
}
.zyx-tiempo-num {
  background: linear-gradient(180deg, #3a3a3a 0%, #111111 100%);
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  padding: 8px 10px;
  border-radius: 6px;
  min-width: 42px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  border: 1px solid #444;
}
/* 4. Sección Derecha (Imagen) */
.zyx-c2-derecha {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.zyx-c2-derecha img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.czyx__catitle {
  margin-top: 30px;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
  font-weight: 800;
  text-transform: uppercase;
}
/* --- AJUSTES PARA MÓVIL --- */
@media (max-width: 768px) {
  .zyx-c2-centro {
    flex-direction: column;
    padding: 20px 15px;
    text-align: center;
  }
  .zyx-c2-medio {
    margin-bottom: 20px;
  }
  .zyx-c2-tiempo-container {
    justify-content: center;
  }
  .zyx-c2-derecha {
    justify-content: center;
    width: 100%;
  }
  .zyx-c2-derecha img {
    max-height: 120px;
    /* Evita que la imagen sea gigante en móvil */
  }
  .zyx-c2-izquierda {
    width: 35px;
  }
  .zyx-c2-izquierda span {
    font-size: 9px;
  }
  .box {
    height: 300px;
  }
  .czyx__catitle {
    font-size: 0.9em;
  }
}
/* ---Fin CSS de contador --- */
/************************----ProductoDetalle2----**************************************************/
.zyx-detalle-pd {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 700px;
  margin-top: 10px;
  margin-bottom: 110px;
}
.zyx-detalle-pd p {
  margin-top: none !important;
}
.info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 24px;
}
.icon-zyx-pd {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8a8a8a;
  font-size: 40px;
  flex-shrink: 0;
}
.info-item span, .info-item a {
  font-size: 14px;
  font-weight: 500;
  color: #777;
  text-decoration: none;
  line-height: 1.3;
}
.info-item a {
  color: #CC2B2B;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.3s;
}
.info-item a:hover {
  color: #d67c7c;
}
.icon-location {
  color: #d67c7c;
}
@media (max-width: 768px) {
  .contact-info {
    gap: 20px;
  }
  .icon {
    width: 46px;
    font-size: 32px;
  }
  .info-item span, .info-item a {
    font-size: 12px;
  }
  .zyx-detalle-pd {
    margin-bottom: 10px;
  }
}
/***************CSS SHORTCODE TABLA DE DETALLE DE PRODUCTO 2 *************************************/
.zyx-ficha-motor {
  width: 100%;
  max-width: 430px;
  border: 1px solid #e3e3eb;
  border-radius: 10px;
  overflow: hidden;
  font-family: inherit;
  background: #fff;
}
.zyx-ficha-row {
  display: grid;
  grid-template-columns: 41% 59%;
  min-height: 56px;
  border-bottom: 1px solid #eeeeee;
}
.zyx-ficha-row:last-child {
  border-bottom: none;
}
.zyx-ficha-label {
  background: #cdcdda;
  color: #12062d;
  font-weight: 800;
  font-size: 13px;
  padding: 16px 15px;
  display: flex;
  align-items: flex-start;
  text-transform: uppercase;
}
.zyx-ficha-value {
  background: #fff;
  color: #12062d;
  font-size: 13px;
  padding: 16px 15px;
  line-height: 1.35;
  display: flex;
  align-items: flex-start;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .zyx-ficha-motor {
    max-width: 100%;
  }
  .zyx-ficha-row {
    grid-template-columns: 42% 58%;
  }
  .zyx-ficha-label, .zyx-ficha-value {
    font-size: 14px;
    padding: 14px 12px;
  }
}
/*********************************************/
/*MENSAJE IMPORTANTE DE */
.zyx-recomendacion-galeria {
  display: flex;
  gap: 8px;
}
.zyx-recomendacion-galeria p {
  font-size: 12px;
  color: #666;
  font-weight: 200 !important;
  text-transform: Uppercase;
  font-family: "Lato";
}
.zyx-recomendacion-galeria svg {
  fill: #666;
}
@media (max-width: 768px) {
  .contact-info {
    gap: 20px;
  }
  .icon {
    width: 46px;
    font-size: 32px;
  }
  .info-item span, .info-item a {
    font-size: 12px;
  }
}
/*ESTILOS DE TERMINOS Y CONDICIONES DE COMPRA - CHECKOUT*/
.zyx_1107_wrapper {
  display: flex;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  align-items: flex-start;
}
/* -------- Columna izquierda: botones -------- */
.zyx_1107_sidebar {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 100px;
  /* ajusta según la altura de tu header */
}
.zyx_1107_tab {
  display: block;
  width: 100%;
  padding: 22px 24px;
  border: none;
  border-radius: 14px;
  background: #ececec;
  color: #9a9a9a;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}
.zyx_1107_tab:hover {
  background: #e0e0e0;
  color: #6f6f6f;
  transform: translateX(4px);
}
.zyx_1107_tab.zyx_1107_active {
  background: #c8171e;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(200, 23, 30, 0.28);
}
.zyx_1107_tab.zyx_1107_active:hover {
  transform: none;
}
/* -------- Columna derecha: contenido -------- */
.zyx_1107_content {
  flex: 1;
  min-width: 0;
}
.zyx_1107_panel {
  display: none;
  color: #3d3d3d;
  font-size: 15px;
  line-height: 1.7;
}
.zyx_1107_panel.zyx_1107_show {
  display: block;
  animation: zyx_1107_fadein 0.45s ease;
}
@keyframes zyx_1107_fadein {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.zyx_1107_panel h3 {
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 4px;
}
.zyx_1107_panel h4 {
  color: #1f1f1f;
  font-size: 15px;
  font-weight: 700;
  margin: 28px 0 8px;
}
.zyx_1107_panel p {
  margin: 0 0 14px;
}
.zyx_1107_panel ul {
  margin: 0 0 14px;
  padding-left: 22px;
}
.zyx_1107_panel li {
  margin-bottom: 6px;
}
.zyx_1107_update {
  color: #7a7a7a;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 22px !important;
}
.zyx_1107_empresa {
  background: #f7f7f7;
  border-left: 4px solid #c8171e;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 0 0 14px;
}
.zyx_1107_empresa p {
  margin: 0 0 4px;
}
/* -------- Responsive -------- */
@media (max-width: 860px) {
  .zyx_1107_wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .zyx_1107_sidebar {
    position: static;
    flex: 1 1 auto;
    width: 100%;
    flex-direction: row;
  }
  .zyx_1107_tab {
    padding: 16px 14px;
    font-size: 13px;
    text-align: center;
  }
  .zyx_1107_tab:hover {
    transform: none;
  }
}
/***************LIBRO DE RECLAMACIONES********************************/
/**************LIBRO DE RECLAMACIONES VIRTUAL 2********************************************************************/
.lr-page-header {
  margin-bottom: 40px;
}
.lr-page-header p {
  margin-top: 20px;
}
/* ── Contenedor principal ──────────────────────────────── */
.wpcf7-form-2829 .lr-wrap, .lr-wrap {
  max-width: 100%;
  /*680px*/
  font-size: 14px;
  color: #1a1a1a;
}
/* ── Secciones ─────────────────────────────────────────── */
.lr-wrap .lr-section {
  margin-bottom: 1.75rem;
}
.lr-wrap .lr-section-title {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #888;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 7px;
  margin: 0 0 14px 0;
}
/* ── Grillas de columnas ───────────────────────────────── */
.lr-wrap .lr-row {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}
.lr-wrap .lr-col2 {
  grid-template-columns: 1fr 1fr;
}
.lr-wrap .lr-col3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.lr-wrap .lr-col13 {
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 600px) {
  .lr-wrap .lr-col2, .lr-wrap .lr-col3, .lr-wrap .lr-col13 {
    grid-template-columns: 1fr;
  }
}
/* ── Campos ────────────────────────────────────────────── */
.lr-wrap .lr-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.lr-wrap .lr-field > label {
  font-size: 12px;
  font-weight: 500;
  color: #555;
  margin: 0;
}
.lr-wrap .req {
  color: #c0392b;
}
/* ── Inputs, selects ───────────────────────────────────── */
.lr-wrap .lr-input, .lr-wrap .lr-select, .lr-wrap input.lr-input, .lr-wrap select.lr-select {
  width: 100%;
  padding: 8px 11px;
  font-size: 14px;
  border: 1px solid #d5d5d5;
  border-radius: 7px;
  background: #fff;
  color: #1a1a1a;
  transition: border-color 0.18s;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  height: 45px;
  box-sizing: border-box;
}
/* Icono flecha en select */
.lr-wrap select.lr-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 11px center;
  padding-right: 30px;
}
.lr-wrap .lr-input:focus, .lr-wrap .lr-select:focus, .lr-wrap input.lr-input:focus, .lr-wrap select.lr-select:focus {
  border-color: #ec6607;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.1);
}
/* ── Textarea ──────────────────────────────────────────── */
.lr-wrap .lr-textarea, .lr-wrap textarea.lr-textarea {
  width: 100%;
  padding: 9px 11px;
  font-size: 14px;
  border: 1px solid #d5d5d5;
  border-radius: 7px;
  background: #fff;
  color: #1a1a1a;
  resize: vertical;
  min-height: 90px;
  transition: border-color 0.18s;
  outline: none;
  box-sizing: border-box;
  font-family: inherit;
}
.lr-wrap textarea.lr-textarea:focus {
  border-color: #ec6607;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.1);
}
/* ── Checkbox menor de edad ────────────────────────────── */
.lr-wrap .lr-check-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 7px;
  padding: 10px 13px;
}
.lr-wrap .lr-check-wrap .wpcf7-checkbox, .lr-wrap .lr-check-wrap .wpcf7-list-item {
  margin: 0 !important;
}
.lr-wrap .lr-checkbox input[type="checkbox"], .lr-wrap .lr-check-wrap input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #c0392b;
  cursor: pointer;
  flex-shrink: 0;
}
.lr-wrap .lr-check-label {
  font-size: 13px;
  color: #444;
  cursor: pointer;
  margin: 0;
}
/* ── Texto legal ───────────────────────────────────────── */
.lr-wrap .lr-legal {
  font-size: 11.5px;
  color: #888;
  line-height: 1.6;
  border-top: 1px solid #ebebeb;
  padding-top: 12px;
  margin-bottom: 14px;
}
/* ── Botón submit ──────────────────────────────────────── */
.lr-wrap .lr-submit, .lr-wrap input.lr-submit[type="submit"] {
  width: 100%;
  padding: 12px 20px;
  background: #b20000;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s, transform 0.1s;
  letter-spacing: 0.01em;
}
.lr-wrap .lr-submit:hover, .lr-wrap input.lr-submit[type="submit"]:hover {
  background: #f12a2a;
}
.lr-wrap .lr-submit:active, .lr-wrap input.lr-submit[type="submit"]:active {
  transform: scale(0.99);
}
/* ── Mensajes de error CF7 ─────────────────────────────── */
.lr-wrap .wpcf7-not-valid-tip {
  font-size: 11px;
  color: #c0392b;
  margin-top: 3px;
  display: block;
}
.lr-wrap .wpcf7-not-valid {
  border-color: #c0392b !important;
}
.lr-wrap .wpcf7-response-output {
  font-size: 13px;
  border-radius: 7px;
  padding: 10px 14px;
  margin-top: 10px;
}
/* ── Validación JS: solo números ───────────────────────── */
/* (El script de abajo lo aplica; este CSS marca visualmente) */
.lr-wrap input[name="num-documento"]:invalid, .lr-wrap input[name="telefono"]:invalid {
  border-color: #e8b4af;
}
/***Pasos del formulario Libro reclamaciones***/
/* ── Indicador de pasos ────────────────────────────── */
.lr-steps-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  gap: 0;
}
.lr-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.lr-step-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #e5e5e5;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  border: 2px solid #e5e5e5;
}
.lr-step span {
  font-size: 11px;
  color: #999;
  font-weight: 500;
  transition: color 0.2s;
  white-space: nowrap;
}
.lr-step.active .lr-step-circle {
  background: #422a67;
  color: #fff;
  border: 2px solid #422a67;
}
.lr-step.active span {
  color: #422a67;
  font-weight: 600;
}
.lr-step.completado .lr-step-circle {
  background: #27ae60;
  border: 2px solid #27ae60;
  color: #fff;
}
.lr-step.completado .lr-step-circle::after {
  content: "✓";
}
.lr-step-circle span::after {
  display: none;
}
.lr-step.completado span {
  color: #27ae60;
}
.lr-step-line {
  flex: 1;
  height: 2px;
  background: #e5e5e5;
  margin: 0 8px;
  margin-bottom: 22px;
  min-width: 40px;
  transition: background 0.2s;
}
/* ── Navegación entre pasos ────────────────────────── */
.lr-nav {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}
.lr-nav-2 {
  justify-content: space-between;
}
.lr-btn-next {
  background: #b20000;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s;
}
.lr-btn-next:hover {
  background: #f12a2a;
}
.lr-btn-back {
  background: transparent;
  color: #888;
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.18s;
}
.lr-btn-back:hover {
  background: #f12a2a;
  color: #444;
}
/* ── Errores de validación ─────────────────────────── */
.lr-field-error {
  border-color: #c0392b !important;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.1) !important;
}
.lr-error {
  outline: 2px solid #c0392b;
  border-radius: 7px;
  padding: 4px;
}
.lr-error-msg {
  color: #c0392b;
  font-size: 12px;
  margin: 8px 0 0;
  font-weight: 500;
}
/* ── Responsive ────────────────────────────────────── */
@media (max-width: 480px) {
  .lr-step span {
    display: none;
  }
  .lr-step-line {
    min-width: 24px;
  }
}
/*POP UP mensaje final*/
#lr-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#lr-popup {
  background: #fff;
  border-radius: 12px;
  padding: 40px 36px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  animation: lrPopupIn 0.3s ease;
}
@keyframes lrPopupIn {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
#lr-popup-icon {
  width: 64px;
  height: 64px;
  color: #fff;
  border-radius: 50%;
  font-size: 32px;
  line-height: 64px;
  margin: 0 auto 18px;
}
#lr-popup h3 {
  font-size: 30px;
  color: #4caf50;
  margin: 0 0 10px;
}
#lr-popup p {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 24px;
}
#lr-popup button {
  background: #4caf50;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 11px 32px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
}
#lr-popup button:hover {
  background: #4caf50;
}
/*Mensaje final */
/**************FIN LIBRO DE RECLAMACIONES VIRTUAL 2***************************************************************/
/*********OCULTAR TEXTO DE SIN EXISTENCIAS EN TIENDA******************************************************/
.out-of-stock-label {
  display: none !important;
}
/* Estilos para mencion de queja y reclamo */
.lr-tipo-reclamo {
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.lr-info-tipo {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  padding-left: 15px;
  border-left: 2px solid #c0392b;
}
.lr-info-tipo strong {
  color: #00052b;
}
/*********OCULTAR TEXTO DE SIN EXISTENCIAS EN TIENDA******************************************************/
/*************INICIO2 commienzo************************************************/
/*********gradiente banner*************/
.gradiente-banner-0826 {
  /* background: linear-gradient(180deg, transparent, #ebebeb); */
  background: linear-gradient(180deg, rgba(160, 160, 160, 0) 0%, rgba(0, 2, 14, 0) 27%, rgba(1, 1, 63, 0.94) 62%);
  bottom: 78%;
  height: 3%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
/*********gradiente banner*************/
/* CONTENEDOR GENERAL */
.section-categories0826 {
  background: #01013F;
  padding: 80px 80px;
  display: flex;
  justify-content: space-between;
  height: 400px;
  /*350*/
}
/* CONTENEDOR DE CARDS */
.container-categories0826 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.block-categories0826 {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 40px;
}
/* CARD */
.card-categories0826 {
  width: 190px;
  height: 190px;
  background: #171957;
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 25px;
  transition: all 0.3s ease;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
/* IMAGEN MOTOR */
.card-categories0826 img {
  position: absolute;
  width: 130px;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
  filter: drop-shadow(0px 12px 10px rgba(0, 0, 0, 0.35));
}
.card-categories0826:hover {
  background: #CC2B2B;
  transform: translateY(-5px);
}
/* TITULO */
.titulo-card-categories0826 {
  margin: 0;
  color: #f7f4f4;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}
/*RESPONSIVE MOBIL categorias*/
/* ===========================
   RESPONSIVE MOBILE
=========================== */
@media screen and (max-width: 750px) {
  /* CARD ADAPTADA AL ANCHO DEL CELULAR */
  /* Imagen del motor 
    .card-categories0826 img {

        width: 20vw;
        top:-60px;

    }*/
  /* Texto */
  .section-categories0826 {
    padding: 80px 15px;
    display: block;
    overflow: hidden;
  }
  .container-categories0826 {
    width: 100%;
  }
  .block-categories0826 {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 50px 5px 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .block-categories0826::-webkit-scrollbar {
    display: none;
  }
  .card-categories0826 {
    flex: 0 0 75vw;
    max-width: 150px;
    height: 180px;
    border-radius: 20px;
    /*scroll-snap-align:center;*/
  }
  .titulo-card-categories0826 {
    font-size: 1rem;
  }
  .contador0826 {
    gap: 8px !important;
  }
}
/*RESPONSIVE MOBILcategorias*/
/********FIN CATEGORIAS*****************************************/
/****************************************************************/
/*contenedor de promos00*/
/* ============================
   CONTENEDOR GENERAL
============================ */
.section-promos0826 {
  padding: 20px 20px;
  margin-top: -80px;
}
/* ============================
   CONTADOR
============================ */
.container-banner-contador0826 {
  max-width: 1200px;
  margin: 20px auto;
  background: #ed3038;
  border-radius: 16px 16px 0px 0px;
  padding: 15px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.promo-title0826 {
  display: flex;
  align-items: center;
  gap: 15px;
  color: white;
}
.promo-title0826 h2 {
  margin: 0;
  font-weight: 800;
  color: #f7f4f4;
}
/* CONTADOR */
.contador0826 {
  display: flex;
  gap: 15px;
}
.contador-item0826 {
  background: #66204d;
  width: 65px;
  height: 65px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}
.icon-clock082 {
  width: 40px !important;
  height: 40px !important;
}
.contador-item0826 strong {
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
}
.contador-item0826 span {
  font-size: 12px;
  opacity: 0.8;
}
/* BOTON */
.btn-explorar0826 {
  background: #f7f4f4;
  color: #dc3035;
  padding: 18px 28px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
/* ============================
   CARDS
============================ */
.container-promos-cards0826 {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.promo-card0826 {
  border-radius: 10px;
  overflow: hidden;
}
.promo-card0826 img {
  width: 100%;
  height: auto;
  display: block;
}
.container-promos-repuestos0826 {
  display: flex !important;
  transition: 0.6s ease !important;
  width: 100%;
  max-width: 1200px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.promo-repuesto-card0826 {
  flex: 0 0 calc(100% / 3);
  padding: 0 10px;
  box-sizing: border-box;
  scroll-snap-align: start;
}
/* ============================
   MOBILE SLIDER
============================ */
@media (max-width: 768px) {
  /* SLIDER */
  .container-banner-contador0826 {
    flex-direction: row;
    align-items: center;
    text-align: center;
    padding: 20px;
    gap: 8px;
  }
  span.icon-clock0826 {
    width: 32px;
  }
  .contador-item0826 {
    width: 35px;
    height: 45px;
  }
  .promo-title0826 h2 {
    font-size: 14px;
  }
  .contador-item0826 strong {
    font-size: 14px;
  }
  .btn-explorar0826 {
    display: none;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  .contador-item0826 span {
    font-size: 9px;
  }
  .container-promos-cards0826 {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 0 15px;
  }
  .container-promos-cards0826::-webkit-scrollbar {
    display: none;
  }
  .promo-card0826 {
    flex: 0 0 85% !important;
    scroll-snap-align: center;
  }
}
/*SECCION DE PROMOS 2*/
.section-promo20826 {
  z-index: 1;
  padding: 20px 20px;
  position: relative;
}
.section-promo20826 h1 {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.slider-promos0826 {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.slider-window0826 {
  overflow: hidden;
}
.promo-repuesto-card0826 img {
  width: 100%;
  display: block;
  border-radius: 12px;
}
.promo-btn0826 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  z-index: 20;
  font-size: 26px;
  padding: 0px !important;
  line-height: 0px !important;
  min-height: 0px !important;
}
.prev0826 {
  left: -50px;
}
.next0826 {
  right: -80px;
}
.promo-btn0826:hover {
  background: #d90000;
  color: #fff;
}
@media (max-width: 768px) {
  .promo-repuesto-card0826 {
    flex: 0 0 85%;
    padding: 10px;
  }
  .promo-btn0826 {
    display: none;
  }
}
/***************fin promos**********************************************/
/* SLIDER MARCAS, quitar o reemplazarlo*/
.brands-slider-container {
  overflow: hidden;
  width: 100%;
  padding: 80px 0;
  position: relative;
  cursor: pointer;
  background-color: #01013F !important;
  gap: 60px;
  margin-top: -80px;
}
.brands-slider-container h1 {
  color: #f7f4f4;
  text-align: center;
  margin-bottom: 48px;
  margin-top: 48px;
}
.brands-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: max-content;
  gap: 15px;
  will-change: transform;
}
.container-slider-marcas0826 {
  display: block;
  /*margin: 100px 0px;*/
  gap: 60px;
}
.brand-card {
  flex-shrink: 0;
  width: 150px;
  height: auto;
  /*60px*/
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.brand-card img {
  max-height: 90%;
  filter: brightness(0) invert(1);
  /*brightness(0) invert(1)*/
  max-width: 100%;
  height: auto;
  display: block;
}
.brand-card:hover {
  filter: brightness(1.1);
  transition: filter 0.3s;
}
/* ======================
        RESPONSIVE
====================== */
@media (max-width: 700px) {
  .brand-card {
    width: 90px;
  }
  .brands-slider-container {
    padding: 60px 20px;
  }
  .section-promo20826 h1 {
    padding: 0px 20px;
  }
}
/***********FIn carrusel Marcas********/
/********VIDEO SECTION INICIO*/
.section-zona-zyx {
  padding: 60px 20px;
}
.section-zona-zyx h1 {
  text-align: center;
  margin-bottom: 60px;
}
.container-zona-zyx {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
/* ======================
        SLIDER ZONA ZEROX
====================== */
.slider-zona-zyx {
  display: flex;
  gap: 25px;
  overflow: hidden;
  cursor: grab;
}
.slider-wrapper-zona-zerox h1 {
  text-align: center;
  margin-bottom: 48px;
}
.slider-wrapper-zona-zerox {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slider-videos-zona-zerox {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
  scroll-snap-type: x mandatory;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
}
.slider-videos-zona-zerox::-webkit-scrollbar {
  display: none;
}
.caja-zona-zerox {
  flex: 0 0 auto;
  width: auto;
  height: 800px;
  /*350px*/
  overflow: hidden;
  scroll-snap-align: start;
  background: #000;
  border: 4px #CC2B2B solid;
  position: relative;
  /*flex: 0 0 calc(33.333% - 18px);*/
  height: 520px;
  border-radius: 20px;
}
.video-zona-zerox {
  width: 100%;
  height: 100%;
  position: relative;
}
.video-zona-zerox iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  pointer-events: none;
}
/* Overlay invisible para capturar clics */
.video-zona-zerox::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: pointer;
}
/* ======================
        BOTONES
====================== */
/* BOTONES */
.boton-slider-zona-zyx {
  border-radius: 50%;
  border: none;
  background: #ffff;
  font-size: 30px;
  width: 48px;
  height: 48px;
  border: none;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  padding: 0 !important;
  min-height: 0 !important;
  line-height: 0 !important;
  font-weight: 100 !important;
}
.boton-slider-zona-zyx:hover {
  background: #d90000;
  color: #fff;
}
.boton-slider-zona-zerox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fe5200;
  color: #fff;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 10;
}
.boton-izquierda-zona-zerox {
  left: 5px;
}
.boton-derecha-zona-zerox {
  right: 5px;
}
/* Overlay */
.overlay-video-zona-zerox {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.41);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.35s;
  cursor: pointer;
}
/* Hover */
.caja-zona-zerox:hover .overlay-video-zona-zerox {
  background: rgba(5, 18, 48, 0.35);
}
/* Botón */
.play-btn-zona-zerox {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #ffffffb5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 30px;
  padding-left: 5px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
  transition: 0.3s;
}
.caja-zona-zerox:hover .play-btn-zona-zerox {
  transform: scale(1.12);
  background: #fff;
  color: #000;
}
/* ======================
        RESPONSIVE
====================== */
@media (max-width: 700px) {
  .caja-zona-zerox {
    width: 160px;
    height: 280px;
    flex: 0 0 auto;
  }
}
/* ======================
        POPUP ZONA ZEROX
====================== */
.popup-video-zona-zerox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999999999;
  /* AUMENTADO */
  opacity: 0;
  transition: opacity 0.4s ease;
}
/* Activo */
.popup-video-zona-zerox.active {
  display: flex;
  opacity: 1;
}
/* Cerrando (fade-out) */
.popup-video-zona-zerox.closing {
  opacity: 0;
  pointer-events: none;
}
/* Evitar scroll del body */
body.popup-open {
  overflow: hidden;
}
/* Contenido del popup */
.popup-content-zona-zerox {
  position: relative;
  width: 360px;
  height: 640px;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  transform: scale(0.95);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 9999999999;
  /* Opcional si deseas reforzar */
}
/* Animación entrada */
.popup-video-zona-zerox.active .popup-content-zona-zerox {
  transform: scale(1);
  opacity: 1;
}
/* Responsive del popup */
@media (max-width: 400px) {
  .popup-content-zona-zerox {
    width: 90vw;
    height: calc(90vw * 16 / 9);
  }
}
/* iframe dentro del popup */
.popup-content-zona-zerox iframe {
  width: 100%;
  height: 100%;
  border: none;
}
/* Botón cerrar */
.close-popup-zona-zerox {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  z-index: 1001;
}
/*=======================================*/
/***************FOOTER2 Inicio2***********************************/
.footer-zyx {
  position: relative;
  overflow: hidden;
  background: #030341;
  color: white;
  padding: 35px 60px 0;
  /*padding:55px 60px 0*/
  font-family: Arial, sans-serif;
}
/* CONTACTOS */
.footer-contacto-zyx {
  text-align: center;
}
.footer-contacto-zyx h2 {
  font-size: 22px;
  letter-spacing: 5px;
  margin-bottom: 35px;
  color: #f7f4f4;
}
.contactos-grid-zyx {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.contacto-item-zyx h4 {
  color: #9fa5ca;
  margin: 0 0 8px;
  font-size: 16px;
}
.contacto-item-zyx a {
  color: #f7f4f4;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.5rem;
}
/* LINEA */
.footer-linea-zyx {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 20px 0 20px;
  /*margin:40px 0 20px;*/
}
.horario-zyx {
  text-align: center;
  color: #a7abc7;
  font-size: 1rem;
}
/* CONTENIDO */
.footer-content-zyx {
  max-width: 1200px;
  margin: 30px auto 25px;
  display: grid;
  grid-template-columns: 180px 1fr 1fr 1fr;
  gap: 60px;
}
.footer-col-img {
  height: 40px;
  object-fit: contain;
  margin-top: 10px;
  filter: brightness(0) invert(1);
}
/* PAGOS */
.footer-pagos-zyx img {
  display: block;
  width: 90px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}
.footer-col-zyx h4 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #f7f4f4;
  /*25px*/
}
.footer-col-zyx a {
  display: block;
  color: #9fa5ca;
  font-size: 16px;
  margin-bottom: 14px;
  cursor: pointer;
  /*16px*/
  text-decoration: none;
}
.footer-pagos-zyx {
  display: flex;
  flex-direction: column;
}
.footer-col-zyx p {
  color: #9fa5ca;
  font-size: 16px;
  line-height: 1.6;
}
.mapas-zyx {
  margin-bottom: 20px;
}
.mapas-zyx a {
  display: contents;
}
.mapas-zyx img {
  width: 40%;
  margin-right: 8px;
  background-color: white;
  border-radius: 12px;
  cursor: pointer;
}
.redes-zyx {
  display: flex;
  flex-direction: row;
}
.redes-zyx a {
  margin-right: 18px;
  font-size: 22px;
  text-decoration: none;
}
/* LOGO FONDO*/
.logo-footer-bg-zyx {
  position: relative;
  height: 200px;
  /*256px*/
  overflow: hidden;
}
.logo-footer-bg-zyx img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
  filter: grayscale(1) brightness(1.6);
  pointer-events: none;
  user-select: none;
  max-width: 100vw;
}
.copyright-zyx {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 10px;
  color: #909090;
  background: rgba(0, 0, 0, 0.35);
  font-weight: 100;
}
/*ocultar el footer por defectod de flatsome*/
.absolute-footer {
  padding: 0px !important;
}
/* MOBILE */
@media (max-width: 768px) {
  .footer-zyx {
    padding: 40px 20px 0;
  }
  .footer-linea-zyx {
    margin: 20px 0 20px;
  }
  .boton-slider-zona-zyx {
    display: none;
  }
  .contactos-grid-zyx {
    grid-template-columns: repeat(2, 1fr);
  }
  .redes-zyx {
    display: flex;
    justify-content: center;
  }
  .footer-col-zyx a {
    font-size: 1.2rem;
  }
  .contacto-item-zyx a {
    font-size: 1rem;
    gap: 0px;
  }
  .footer-content-zyx {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 25px;
  }
  .mapas-zyx {
    margin: 20px;
  }
  .logo-footer-bg-zyx {
    font-size: 120px;
    height: 100px;
  }
  .footer-pagos-zyx {
    /*display: flex;*/
    flex-direction: row;
    justify-content: space-between;
    height: 50%;
    gap: 10%;
    /* width: 100%; */
    align-items: center;
    padding: 20px;
    display: none;
  }
  .footer-col-zyx {
    text-align: center;
  }
  .footer-pagos-zyx img {
    max-width: 25%;
    margin-bottom: 0px;
    max-height: 30%;
    height: auto;
    width: auto;
  }
  .footer-content-zyx > .footer-col-zyx:nth-of-type(2) {
    display: none;
  }
}
/* ===== MENU FULLSCREEN zyx ===== */
/* ===== MENU FULLSCREEN ===== */
.menu-overlay0826 {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background-color: #01013F;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 60px;
  box-sizing: border-box;
  z-index: 1000;
  font-family: "Montserrat", Arial, sans-serif;
  /* Estado inicial: oculto (efecto de aparición/salida) */
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s;
}
.menu-overlay0826.activo {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 9998;
}
/* ===== HEADER: logo + cerrar ===== */
.menu-header0826 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-logo0826 img {
  height: 55px;
  display: block;
}
.btn-cerrar0826 {
  background: none;
  border: none;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
  margin-bottom: 0px !important;
  padding: 0px !important;
  min-height: 0px !important;
}
.btn-cerrar0826:hover {
  transform: rotate(90deg);
  color: #f11515;
}
/* ===== NAV CENTRAL ===== */
.menu-nav0826 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  overflow-y: auto;
  /* espacio seguro al desplegar categorías */
}
.menu-nav0826 a {
  width: 100%;
}
.menu-link0826 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 22px 10px;
  border-radius: 14px;
  color: #9fa5ca;
  text-decoration: none;
  font-size: 32px;
  /*42px*/
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  line-height: 0px !important;
  margin-bottom: 0px !important;
  margin-right: 0px !important;
}
/* Hover: fondo blanco, texto azul */
.menu-link0826:hover, .menu-link0826.activo0826 {
  background-color: #f1f1f1;
  color: #01013F;
}
.menu-link0826:hover svg, .menu-link0826.activo0826 svg {
  stroke: #01013F;
}
.menu-link0826 svg {
  stroke: #fff;
  transition: stroke 0.3s ease, transform 0.35s ease;
}
/* ===== DROPDOWN PRODUCTOS ===== */
.dropdown0826 {
  width: 100%;
}
.dropdown0826.abierto .flecha0826 {
  transform: rotate(180deg);
}
.categorias0826 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  max-height: 0;
  /* colapsado */
  overflow: hidden;
  transition: max-height 0.45s ease, margin 0.45s ease, opacity 0.4s ease;
  opacity: 0;
}
.dropdown0826.abierto .categorias0826 {
  max-height: 420px;
  /* espacio para las 5 categorías */
  margin: 10px 0 6px;
  opacity: 1;
}
.categorias0826 a {
  display: block;
  padding: 10px 26px;
  border-radius: 10px;
  color: #cfcfe6;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.categorias0826 a:hover {
  background-color: #f1f1f1;
  color: #01013F;
}
/* ===== FOOTER ===== */
.menu-footer0826 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.redes0826 {
  display: flex;
  gap: 18px;
}
.redes0826 a {
  color: #fff;
  display: flex;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.redes0826 a:hover {
  transform: translateY(-4px);
  opacity: 0.8;
}
.menu-footer0826 a.dato0826 {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: opacity 0.3s ease;
}
.menu-footer0826 a.datocorreo0826 {
  color: #fff;
  font-size: 20px;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: opacity 0.3s ease;
}
.menu-footer0826 a.dato0826:hover {
  opacity: 0.75;
}
/* ===== RESPONSIVE ===== */
/* Altura real en móviles (barra del navegador) */
@supports (height: 100dvh) {
  .menu-overlay0826 {
    height: 100dvh;
  }
}
/* Tablet */
@media (max-width: 1024px) {
  .menu-overlay0826 {
    padding: 32px 40px;
  }
  .menu-link0826 {
    font-size: 34px;
    padding: 18px 10px;
  }
  .categorias0826 a {
    font-size: 20px;
  }
  .menu-logo0826 img {
    height: 48px;
  }
}
/* Móvil */
@media (max-width: 768px) {
  /* Footer apilado y centrado */
  .menu-overlay0826 {
    padding: 22px 18px;
  }
  .menu-nav0826 {
    gap: 12px;
  }
  .menu-link0826 {
    font-size: 24px;
    padding: 14px 10px;
    border-radius: 10px;
    gap: 10px;
  }
  .menu-link0826 svg {
    width: 22px;
    height: 22px;
  }
  .categorias0826 a {
    font-size: 16px;
    padding: 8px 20px;
  }
  .dropdown0826.abierto .categorias0826 {
    max-height: 320px;
  }
  .menu-logo0826 img {
    height: 40px;
  }
  .btn-cerrar0826 {
    font-size: 32px;
  }
  .menu-footer0826 {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .redes0826 {
    order: 3;
  }
  .menu-footer0826 a.dato0826 {
    font-size: 17px;
  }
  .redes0826 svg {
    width: 28px;
    height: 28px;
  }
}
/* Móviles pequeños */
@media (max-width: 380px) {
  .menu-link0826 {
    font-size: 20px;
    padding: 12px 8px;
  }
  .categorias0826 a {
    font-size: 15px;
  }
  .menu-footer0826 a.dato0826 {
    font-size: 15px;
  }
}
/* Pantallas bajas (móvil horizontal): prioriza que todo quepa */
@media (max-height: 500px) {
  .menu-overlay0826 {
    padding: 14px 24px;
  }
  .menu-nav0826 {
    gap: 6px;
  }
  .menu-link0826 {
    font-size: 20px;
    padding: 8px;
  }
  .menu-logo0826 img {
    height: 32px;
  }
  .menu-footer0826 {
    gap: 12px;
  }
}
/* Botón demo solo para probar la apertura */
.btn-abrir-demo0826 {
  line-height: 0px !important;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
/************Nav bar Menu 2*****************************************************/
/*search bar*/
@media (min-width: 800px) {
  .searchform-wrapper form {
    border-bottom: 1px solid #fff;
  }
  .form-flat input:not([type=submit]) {
    background-color: rgba(0, 0, 0, 0) !importangt;
    border-color: none !important;
    border-radius: 0px !important;
    color: #fff !important;
    box-shadow: none !important;
    border: 0px !important;
  }
  .searchform .button.icon i {
    color: #fff !important;
  }
  .searchform input.search-field {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
  }
  .searchform input.search-field::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
    opacity: 1;
  }
}
/* Animación del pulso en boton de preventa */
@keyframes zyx-pulso {
  0% {
    box-shadow: 0 0 0 0 rgba(204, 43, 43, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(204, 43, 43, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(204, 43, 43, 0);
  }
}
/* Aplicación en el botón */
.zyx-como {
  display: flex !important;
  /* Asegura el correcto comportamiento de la sombra */
  animation: zyx-pulso 1s infinite;
  width: 100%;
  justify-content: center;
}
/* fin Animación del pulso en boton de preventa */
/*DETALLE DE PRODUCTO ESPECIFICO PARA LA PANTALLA DE LA TIENDA*/
/* Solo en modo vertical */
@media (min-width: 853px) and (min-height: 1248px) and (orientation: portrait) {
  .large-4 {
    flex-basis: 100% !important;
    max-width: 50% !important;
  }
  .zyx-scroll-col.large-4 {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .block-categories0826 {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 60px 5px 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .promo-title0826 h2 {
    font-size: 18px !important;
  }
}
#payment .payment_methods li label {
  font-size: 1.1em !important;
  text-transform: uppercase !important;
}
.woocommerce-checkout #payment ul.payment_methods li .nobodys-pagomovil input, input#zyx_modalidad_tienda, input#zyx_modalidad_provincia, input#zyx_tyc {
  transform: scale(1.5) !important;
}
