.img-salta img {
    transition: transform 0.3s ease;
    display: inline-block;
}
.blog article {
    border: 1px solid #2bbccd;
    padding: 20px !important;
    border-radius: 20px;
}.blog .elementor-post__excerpt
{
    border-top: 2px solid #2bbccd;
    margin-top: 25px !important;
}
.img-salta img:hover {
    transform: translateY(-10px) scale(1.03);
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1188 a {
    background: #00b0f0;
    border-radius: 28px;
    color: #ffff !important;
}
.fondo-derecha::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0; 
    width: 15%; 
    height: 93%;
    background: radial-gradient(
        circle at right center,
        rgba(23, 193, 187, 0.8) 0%,
        rgba(23, 193, 187, 0.4) 40%,
        rgba(23, 193, 187, 0.1) 70%,
        rgba(23, 193, 187, 0) 100%
    );
    filter: blur(28px); 
    pointer-events: none;
}

.fondo-izquierda::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0; 
    width: 15%; 
    height: 93%;
    background: radial-gradient(
        circle at left center, 
        rgba(95, 39, 124, 0.9) 0%,
        rgba(95, 39, 124, 0.5) 40%,
        rgba(95, 39, 124, 0.15) 70%,
        rgba(95, 39, 124, 0) 100%
    );
    filter: blur(28px); 
    pointer-events: none;
}



.cars-service .elementor-widget-button {
    opacity: 0;
    transform: translateY(12px);
    transition: all 0.35s ease;
    pointer-events: none;
}
.cars-service:hover .elementor-widget-button {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}


.porque-nosotros p{
    line-height: var(--e-global-typography-ac87195-line-height);
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    stroke: #ffffff;
    color: var(--e-global-color-2f53d57) !important;
    font-size: 60px;
}



.productos .product {
    border: 1px solid #2bbccd;
    padding: 20px !important;
    margin-top: 20px !important;
    background: #f0f0f026;
    border-radius: 20px;
    transition: 
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

/* Hover con salto + brillo */
.productos .product:hover {
    transform: translateY(-6px) scale(1.02);
    border-color: #00eaff;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
    background: #ffffff3a;
}



.ctr .elementor-cta__content {
    background-image: linear-gradient(235deg, #ffffff 0%, #14c1c796 100%);
}



.cat-nav-root {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 320px; /* ajústalo a tu diseño */
}
.cat-nav-parent {
    margin-bottom: 4px;
}
.cat-nav-parent-link,
.cat-nav-child-link {
    display: block;
    text-decoration: none;
    border-radius: 8px;
    padding: 8px 12px;
    font-weight: 600;
    font-size: 14px;
    background: transparent;
    color: #ffffff;
    transition: background 0.15s, transform 0.1s;
}
.cat-nav-parent-link {
    font-weight: 700;
}
.cat-nav-parent-link:hover,
.cat-nav-child-link:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
}
.cat-nav-children {
    list-style: none;
    margin: 0 0 6px 16px;
    padding: 4px 0 0 10px;
    border-left: 4px solid rgba(255, 255, 255, 0.15);
}
.cat-nav-child {
    margin: 0 0 2px 0;
}
.cat-nav-current {
    background: #ffffff;
    color: #0e1644;
    border: 1px solid #ffffff;
    cursor: default;
    pointer-events: none;
}

/* Mejor legibilidad en fondo oscuro */
.cat-nav-root,
.cat-nav-root * {
    box-sizing: border-box;
}







.e-floating-bars__overlay.my-floating-bar {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
}

.e-floating-bars__overlay.my-floating-bar .efb-track {
  display: inline-flex;
  animation: efb-marquee 20s linear infinite;
}

.e-floating-bars__overlay.my-floating-bar .efb-item {
  padding: 0 24px;
  display: flex;
  align-items: center;
}

@keyframes efb-marquee {
  0% {
    transform: translateX(100%); /* entra desde el borde */
}
100% {
    transform: translateX(-100%); /* sale sin dejar espacio */
}
}






/* ============================
   MENÚ MÓVIL GLOBAL SISTEMAS
   ============================ */
   @media (max-width: 767px) {
	   
	   .sub-item {
    width: fit-content !important;
   } 

      /* Quitar cápsula blanca en móvil */
      .menu-movil{
        border-radius: 0 !important;
        padding: 0 !important;
        position: relative;
        z-index: 9999;
    }

    .menu-movil a {
        padding: 10px !important;
    }

    .menu-movil .e-con-inner{
        border-radius: 0 !important;
        background: #0b1540 !important; /* azul header */
        padding: 8px 16px !important;
        display: flex;
        flex-direction: row !important;
        align-items: center;
        justify-content: space-between;
        min-height: 56px;
    }

    /* LOGO */
    .menu-movil .elementor-widget-image{
        margin: 0 !important;
    }

    .menu-movil .elementor-widget-image img{
        max-height: 34px !important;
        width: auto;
        height: auto;
    }

    /* Contenedor del logo y del toggle: sin 100% */
    .menu-movil .elementor-element-f8d2c21,
    .menu-movil .elementor-element-f1c5d75{
        width: auto !important;
        flex: 0 0 auto !important;
    }

    .menu-movil .elementor-element-f1c5d75{
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    /* Botón hamburguesa / X */
    .menu-movil .elementor-menu-toggle{
        margin: 0 !important;
        padding: 4px !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    /* Ocultar menú horizontal de escritorio */
    .menu-movil nav.elementor-nav-menu--main{
        display: none !important;
    }

    /* ===== MENÚ DESPLEGABLE COMO OVERLAY ===== */

    /* Por defecto, oculto cuando aria-hidden="true" */
    .menu-movil nav.elementor-nav-menu--dropdown[aria-hidden="true"]{
        display: none !important;
    }

    /* Cuando Elementor lo abre (aria-hidden="false") lo mostramos como pantalla completa */
    .menu-movil nav.elementor-nav-menu--dropdown[aria-hidden="false"]{
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff;
        padding: 80px 24px 24px; /* espacio para el header */
        overflow-y: auto;
        border-radius: 0 !important;
        z-index: 9998;
    }

    /* Estilo de los ítems del menú */
    .menu-movil nav.elementor-nav-menu--dropdown .elementor-item,
    .menu-movil nav.elementor-nav-menu--dropdown .elementor-sub-item{
        font-size: 16px;
        padding: 10px 0;
        color: #111111;
    }

    /* Submenús ligeramente indentados */
    .menu-movil nav.elementor-nav-menu--dropdown .sub-menu{
        padding-left: 14px;
    }

    /* Opcional: quitar esa línea/gris de scroll feo en submenús */
    .menu-movil nav.elementor-nav-menu--dropdown .sub-menu{
        max-height: none !important;
        overflow-y: visible !important;
    }
}
