span.hidden-sm-down {
    display: none;
}

@media only screen and (min-width: 992px) {
    #search_widget {
        min-width: 4.5rem;
    }
}
#fixed-banner{
    width: 70% !important;
    margin: 0 auto !important;
}

#header {
     box-shadow: none;
}

.featured-products .products {

		background: #ddd;
    padding: 15px;
}
.header-nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-container {
  background-color: #f75e2e; /* Naranja del footer */
  color: white;
  padding: 20px 0;
  padding-top: 75px;
}

.footer-logo img {
  max-width: 400px;
      margin-left: -92px;
}


.footer-address, .footer-phone {
  font-size: 14px;
  margin-top: 10px;
}

h5 {
  font-size: 16px;
  margin-top: 20px;
}

ul {
  list-style: none;
  padding-left: 0;
}

ul li a {
    padding-top: 15px;
  color: white;
  text-decoration: none;
  display: block;
  margin: 5px 0;
}

ul li a:hover {
  text-decoration: underline;
  color: white !important;
}

.payment-icons img {
  width: 160px;
  margin-right: 10px;
}

.text-center {
  text-align: center;
}

.copyright {
font-size: 16px;
    margin-top: 20px;
    color: white;
    text-align: left;
}

.footer-container {
background:#ef620c;
text-align: center;
}
.desarrollado{
    font-size: 13px;
    margin-top: 20px;
    color: white;
    text-align: right;
}



@media (min-width: 1200px) {
    .container

 {
        width: 1500px;
        max-width: 100%;
    }
}
.contact-banner {
  background-color: #f75e2e;
  color: white;
  padding: 20px 0;
}

.contact-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.contact-content p {
  font-size: 18px;
  font-weight: bold;
  flex: 1;
  margin: 0;
}

.contact-button {
  background-color: #7bb1b9;
  color: white;
  padding: 15px 30px;
  border-radius: 0 40px 40px 0;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}

.contact-button:hover {
  background-color: #679ca5;
}



.product-miniature .thumbnail-container .product-thumbnail img {
   
    padding: 25px;
	}
	
	
	
	.product-miniature .product-title a {
    font-size: .875rem;
    font-weight: 700;
    color: #7a7a7a;
    text-align: center;
    text-decoration: none;
}
#_desktop_user_info{
    display: inline-block;
    float: right;
    margin: 10px 14px;

}
.top-menu[data-depth="1"] {
    margin: .625rem;
    columns: 4;
}

/* Tablets */
@media (max-width: 991px) {
    .top-menu[data-depth="1"] {
        columns: 2;
    }
}

/* Móviles */
@media (max-width: 767px) {
    .top-menu[data-depth="1"] {
        columns: 1;
    }
}
#wrapper .banner

 {
    display: block;
    margin-bottom: 1.5rem;
    margin-left: 8.5rem;
    margin-right: 8.5rem;
}

div#_desktop_cart {
    display: inline-block;
    margin-right: 25px;
    margin-top: 10px;
    margin-left:200px;
}
.vehicle-search {
  background-color: #f2f2f2;
  padding: 30px 20px;
  text-align: center;
}

.vehicle-search h2 {
  color: #f75e2e;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 20px;
}

.dropdowns {
  display: flex;
  justify-content: center;
  gap: 240px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.dropdowns select {
  background-color: #f75e2e;
  color: white;
  font-weight: bold;
  padding: 12px 20px;
  border: none;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg fill="white" height="20" width="20" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 15px;
  padding-right: 40px;
  min-width: 150px;
      max-width: 150px;
}
#subcategories ul li .subcategory-name {
    
    color: black;
}

.help-text {
  color: #f75e2e;
  font-weight: bold;
  margin-top: 20px;
  font-size: 16px;
}
.categories-grid{
    display: flex
;
    padding: 13px;
    flex-wrap: wrap;
}

.categories-grid a {
    padding: 9px;
    margin: 10px;
}

.marcas-grid{
    display: flex
;
    padding: 13px;
    flex-wrap: wrap;
}

.marcas-grid a {
    padding: 9px;
    margin: 10px;
}

.section-title{
    color:#f75e2e;
}

