.elementor-kit-6{--e-global-color-primary:#232323;--e-global-color-secondary:#00FFFF;--e-global-color-text:#FDFDFD;--e-global-color-accent:#FF00FF;--e-global-color-e144113:#515151;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:300;background-color:#000000;background-image:url("https://bebrandingyestrategia.com/wp-content/uploads/2025/11/Be-Landing-Page-Fondo-SD-scaled.png");background-position:center right;background-repeat:no-repeat;background-size:cover;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Oculta la imagen del logo del sitio que está en el cuerpo de la página,
   pero no la que está en el encabezado (navbar). */

/* 1. Selector que oculta el custom-logo en general */
body .custom-logo {
    display: none !important;
}

/* 2. Selector que MUESTRA el logo SOLO si está dentro del encabezado (header) */
/* Debes reemplazar '.header-class' por la clase real de tu Navbar o Encabezado de Elementor. 
   Una clase común en Elementor es .elementor-location-header */

.elementor-location-header .custom-logo {
    display: block !important;
    /* Opcional: añade el max-width para el navbar si es necesario */
    /* max-width: 150px !important; */
}

/* Estilo base */
#clientes img {
  transition: transform 0.35s ease, filter 0.35s ease;
  filter: brightness(0.9) contrast(0.95);
}

/* Hover sin borde visible */
#clientes img:hover {
  transform: scale(1.10);
  filter: brightness(1.1) contrast(1.1);
}

#site-footer .copyright.show p {
    display: none !important;
}

html, body {
    max-width: 100%;
    overflow-x: hidden !important;
}
body {
    overscroll-behavior-y: none;
}/* End custom CSS */