.elementor-133307 .elementor-element.elementor-element-5718230{--display:flex;--position:fixed;--min-height:66px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--overflow:hidden;border-style:solid;--border-style:solid;border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#DFDFDF;--border-color:#DFDFDF;top:0px;--z-index:41;}.elementor-133307 .elementor-element.elementor-element-5718230:not(.elementor-motion-effects-element-type-background), .elementor-133307 .elementor-element.elementor-element-5718230 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}body:not(.rtl) .elementor-133307 .elementor-element.elementor-element-5718230{left:0px;}body.rtl .elementor-133307 .elementor-element.elementor-element-5718230{right:0px;}.elementor-133307 .elementor-element.elementor-element-d736ff2{width:initial;max-width:initial;}.elementor-133307 .elementor-element.elementor-element-76e445e.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-133307 .elementor-element.elementor-element-76e445e img{max-width:200px;filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-133307 .elementor-element.elementor-element-c98828d{width:initial;max-width:initial;}.elementor-133307 .elementor-element.elementor-element-c98828d.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-133307 .elementor-element.elementor-element-5718230{--min-height:66px;--gap:7px 7px;--row-gap:7px;--column-gap:7px;--flex-wrap:nowrap;}.elementor-133307 .elementor-element.elementor-element-d736ff2{--container-widget-width:66px;--container-widget-flex-grow:0;width:var( --container-widget-width, 66px );max-width:66px;}.elementor-133307 .elementor-element.elementor-element-76e445e{width:var( --container-widget-width, 42px );max-width:42px;--container-widget-width:42px;--container-widget-flex-grow:0;}.elementor-133307 .elementor-element.elementor-element-76e445e img{width:500px;}.elementor-133307 .elementor-element.elementor-element-c98828d{width:initial;max-width:initial;padding:0px 0px 0px 0px;}.elementor-133307 .elementor-element.elementor-element-c98828d.elementor-element{--flex-grow:0;--flex-shrink:1;}}/* Start custom CSS for html, class: .elementor-element-d736ff2 *//* ===============================
   Ccurity · Menú principal
   CSS propio sin Tailwind CDN
   =============================== */

/* Reset básico */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

/* Fondo general */

.cc-body a {
  color: inherit;
  text-decoration: none;
}

.cc-body a:focus-visible,
.cc-body button:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.cc-menu-button {
  padding: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #80808080;
  background: #fafafa;
  cursor: pointer;
  transition: background-color 0.2s ease;
  color: grey;
}

.cc-menu-icon {
  width: 30px;
  height: 30px;
}

.cc-logo-link {
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
}

.cc-logo-link img {
  height: 50px;
  max-height: 55px;
  width: auto;
  display: block;
  object-fit: contain;
}

/* ===============================
   Panel del menú desplegable
   =============================== */
.cc-menu-panel {
  padding: 0;
  position: fixed;
  top: 77px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 77px);
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(24px);
  z-index: 40;
  transform: translateY(-120%);
  transition: transform 0.3s ease-in-out;
}

.cc-menu-panel.menu-open {
  transform: translateY(0);
}

.cc-menu-outer {
  display: flex;
  justify-content: center;
  padding: 0;
  max-width: 100vw;
}

.cc-menu-layout {
  display: flex;
  flex-direction: row;
  max-width: 100vw;
  padding: 10px;
  gap: 10px;
}

.cc-menu-left {
  width: 70%;
}

.cc-menu-right {
  width: 30%;
}

.cc-menu-left-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* ===============================
   Tarjetas y columnas del menú
   =============================== */
.cc-menu-top-grid {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.cc-menu-card {
  width: 33%;
}

.cc-menu-card,
.cc-solutions-card,
.cc-info-card {
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}

.cc-menu-card-inner,
.cc-solutions-card-inner,
.cc-info-card-inner {
  padding: 16px;
}

.cc-menu-title {
  margin: 0 0 16px;
  font-size: 1.125rem; /* 18px */
  font-weight: 600;
  color: #1f2937; /* gris 800 */
}

.cc-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cc-menu-item-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #1f2937;
  margin-top: 8px;
}

.cc-menu-item-heading:first-child {
  margin-top: 0;
}

.cc-menu-section-spacer {
  margin-top: 16px;
}

.cc-menu-item-heading-icon {
  width: 20px;
  height: 20px;
}

.cc-menu-subitem {
  margin-left: 28px;
  margin-top: 4px;
}

.cc-menu-link {
  font-size: 0.95rem;
  color: #4b5563; /* gris 600 */
  transition: color 0.2s ease;
}

.cc-menu-link:hover {
  color: #2563eb; /* azul 600 */
}

/* ===============================
   Soluciones integrales
   =============================== */