.product-card {
  border: 1px solid #e0e0e0;
  padding: 15px;
  text-align: center;
  background-color: #fff;
    width: 330px;
  margin: 10px auto;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.product-image img {
  width: 100%;
    height: 300px; /* Altura fija para todas las imágenes */
    object-fit: cover; /* Recorta la imagen manteniendo proporciones */
    object-position: center; /* Centra la imagen */
}

.product-name {
  font-size: 14px;
  margin: 10px 0;
  color: #333;
}

.product-price {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.price-tax-excl {
  font-size: 12px;
  color: #888;
}

.add-to-cart .cart-button {
  display: inline-block;
  background-color: #ff6600;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  text-decoration: none;
}

.add-to-cart .material-icons {
  vertical-align: middle;
}
/* Contenedor horizontal */
.featured-products .product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 0 10px;
}

/* Precio */
.featured-products .product-price {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

/* Carrito */
.featured-products .add-to-cart {
  background-color: #ff6600;
  padding: 8px 10px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}

.featured-products .add-to-cart .material-icons {
  vertical-align: middle;
}
.marcas-search-section{
    padding: 10px;
    border: 0.5px solid #dddddd;

}


.marcas-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
   
    white-space: nowrap;
    padding: 10px;
    scroll-behavior: smooth;
}

.marcas-grid-horizontal {
    display: flex;
    flex-wrap: nowrap;
}

.marca-card {
    flex: 0 0 auto;
  width: 250px;
    height: 225px;
    margin-right: 10px;
    text-align: center;
    text-decoration: none;
    color: black;
    background: #f2f2f2;
    border-radius: 8px;
    
    padding: 20px 10px;
    box-sizing: border-box;

}

.vehicle-results{
    display: flex
;
    flex-wrap: wrap;
}

section{
    margin-bottom: 100px; 
}

.page-list{
    display: flex;
   
    gap: 10px;
}


/* Desktop - 4 columnas */
.info-banner-container {

    padding: 0;
    margin-bottom: 30px;
    border-radius: 30px;
}

.info-banner-row {
    display: flex;
    align-items: stretch;
    margin: 0;
}

.info-banner-item {
    flex: 1;
    padding: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.info-banner-item:last-child {
    border-right: none;
}

.info-banner-content {
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 20px;
    min-height: 180px;
    background: rgba(242, 101, 34, 0.95);
    border-radius: 20px;
    margin: 20px;
    height: 200px;
}

.info-banner-content h3 {
    color: white;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.info-banner-icon {
    font-size: 50px;
    color: white;
    margin-top: 10px;
}

.info-banner-desc {
    color: white;
    font-size: 13px;
    margin: 10px 0 0 0;
    line-height: 1.4;
}

/* ========================================
   TABLETS GRANDES (iPad landscape)
   ======================================== */
@media (max-width: 1024px) {
    .info-banner-content {
        padding: 25px 15px;
        min-height: 160px;
    }
    
    .info-banner-content h3 {
        font-size: 15px;
        margin-bottom: 12px;
    }
    
    .info-banner-icon {
        font-size: 45px;
    }
    
    .info-banner-desc {
        font-size: 12px;
    }
}

/* ========================================
   TABLETS (iPad portrait) - 2 columnas
   ======================================== */
@media (max-width: 768px) {
    .info-banner-row {
        flex-wrap: wrap;
    }
    
    .info-banner-item {
        flex: 0 0 50%; /* 2 columnas */
        max-width: 50%;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    /* Quitar borde derecho de columnas pares */
    .info-banner-item:nth-child(2n) {
        border-right: none;
    }
    
    /* Quitar borde inferior de última fila */
    .info-banner-item:nth-last-child(-n+2) {
        border-bottom: none;
    }
    
    .info-banner-content {
        padding: 25px 15px;
        min-height: 140px;
    }
    
    .info-banner-content h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .info-banner-icon {
        font-size: 40px;
        margin-top: 8px;
    }
    
    .info-banner-desc {
        font-size: 11px;
    }
}

/* ========================================
   MÓVILES GRANDES - 2 columnas ajustadas
   ======================================== */
@media (max-width: 576px) {
    .info-banner-container {
        margin-bottom: 20px;
    }
    
    .info-banner-content {
        padding: 20px 12px;
        min-height: 130px;
    }
    
    .info-banner-content h3 {
        font-size: 13px;
        margin-bottom: 8px;
        line-height: 1.2;
    }
    
    .info-banner-icon {
        font-size: 35px;
        margin-top: 6px;
    }
    
    .info-banner-desc {
        font-size: 10px;
        margin-top: 6px;
    }
}

/* ========================================
   MÓVILES PEQUEÑOS - 1 columna
   ======================================== */
@media (max-width: 480px) {
    .info-banner-row {
        flex-direction: column;
    }
    
    .info-banner-item {
        flex: 0 0 100%; /* 1 columna */
        max-width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .info-banner-item:last-child {
        border-bottom: none;
    }
    
    .info-banner-content {
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
        padding: 20px 15px;
        min-height: 80px;
        gap: 15px;
    }
    
    .info-banner-icon {
        font-size: 40px;
        margin-top: 0;
        flex-shrink: 0;
    }
    
    .info-banner-text {
        flex: 1;
    }
    
    .info-banner-content h3 {
        font-size: 12px;
        margin-bottom: 5px;
        text-align: left;
    }
    
    .info-banner-desc {
        font-size: 10px;
        margin-top: 3px;
        text-align: left;
    }
}

/* ========================================
   MÓVILES MUY PEQUEÑOS
   ======================================== */
@media (max-width: 375px) {
    .info-banner-content {
        padding: 15px 12px;
        min-height: 70px;
    }
    
    .info-banner-icon {
        font-size: 35px;
    }
    
    .info-banner-content h3 {
        font-size: 11px;
        margin-bottom: 4px;
    }
    
    .info-banner-desc {
        font-size: 9px;
    }
}

/* ========================================
   ORIENTACIÓN HORIZONTAL (LANDSCAPE)
   ======================================== */
@media (max-width: 768px) and (orientation: landscape) {
    .info-banner-item {
        flex: 0 0 25%; /* 4 columnas en landscape */
        max-width: 25%;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: none;
    }
    
    .info-banner-item:last-child {
        border-right: none;
    }
    
    .info-banner-content {
        flex-direction: column;
        text-align: center;
        min-height: 120px;
        padding: 15px 10px;
    }
    
    .info-banner-content h3 {
        font-size: 11px;
        text-align: center;
    }
    
    .info-banner-icon {
        font-size: 30px;
        margin-top: 5px;
    }
    
    .info-banner-desc {
        font-size: 9px;
        text-align: center;
    }
}
/* MENÚ MÓVIL - SOLUCIÓN CORREGIDA */
@media (max-width: 767px) {
    /* Overlay oscuro - MENOR z-index que el menú */
    .mobile-menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 9998; /* Menor que el menú */
    }
    
    .mobile-menu-overlay.active {
        display: block;
    }
    
    /* MENÚ - z-index MAYOR que overlay */
    #mobile_top_menu_wrapper {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 85% !important;
        max-width: 350px !important;
        height: 100vh !important;
        background: white !important;
        z-index: 9999 !important; /* Mayor que overlay */
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        box-shadow: 2px 0 15px rgba(0,0,0,0.3);
    }
    
    /* Asegurar que se vea cuando está abierto */
    #mobile_top_menu_wrapper[style*="display: block"] {
        display: block !important;
    }
    
    #mobile_top_menu_wrapper .js-top-menu {
        padding: 20px 15px 100px 15px;
        min-height: 120vh;
        background: white;
    }
    
    /* Botón X de cierre - z-index MÁS ALTO */
    .mobile-menu-close {
        display: none;
        position: fixed;
        top: 15px;
        right: 15px;
        width: 45px;
        height: 45px;
        background: #f26522;
        border: none;
        border-radius: 50%;
        z-index: 10000; /* Más alto de todos */
        cursor: pointer;
    }
    
    .mobile-menu-close.active {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .mobile-menu-close::before,
    .mobile-menu-close::after {
        content: '';
        position: absolute;
        width: 22px;
        height: 3px;
        background: white;
    }
    
    .mobile-menu-close::before {
        transform: rotate(45deg);
    }
    
    .mobile-menu-close::after {
        transform: rotate(-45deg);
    }
    
    /* Bloquear body */
    body.menu-open {
        overflow: hidden !important;
        position: fixed !important;
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    /* Contenedor principal */
    [style*="background:#f26522"] > div,
    div[style*="background:#f26522"] .container {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
        padding: 12px 15px !important;
    }
    
    /* Items individuales */
    [style*="background:#f26522"] > div > div,
    [style*="background:#f26522"] .container > div {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        white-space: normal !important;
    }
    
    /* Iconos */
    [style*="background:#f26522"] i {
        font-size: 14px !important;
        flex-shrink: 0;
    }
    
    /* Texto */
    [style*="background:#f26522"] span,
    [style*="background:#f26522"] a {
        font-size: 13px !important;
        line-height: 1.4;
        word-break: break-word;
    }
}

/* ========================================
   VERSIÓN AVANZADA CON EFECTOS MODERNOS
   ======================================== */

/* Animación de entrada */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.page-cms-7 {
    animation: fadeInUp 0.6s ease;
}

/* Efecto en títulos */
.page-cms-7 h1 {
    font-size: 36px;
    font-weight: 700;
    color: #f26522;
    margin: 50px 0 30px 0;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.05);
}

.page-cms-7 h1::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, rgba(242,101,34,0.1) 0%, transparent 70%);
    z-index: -1;
}

.page-cms-7 h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #f26522, transparent);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        width: 100px;
        opacity: 1;
    }
    50% {
        width: 140px;
        opacity: 0.7;
    }
}

/* Tarjetas para secciones de texto */
.page-cms-7 > p:nth-of-type(1),
.page-cms-7 > p:nth-of-type(2) {
    font-size: 18px;
    line-height: 1.9;
    color: #333;
    font-weight: 400;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 30px 35px;
    border-radius: 12px;
    border-left: 6px solid #f26522;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin: 30px 0;
    position: relative;
    overflow: hidden;
}

.page-cms-7 > p:nth-of-type(1)::before,
.page-cms-7 > p:nth-of-type(2)::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 100px;
    color: rgba(242, 101, 34, 0.1);
    font-family: Georgia, serif;
    line-height: 1;
}

/* Galería de instalaciones con efecto hover avanzado */
.page-cms-7 h4 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 45px 0 20px 0;
    padding: 15px 20px;
    background: linear-gradient(135deg, #f26522 0%, #d35400 100%);
    color: white;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(242, 101, 34, 0.3);
    position: relative;
    overflow: hidden;
}

.page-cms-7 h4::before {

    margin-right: 10px;
    font-size: 20px;
}

.page-cms-7 h4::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.page-cms-7 h4:hover::after {
    left: 100%;
}