.cc-solutions-card {
  margin-top: 10px;
}

.cc-solutions-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cc-solutions-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cc-solutions-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  color: #4b5563;
  transition: color 0.2s ease;
}

.cc-solutions-link:hover {
  color: #2563eb;
}

.cc-solutions-icon {
  width: 20px;
  height: 20px;
}

/* ===============================
   Carrusel de enlaces + WhatsApp
   =============================== */
.cc-info-card {
  margin-top: 16px;
}

.cc-info-layout {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 1024px) {
  .cc-info-layout {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.cc-info-carousel {
  flex: 1 1 auto;
  padding: 8px 12px;
  overflow: hidden;
}

.cc-info-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
  white-space: nowrap;
}

.cc-wa-wrapper {
  flex-shrink: 0;
}

.cc-wa-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  padding: 8px 16px;
  background-color: #22c55e; /* green-500 */
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.cc-wa-button:hover {
  background-color: #16a34a; /* green-600 */
}

.cc-wa-icon {
  width: 20px;
  height: 20px;
}

/* ===============================
   Carrusel auto-scroll
   =============================== */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.carousel-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.carousel-container::-webkit-scrollbar {
  display: none;
}

.carousel-content {
  display: flex;
  gap: 24px;
  min-width: max-content;
}

@media (hover: hover) {
  .carousel-container {
    overflow: hidden;
  }

  .carousel-content {
    animation: scroll 20s linear infinite;
  }

  .carousel-container:hover .carousel-content {
    animation-play-state: paused;
  }
}

/* ===============================
   Columna derecha (marcas)
   =============================== */
.cc-brand-card {
  background-color: #193d7e;
  border-radius: 12px;
  color: #ffffff;
  max-height: calc(100vh - 123px);
  overflow-y: auto;
}

.cc-menu-right {
  /* reservado por si quieres ajustar ancho después */
}

.cc-brand-card-inner {
  padding: 16px;
}

/* Botones (ej. "Catálogo de productos") */
.cc-brand-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.cc-primary-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #193d7e;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

.cc-primary-button:hover {
  background-color: #f3f4f6;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.18);
  transform: translateY(-1px);
}

.cc-primary-button-icon {
  width: 20px;
  height: 20px;
}

.cc-brand-heading {
  margin: 0 0 4px;
  font-size: 1.125rem;
  font-weight: 600;
}

.cc-brand-subheading {
  margin: 0 0 16px;
  font-size: 0.9rem;
  color: #bfdbfe; /* azul claro */
}

/* LISTA DE MARCAS (grid mejorado) */
.cc-brand-logos {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.6rem 0.9rem;
}

/* Item */
.cc-brand-logo-item {
  margin: 0;
}

/* Enlace tipo chip con espacio para favicon */
.cc-brand-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;

  width: 100%;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;

  background: #ffffff;
  color: #0f172a;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  

  box-shadows: 0 2px 6px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(148, 163, 184, 0.6);

  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    border-color 0.15s ease,
    background 0.15s ease;
}

.cc-brand-logo-link:hover,
.cc-brand-logo-link:focus {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
  border-color: #0ea5e9;
  background: #f0f9ff;
}

/* Icono (favicon) – se llenará con JS si lo usas */
.cc-brand-logo-favicon {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #e5e7eb;
  flex-shrink: 0;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Imagen favicon cuando se inserte */
.cc-brand-logo-favicon img {
  width: 100%;
  height: 100%;
  display: block;
}

/* Nombre de la marca */
.cc-brand-logo-name {
  flex: 1 1 auto;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Wrapper general del menú */
#menu {
  max-width: 100vw;
  overflow-x: hidden;
}

/* ===============================
   Ajustes extra para móviles
   =============================== */
@media (max-width: 1024px) {
  .cc-menu-layout {
    max-width: 100vw;
    display: flex;
    flex-direction: column;
  }

  .cc-menu-left {
    width: 100%;
  }

  .cc-menu-right {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cc-menu-top-grid {
    display: flex;
    flex-direction: column;
  }

  .cc-menu-card {
    width: 100%;
  }

  .cc-menu-left {
    width: 100%;
  }

  .cc-menu-right {
    width: 100%;
  }

  .cc-brand-card ul {
    overflow-y: auto;
    max-height: 50vh;
  }

  .cc-brand-card {
    overflow: hidden;
  }
}

/* Ajustes responsive específicos para la lista de marcas */
@media (max-width: 640px) {
  .cc-brand-logos {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .cc-brand-logo-link {
    font-size: 0.85rem;
    padding-inline: 0.7rem;
  }
}/* End custom CSS */
/* Start custom CSS for theme-site-logo, class: .elementor-element-76e445e */.hl {overflow:hidden;}/* End custom CSS */