/* Imágenes con lightbox effect */
.page-cms-7 img {
    max-width: 600px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    margin: 25px auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    cursor: zoom-in;
    border: 5px solid #fff;
}

.page-cms-7 img:hover {
    transform: scale(1.03) translateY(-5px);
    box-shadow: 0 10px 40px rgba(242, 101, 34, 0.4);
    border-color: #f26522;
}

/* Separador visual entre secciones */
.page-cms-7 > br + br + h1::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
    margin: 40px 0;
}

/* Efecto parallax suave en scroll */
@media (min-width: 768px) {
    .page-cms-7 img {
        transition: all 0.4s ease, transform 0.2s ease-out;
    }
}

/* Badge especial para medio ambiente */
.page-cms-7 h1:nth-of-type(2) {
    color: #27ae60;
    position: relative;
}

.page-cms-7 h1:nth-of-type(2)::before {

    position: absolute;
    left: -45px;
    font-size: 30px;
}

.page-cms-7 h1:nth-of-type(2)::after {
    background: linear-gradient(90deg, transparent, #27ae60, transparent);
}

.info-banner-content:hover {
    
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.info-banner-icon {
    color: white;
    margin-bottom: 15px;
    line-height: 1;
}

.info-banner-icon i {
    font-size: 50px;
    display: block;
}

.info-banner-text {
    color: white;
}

.info-banner-text h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.info-banner-text p {
    font-size: 13px;
    margin: 5px 0 0 0;
    opacity: 0.95;
    font-weight: 400;
    line-height: 1.4;
}

/* ========================================
   RESPONSIVE
   ======================================== */

/* Tablets y móviles grandes */
@media (max-width: 991px) {
    .info-banner-container {
        padding: 20px 0;
    }
    
    .info-banner-item {
        margin-bottom: 15px;
    }
    
    .info-banner-row {
        margin: 0 -5px;
    }
    
    .info-banner-item {
        padding: 0 5px;
    }
}

/* Móviles medianos */
@media (max-width: 767px) {
    .info-banner-container {
        padding: 15px 0;
    }
    
    .info-banner-content {
        padding: 20px 10px;
    }
    
    .info-banner-icon i {
        font-size: 40px;
    }
    
    .info-banner-text h3 {
        font-size: 14px;
    }
    
    .info-banner-text p {
        font-size: 12px;
    }
}

/* Móviles pequeños */
@media (max-width: 575px) {
    .info-banner-container {
        padding: 10px 0;
    }
    
    .info-banner-item {
        padding: 0 5px;
        margin-bottom: 10px;
    }
    
    .info-banner-content {
        padding: 15px 8px;
    }
    
    .info-banner-icon i {
        font-size: 35px;
    }
    
    .info-banner-icon {
        margin-bottom: 10px;
    }
    
    .info-banner-text h3 {
        font-size: 12px;
        margin-bottom: 3px;
    }
    
    .info-banner-text p {
        font-size: 11px;
    }
}

/* Móviles muy pequeños */
@media (max-width: 400px) {
    .info-banner-text h3 {
        font-size: 11px;
    }
    
    .info-banner-text p {
        font-size: 10px;
    }
}